﻿/* Shop Cart Page
=====================================================================*/
.boxhelp1 {
	width:387px;
	min-height:75px;
	height: 75px;
	height: auto !important;
	background-color: #EFF0F0;
	float:left;	
	margin:0 3px 0 0;	
	padding:3px 3px 3px 10px;	
}
.boxhelp1_popup
{
	margin-bottom:20px;
	font-size:15px;	
}

.boxhelp2 {
	width:513px;
	min-height: 75px;
	height:75px;
    height: auto !important;
	float:left;
    background-color: #E6E6E6;
	padding:3px 3px 3px 10px;

}

.boxhelp1 h3, .boxhelp2 h3 {
	font-size: 16px;
	
	color:#333;
	padding:4px 0 0 0;
}
.boxhelp1 p, .boxhelp2 p {
	font-size:1.2em;
	color:#333;
	padding:5px 0;
}
.placenavcart1 {
	width:232px;
	height:18px;
	float:right;
	display:inline;
	margin:10px 2px 0 0;
}
.placenavcart1_FR {
	width:250px;
	height:18px;
	float:right;
	display:inline;
	margin:10px 2px 0 0;
}
.placenavcart2 
{
	width:232px;
	height:18px;
	float:right;
	display:inline;
	margin:10px 2px 0 0;
}
.placenavcart2_FR
{
	width:250px;
	height:18px;
	float:right;
	display:inline;
	margin:10px 2px 0 0;
}
a.linkcontinue, a.linkcontinue:link, a.linkcontinue:visited {
	float:left;
	padding-right:2px;
	display:inline;
}
a.linkcontinue_FR, a.linkcontinue_FR:link, a.linkcontinue_FR:visited {
	float:left;
	padding-right:2px;
	display:inline;
}
a.linkcheckoutcart1, a.linkcheckoutcart1:link, a.linkcheckoutcart1:visited {
	float:left;
	display:inline;
	text-align:center;
}
a.linkcheckoutcart2, a.linkcheckoutcart2:link, a.linkcheckoutcart2:visited {
	float:left;
	display:inline;
	text-align:center;
}

#bag_empty
{
    margin: 40px 0px;
    text-align: center;    
}

#bag_empty .button
{    
    width: 145px;
    margin: 0 auto;
}

#bag_empty .message
{
    margin: 20px 0px;
    font-size: 20px;
}

#tablecart {
	margin:10px 0 0 0;
	width:928px;
	border:1px solid #818181;
}
#tablecart thead {
	background:#818181;
	height:29px;
}
#tablehead1 {
	width:786px;
	border-right:1px solid #fff;
	height:29px;
}
#tablehead1 h3 {
	font-size:1.6em;
	text-transform:uppercase;
	float:left;
	margin:3px 0 0 7px;
	color:#fff;
}
#tablehead1 p {
	font-size:1.2em;
	color:#fff;
	float:right;
	font-weight:lighter;
	margin:3px 5px 0 0;
}
#tablehead2 {
	width:141px;
	height:29px;
}
#tablesubtitle {
	background:#e6e6e6;
	height:29px;
}
#tablesubtitle th {
	border-top:1px solid #fff;
}
.sub1, .cart1 {
	width:402px;
	border-right:1px solid #fff;
	font-size:1.2em;
	padding:0 10px 0 10px;
}
.sub2, .cart2 {
	width:125px;
	border-right:1px solid #fff;
	text-align:center;
	font-size:1.2em;
}
.sub3, .cart3 {
	width:90px;
	border-right:1px solid #fff;
	text-align:center;
	font-size:1.2em;
}
.sub4, .cart4 {
	width:98px;
	border-right:1px solid #fff;
	text-align:center;
	font-size:1.2em;
}
.sub5, .cart5{
	width:95px;
	border-right:1px solid #fff;
	font-size:1.2em;
	text-align:center;
}
.sub6, .cart6{
	width:136px;
	border-right:1px solid #fff;
	font-size:1.2em;
	text-align:center;
	padding:0 10px 0 0;
}


.sub7, .cart7 {
	border:none;
}
.cart1, .cart2, .cart3, .cart4, .cart5, .cart6 {
	border-right:1px solid #818181;
	vertical-align:top;
}
.cart7 {
	vertical-align:top;
}
.cart2, .cart3, .cart4, .cart5, .cart6, .cart7 {
	padding:10px 0;
	text-align:center;
}
.cart1 img {
	float:left;
	margin:0 15px 0 10px;
}
.cart1 p {
	line-height:1.4em;
}
.linkprint2, .linkprint2:link, .linkprint2:visited {
	width:108px;
	height:19px;
	float:left;
	background:#818181 url(../images/icon_print.png) no-repeat 9px 1px;
	color:#fff;
	text-transform:uppercase;
	font-size:1.1em;
	padding:4px 0 0 29px;
}
.linkprint2_FR, .linkprint2_FR:link, .linkprint2_FR:visited {
	width:108px;
	float:left;
	background:#818181 url(../images/icon_print.png) no-repeat 9px 1px;
	color:#fff;
	text-transform:uppercase;
	font-size:10px;
	padding:0px 0 0 29px;
}
.cart4 select {
	margin:3px 0 10px 0;
}
.cart4 a, .cart4 a:link, .cart4 a:visited {
	color:#333;
	font-weight:bold;
	text-decoration:underline;
}
#tablecart tbody tr td {
	border-bottom:1px solid #818181;
	padding:10px 0;
}
#tablecart tfoot tr {
	background:#818181;
}
.textmultipay {
	float:left;
	color:#fff;
	font-size:1.1em;
	padding:3px 0 0 10px;
}
.textmultipay strong {
	font-size:1.0em;
	color:#333;
	text-transform:uppercase;
}
.foot1 {
	height:40px;
	border-right:1px solid #fff;
}
.foot2, .foot3, .foot4 {
	font-size:1.2em;
	color:#fff;
	border-right:1px solid #fff;
	text-align:right;
	font-weight:bold;
	padding:0 10px 0 0;
}
.foot4 {
	border:none;
}
.foot5 {
	background:#e6e6e6;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	font-size:1.2em;
	color:#333;
	text-align:right;
	font-weight:bold;
	padding:0 10px 0 0;
}
.foot6 {
	background:#e6e6e6;
	border-top:1px solid #fff;
	font-size:1.2em;
	color:#333;
	padding:0 0 0 10px;
}
#verisign2{
	width:75px;
	height:33px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display: block;
	float:right;
	margin:2px 5px 0 0;
}
#verisign2 span{
	background:url(../images/logo_verisign2.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
}

#suggested_products
{
    
    width:928px;
    margin: 20px auto;
}

#suggested_products h3
{
    height:28px; 
    background-color:#2f99d6; 
    padding:10px 0px 0px 10px; 
    font-size:14px; 
    color:#2a2a86;
}

#suggested_products div.product
{
    padding:10px 10px 10px 40px; 
    width:256px; 
    height:235px; 
    border-style:solid;
    border-color:#ffffff #cccccc #cccccc #cccccc; 
    border-width:1px;       
    float:left;
}

#suggested_products div.product_additional
{
    border-left: none; 
}

#suggested_products div.prod_desc
{
    font-size:16px; 
    color:#333333; 
    padding-bottom:12px;
    font-weight: bold;    
}


/* ACT Page
=====================================================================*/
.titleact {
	width:930px;
	height:30px;
	margin:10px 0 0 0;
}

#titleact {
	width:930px;
	height:30px;
	margin:10px 0 0 0;
}
#titleactleft {
	width:852px;
	height:30px;
	background:url(../images/title_act.png) no-repeat;
	float:left;
}
#titleactleft h1 {
	font-size:1.6em;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	float:left;
	padding:5px 0 0 30px;
	display:inline;
}
#titleactleft p {
	float:right;
	font-size:1.2em;
	margin:7px 15px 0 0;
	color:#fff;
	display:inline;
}
.linklogout, .linklogout:link, .linklogout:visited {
	float:right;
	display:inline;
	width:60px;
	height:22px;
	background:url(../images/back_logout.png) no-repeat;
	font-size:1.1em;
	color:#fff;
	text-transform:uppercase;
	padding:8px 0 0 18px;
}

.menumember {
	width:228px;
	float:left;
	display:inline;
	margin:0 0 0 150px;
	padding:20px 0;
}
.menumember li {
	width:228px;
	height:34px;
	margin:0 0 10px 0;
	display:block;
}
.menumember li a, .menumember li a:link, .menumember li a:visited {
	color:#333;
	font-size:1.0em;
	font-weight:bold;
	text-transform:uppercase;
	width:181px;
	height:24px;
	display:block;
	padding:10px 0 0 47px;
}
.menumember li a:hover {
	text-decoration:none;
	background-position:0 -34px;
}

.menumember1 {
	background:url(../images/menumember_1.png) no-repeat;
}
.menumember2 {
	background:url(../images/menumember_2.png) no-repeat;
}
.menumember3 {
	background:url(../images/menumember_3.png) no-repeat;
}
.menumember4 {
	background:url(../images/menumember_4.png) no-repeat;
}
.menumember li a.active, .menumember li a.active:link, .menumember li a.active:visited {
	background-position:0 -34px;
}
#placeaddress {
	width:402px;
	float:left;
	padding:20px 0;
}
#placeaddress h3 {
	height:14px;
	background:#cfe552 url(../images/title_address.png) no-repeat 100% 0;
	color:#333;
	text-transform:uppercase;
	font-size:1.1em;
	padding:5px 20px 0 10px;
	display:inline;
}
#placeaddressrequestcatalog {
	margin:0 auto;
	width:402px;
	padding:75px 0;
}
#placeaddressrequestcatalog h3 {
	height:14px;
	background:#cfe552 url(../images/title_address.png) no-repeat 100% 0;
	color:#333;
	text-transform:uppercase;
	font-size:1.1em;
	padding:5px 20px 0 10px;
	display:inline;
}
.boxaddress {
	width:371px;
	border:5px solid #cfe552;
	padding:10px;
	margin:0 0 15px 0;
}
.boxaddress p {
	font-size:1.2em;
	line-height:1.6em;
}
.boxaddress p strong {
	padding:0 10px 0 0;
}
.boxaddress p strong.padleft {
	padding:0 10px 0 15px;
}
.signinlabel 
{
	padding-top:5px;
}
.linkeditadd, .linkeditadd:link, .linkeditadd:visited {
	width:35px;
	height:14px;
	/*background:url(../images/linkeditadd.png) no-repeat;*/
	font-size:1.0em;
	font-weight:bold;
	display:inline;
	text-transform:uppercase;
	/*color:#fff;*/
	text-align:center;
	padding:1px 0 0 0;
	margin:3px 0 5px 0;
	float:left;
}
.boxaddress h4 {
	font-size:1.2em;
	color:#9cb31b;
	text-transform:uppercase;
	margin:5px 0 0 0;
}
.linkremoveadd, .linkremoveadd:link, .linkremoveadd:visited {
	width:56px;
	height:14px;
	/*background:url(../images/linkremoveadd.png) no-repeat;*/
	font-size:1.0em;
	font-weight:bold;
	display:inline;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	padding:1px 0 0 0;
	margin:3px 0 5px 8px;
	float:left;
}
.linkremoveadd_FR, .linkremoveadd_FR:link, .linkremoveadd_FR:visited {
	width:56px;
	height:14px;
	/*background:url(../images/linkremoveadd.png) no-repeat;*/
	font-size:1.0em;
	font-weight:bold;
	display:inline;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	padding:1px 0 0 0;
	margin:3px 0 5px 35px;
	float:left;
}

.frmaddress label {
	width:110px;
	float:left;
	font-size:1.2em;
	font-weight:bold;
	color:#333;
	padding:2px 0 0 0;
	margin:3px 0;
}
.textboxadd {
	width:254px;
	height:16px;
	background:#fff;
	border:1px solid #ccc;
	padding:1px 0 0 2px;
	font-size:1.1em;
	font-family:Arial, verdana, serif;
	margin:3px 0;
}

.displayadd 
{
    width: 254px;
    height: 30px;
    background: #fff;
    border: none;
    padding: 2px 0 0 2px;
    font-size: 1.1em;
    font-family: Arial, Verdana, Sans-Serif;
    margin: 3px 0;
    float: left;
}

.frmaddress br {
	clear:both;
}
.frmaddress select {
	width:258px;
	margin:3px 0;
}
.buttoncancel {
	float:right;
	/*background:url(../images/submitcancel.png) no-repeat;*/
}
.submitsave {
	float:right;
	margin-left: 5px;
	/*background:url(../images/submitsave.png) no-repeat;*/
}


/* EDIT PASSWORD
==================================================================*/
.linkcancel, .linkcancel:link, .linkcancel:visited {
	width:56px;
	height:14px;
	background:url(../images/linkcancel.png) no-repeat;
	font-size:1.0em;
	font-weight:bold;
	display:inline;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	padding:1px 0 0 0;
	margin:3px 0 5px 110px;
	float:left;
}
.boxaddress p.right{
	text-align:right;
	color:#999;
}
.boxaddress p.left{
	color:#999;
}

/* ORDER TRACK
==================================================================*/

.linkprint3, .linkprint3:link, .linkprint3:visited {
	width:108px;
	height:17px;
	float:right;
	background:#818181 url(../images/icon_print.png) no-repeat 9px -1px;
	color:#fff;
	text-transform:uppercase;
	font-size:1.1em;
	padding:2px 0 0 29px;
}
.linkprint3_FR, .linkprint3_FR:link, .linkprint3_FR:visited {
	width:116px;
	height:17px;
	float:right;
	background:#818181 url(../images/icon_print.png) no-repeat 9px -1px;
	color:#fff;
	text-transform:uppercase;
	font-size:1.1em;
	padding:2px 0 0 29px;
}
.titletrack {
	width:912px;
	height:20px;
	background:#818181;
	margin:0;
	font-size:1.0em;
	color:#fff;
	text-transform:uppercase;
	padding:3px 0 0 18px;
}
.titletrack h1{
	float:left;
	font-size:1.6em;
}
.trackcontent{
	border:1px solid #818181;
	border-top:none;
	width:928px;
	margin:-10px 0 0 0;
	font-size:1.2em;
}
.trackcontent label{
	margin:10px;
}
.trackcontent p{
	padding:10px;
}
.textfield{
	vertical-align:middle;
	width:200px;
	height:14px;
	border:1px solid #ccc;
	margin:0 5px 0 0;
	color:#888;
	padding:1px;
}
.btnsubmit{
	border:none;
	/*color:#fff;*/
	font-size:0.9em;
	vertical-align:middle;
	/*background: url(../images/back_submit.png) no-repeat;*/
}
#tbltrack{
	width:928px;
	margin:0;
	float:left;
}
#tbltrack td{
	border-top:1px solid #818181;
	padding:5px 5px 5px 20px;
}
#tbltrack thead td{
	border-left:1px solid #fff;
	font-weight:bolder;
}
#tbltrack tbody td{
	border-left:1px solid #818181;
}
#tbltrack thead{
	background:#e6e6e6;
}
#tbltrack .tdnoline{
	border-left:none;
}
#tbltrack td a{	
	 color:#007AC3;
}
#navset{
	float:right;
	width:207px;
	margin: 5px 0 0 0;
}
#navset a{
	/*color:#fff;*/
	font-size:1.2em;
}
#navset .btnprev{
	float:left;	
	/*background: url(../images/back_prev.png) no-repeat;*/
	width:100px;
	height:18px;
	padding:0 0 0 15px;
}
#navset .btnnext{
	float:right;
	/*background: url(../images/back_next.png) no-repeat;*/
	width:72px;
	height:18px;
	padding:0 15px 0 0;
	text-align:right;
}
#navset_FR{
	float:right;
	width:261px;
	margin: 5px 0 0 0;
}
#navset_FR a{
	font-size:1.2em;
}
#navset_FR .btnprev{
	float:left;
}
#navset_FR .btnnext{
	float:right;
	text-align:right;
}

/* SIGNIN
====================================================
*/

#frmsignin .sbtcontinue{
	width:81px;
	height:18px;
	/*background: url(../images/back_continue.png) no-repeat;*/
	border:none;
	color:#fff;
	margin:5px 0 0 0;
}
#frmsignin label{
	float:left;
	width:80px;
	font-size:1.2em;
}
#frmsignin p{
	text-align:right;
	padding:20px 0 0 0;
}
#placeaddress .forgotpass{
	color:#9cb31b;
	font-size:1.1em;
	text-decoration:underline;
	margin:0 0 0 80px;
	font-weight:bolder;
}
#placeaddress .forgotpass:hover{
	text-decoration:none;
}
.leftaddress{
	margin:0 0 0 50px;
	display:inline;
}
#placeaddressright {
	width:402px;
	float:right;
	padding:20px 0;
	margin:0 50px 0 0;
	display:inline;
}
#placeaddressright h3 {
	height:14px;
	background:#cfe552 url(../images/title_address.png) no-repeat 100% 0;
	color:#333;
	text-transform:uppercase;
	font-size:1.1em;
	padding:5px 20px 0 10px;
	display:inline;
}
#placeaddresscenter {
	width:402px;
	padding:20px 0;
	margin:0 auto;
}
#placeaddresscenter h3 {
	height:14px;
	background:#cfe552 url(../images/title_address.png) no-repeat 100% 0;
	color:#333;
	text-transform:uppercase;
	font-size:1.1em;
	padding:5px 20px 0 10px;
	display:inline;
}
.boxaddress h4{
	color:#000;
	text-transform:none;
	font-size:1.2em;
}
#ulenjoy li{
	background: url(../images/bullet.gif) no-repeat 0 5px;
	font-size:1.2em;
	padding:0 0 0 10px;
	margin:3px 0;
}
#ulenjoy li.nobullet{
	background: none;
	}

#placeaddressright .linkcontinue2{
	display:block;
	width:66px;
	height:18px;
	/*background: url(../images/back_continue.png) no-repeat;*/
	border:none;
	color:#fff;
	font-size:1.1em;
	font-weight:lighter;
	float:right;
	padding:0 15px 0 0;
}
#placeaddressright p{
	text-align:right;
	padding:0;
}
.separatesignin{
	height:100px;
}

/* SIGN IN 2
================================================================*/
#toptitlesignin{
	width:748px;
	height:27px;
	background:url(../images/back_topsecrepeat.png) repeat-x;
	float:right;
	margin:-30px 0 0 0;
}
#toptilesignin2{
	width:748px;
	height:17px;
	background:url(../images/back_topsecleft.png) no-repeat;
	padding:10px 0 0 0;
}
.difheader{
	margin:15px 0 0 0;
}
#ullinkset{
	float:right;
}
#ullinkset li{
	float:left;
	border-right:1px solid #cfe552;
	padding:0 10px;
}
#ullinkset li a{
	color:#fff;
	text-transform:uppercase;
}
#proudcanadian{
	background:url(../images/logo_canada.png) no-repeat;
	position:absolute;
	padding:0 0 0 20px;
	text-transform:uppercase;
	color:#b0b2b4;
	font-size:0.9em;
	bottom:5px;
	right:0;
}
#ullinkset .linksetlast{
	border:none;
}
#wrapper .cnopadding{
	margin:-30px 0 0 0;
}
/*	RECEIPT
===================================================================*/
#receipt{
	font-size:1.2em;
	padding:20px 0;
}
#receipt p a.mailto{
	text-decoration:underline;
	color:#000;
}
#receipt .orderdetails{
	color:#fff;
	text-transform:uppercase;
	background: url(../images/back_orderdetails.png) no-repeat;
	width: 118px;
	height: 14px;
	font-size:0.9em;
	display:block;
	padding:1px 0 0 10px;
}
#receipt p{
	padding:5px 20px;
}
#ultoplink2 li{
	text-transform:uppercase;
	float:left;
	font-size:1.4em;
	font-weight:bolder;
	margin:0 0 10px 0;
	background:url(../images/bullettop.gif) no-repeat 0 2px;
	padding:0 10px 0 15px;
}
#ultoplink2 .linobullet{
	background:none;
	padding:0;
	padding:0 10px 0 0;
}
#ultoplink2 li span{
	color:#999;
}
#ultoplink2 li span.currenttop{
	color:#3b9fd8;
	text-decoration:none;
}

/* ORDER DETAILS
==============================================================*/

#orderstatus label{
	text-transform:uppercase;
	font-weight:bolder;
	margin:0 2px 10px 2px;
}
#orderstatus li{
	float:left;
	width:225px;
	margin:2px;
}
#orderstatus{
	width:700px;
	padding:10px 0 0 0;
}
.tblitem{
	width:335px;
}
.tdname{
	width:160px;
}
.tdshipto{
	width:149px;
}
#orderstatus td{
	width:100px;
}

.tbltrack{
	width:928px;
	margin:0;
	float:left;
}
.tbltrack td{
	border-top:1px solid #818181;
	padding:5px 5px 5px 20px;
}
.tbltrack thead td{
	border-left:1px solid #fff;
	font-weight:bolder;
}
.tbltrack tbody td{
	border-left:1px solid #818181;
}
.tbltrack thead{
	background:#e6e6e6;
}
.tbltrack .tdnoline{
	border-left:none;
}
.tbltrack td a{	
	 color:#007AC3;
}

.tbltrack label{
	display:block;
	font-weight:bolder;
	margin:0;
}
.tbltrack td.numitem{
	border-left:none;
	padding-left:5;
	padding-right:5;
}
.tbltrack td{
	vertical-align: middle;
}
.tbltrack .tdtrack{
	text-align:right;
	padding-right:20px;
}
.tbltrack .tdtrack a{
	font-weight:bolder;
	color:#000;
	text-decoration:underline;
}

.tbltrack .bold{
	font-weight:bolder;
}
table.tbl2{
	margin:-10px 0 0 0;
}

.tbltrack2{
	width:928px;
	margin:0;
	float:left;
}
.tbltrack2 td{
	border-top:1px solid #818181;
	padding:5px 5px 5px 20px;
}
.tbltrack2 thead td{
	border-left:1px solid #fff;
	font-weight:bolder;
}
.tbltrack2 tbody td{
	border-left:1px solid #818181;
	vertical-align:top;
}
.tbltrack2 thead{
	background:#e6e6e6;
}
.tbltrack2 .tdnoline{
	border-left:none;
}
.tbltrack2 .shipmethod{
	width:165px;
}
.tbltrack2 td.total{
	color:#fff;
	background:#818181;
	border-left:1px solid #818181;
	vertical-align:top;
	padding:0;
}
.tbltrack2 td.totalright{
	border-left:none;
}
.tbltrack2 td.total label{
	display:block;
	padding:5px 0 5px 15px;
	margin:0;
	border-bottom:1px solid #fff;
	font-weight:bolder;
}

.tbltrack2 td.total .lbltotal{
	background:#e6e6e6;
	border:none;
	color:#000;
}

.tbltrack2 td.totalfake{
	color:#fff;
	background:#fff;
	border-left:1px solid #818181;
	vertical-align:top;
	padding:0;
}

.tbltrack2 td.totalfake label{
	display:block;
	padding:5px 0 5px 15px;
	margin:0;
	border-bottom:1px solid #fff;
	font-weight:bolder;
}

.tbltrack2 td.totalfakeheader{
	color:#E6E6E6;
	background:#E6E6E6;
	border-left:1px solid #E6E6E6;
	vertical-align:top;
	padding:0;
}

.tbltrack2 td.totalfakeheader label{
	display:block;
	padding:5px 0 5px 15px;
	margin:0;
	border-bottom:1px solid #E6E6E6;
	font-weight:bolder;
}

.tbltrack2 td.totalfake .lbltotalfake{
	background:#fff;
	border:none;
	color:#fff;
}
#header .pcontact{
	font-size:1.2em;
	margin:5px 0;
}
#header .pcontact a{
	color:#000;
	text-decoration:underline;
}
.helplink img{
	float: right;
	margin: 3px 10px 0px 0px;
	border: none
}

.btn_left
{
    float: left;
    margin-top: 15px;
}

.btn_right
{
    float :right;
    margin-top: 15px;
}

/* Payment and Recap Page */

#title
{
    background-color: #818181;
    height: 30px;    
    color: #fff;    
    margin-bottom: 1px;
    width: 930px;
}

#title h1
{
    float: left;
    padding: 6px 0px 0px 10px;
    font-size: 1.6em;    
}

#title p
{
    float: right;
    padding: 8px 10px 0px 0px;
}

.ship_to_lines_container
{
    border-top: none;
    border-left: 1px solid #818181;
    border-right: 1px solid #818181;    
    width: 928px;
}

.ship_to_lines
{
    width: 928px;          
    padding: 0px;    
}

.ship_to_lines thead
{
    background-color: #818181;
}

.ship_to_lines thead td
{
    height: 30px;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    border-left: 1px solid #fff;
    text-align: center;
}

.ship_to_lines thead td.first
{
    padding-left: 10px;
    border-left: none;
    text-align: left;
}

.ship_to_lines thead td.first
{
    width: 706px;
    
}

.ship_to_lines tbody td
{
    height: 50px;   
    font-size: 1.2em; 
    border-left: 1px solid #818181;
}

.ship_to_lines tbody td.last
{
    border-bottom: 1px solid #818181;
}

.ship_to_lines tbody td.first, .ship_to_lines tbody td.noline
{
    border-left: none;
}

.ship_to_lines label a
{
    color: #000;
}

.cell1
{
    width: 60px;
    text-align: center;
}

.cell2
{
    width:100px;
    text-align: center;
    font-weight: bold;
}

.cell3
{
    width: 245px;
    font-weight: bold;
}

.cell4
{
    text-align: right;
    padding-right: 5px;
    width: 115px;    
}

.cell5
{
    padding-left: 5px;
    width: 115px;
}

.cell6
{
    width: 80px;
    text-align: center;
}

.cell7, .cell8
{
    width: 70px;
    text-align: center;        
}

.ship_to_info_container
{
    border-left: 1px solid #818181;    
    border-right: 1px solid #818181;     
    width: 706px;
}

.ship_to_info thead td, .ship_to_info thead th
{
    background-color: #E6E6E6;
    font-size: 1.2em;
    color: #000;
    padding-left: 10px;
    height: 23px;    
    width: 343px;
    font-weight: bold;
    border-right: 1px solid #fff;
}

.ship_to_info tbody td.first
{
    border-left: none;
}

.ship_to_info tbody td
{
    border-left: 1px solid #818181;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 1.2em;
    vertical-align: top;
}

#payment_header_container
{
    width: 696px;
    border-left: 1px solid #818181;    
    border-right: 1px solid #818181;  
    height: 20px;
    text-transform: uppercase;
    font-size: 1.1em;
    padding-left: 10px;
    padding-top: 5px;
    color: #fff;
    font-weight: bold;    
    background-color: #818181;
}

#bill_info_container
{

    border: 1px solid #818181;
  
    width: 928px;
}


#bill_info_container thead th, #bill_info_container thead td
{
    background-color: #E6E6E6;
    padding-left: 10px;
    height: 23px;    
    width: 343px;
    font-weight: bold;
    font-size: 1.2em;    
    border-left: 1px solid #fff;
}

#bill_info_container thead td.first
{
    border-left: none;
}

#bill_info_container thead th
{    
    width: 213px;    
}

#bill_info_container tbody td, #bill_info_container tbody th
{
    padding-top: 10px;       
    font-size: 1.2em;
    border-left: 1px solid #818181;
    vertical-align: top;
}

#bill_info_container tbody td.first
{
    border-left: none;
}

#bill_info_container tbody td div
{
    padding-bottom: 6px;       
}

#bill_info_container tbody td.multipay
{    
    padding-left: 10px;      
}

#bill_info_container label
{
    font-weight: bold;
    padding-right: 10px;
    padding-left: 10px;
}

.noborder
{
    border: none;   
}

.sourcecode .head
{
    background-color: #E6E6E6;
    border-left: 1px solid #fff;        
    font-weight: bold;
    height: 23px;    
    line-height: 23px; 
    padding-left: 10px
}
.sourcecode .text
{
	padding: 10px
}

.error_message_foot
{
	background: url("/images/red_round_border.png") no-repeat;
	height: 75px;
	margin: 5px auto;
	width: 205px;
	padding: 10px 15px
}
.error_message_foot td
{
	line-height: 25px
}
.error_message_foot .error_lang 
{
	font-weight: bold;
	padding-right: 5px;
	text-align: right;
	text-transform: uppercase;
	vertical-align: top
}