/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

/* table,tr,td {margin:0;padding:0;} */
/* table{border-collapse:collapse;border-spacing:0;} */
#wrapper table { border-collapse:collapse;border-spacing:0; }

/* ------------------------ global classes ------------------------ */


.strong {
	font-weight: bold;
}
.em {
	font-style: italic;
}

.right {
	float: right;
	display: inline;
}
.left {
	float: left;
	display: inline;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
	
.swatch-red, .current {
	color: #b22222;
}

.border {
	border: 1px solid #778696;
}

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }


/*** LOGIN PAGE, ACCOUNT REGISTRATION PAGE ***/

#login-section {
	margin: 30px auto;
	padding: 20px 10px;
	width: 600px;
	background-color: #fff;
	border: 1px solid #cadde3;
	overflow: hidden;
}

	#login-section h3 {
			font: normal normal bold 18px Arial, sans-serif;
			color: #4F4F4F;
			line-height: 12px;
}

	#login-section p {
		font-size: 11px;
		line-height: 1.2em;
}

	#login-section .create-account-section {
		float: left;
		width: 280px;
		margin-right: 10px;
		display: inline;
		border-right: 1px solid #000;
		padding-right: 39px;
}

	#login-section .sign-in-section {
		float: left;
		width: 260px;
		margin-left: 10px;
		display: inline;
}
	#login-section input {
		margin: 5px 0 5px 8px;
		padding: 4px;
		font-size: 14px;
}
	.error-message {
		color: red;
		font-style: italic;
}


	#account-registration #user-pass-area {
		text-align: left;
		margin: 20px 0;
}

#account-registration {
	margin: 30px auto;
	padding: 20px 10px;
	width: 700px;
	background-color: #fff;
	border: 1px solid #cadde3;
	overflow: hidden;
}
	
	#account-registration #ship-to {
		float: left;
		width: 350px;
		display: inline;
}

body#INVC #main-column #ship-to {
	float: left;
	width: 450px;
	display: inline;
}

body#INVC #main-column #bill-to {
	float: left;
	width: 450px;
	display: inline;
}

	#account-registration #bill-to {
		float: left;
		width: 350px;
		margin: 0;
		display: inline;
}
	#shipping_fields, #billing_fields { 
		margin: 30px 0 0 0;
		padding-left: 10px;
}

#shipping_fields .country-drop select, #billing_fields .country-drop select {
	width: 178px;
}

	#shipping_fields label, #billing_fields label, #login-details label {
		width: 150px;
		float: left;
		display: inline;
}

	#shipping_fields input, #billing_fields input, #login-details input {
		padding: 2px;
		font-size: 14px;
}
	#shipping_fields .form_row, #billing_fields .form_row, #login-details .form_row { margin-top: 6px; }



/* OINF */

#checkout-shipping-billing {
	margin: 30px auto;
	padding: 20px 10px;
	width: 700px;
	border: 1px solid #cadde3;
	overflow: hidden;
}
	
#ship-to {
		float: left;
		width: 329px;
		display: inline;
}


#bill-to {
		float: left;
		width: 329px;
		display: inline;
}

.shipping-payment-box {
	float: left;
	width: 324px;
	margin-top: 15px;
	display: inline;
}

.payment-options-box {
	float: left;
	width: 324px;
	margin-top: 15px;
	display: inline;
}

#payment-select .payment-option div input.inputRadio {
	padding: 5px; width: 12px; border: none;
}

	#shipping_fields, #billing_fields { 
		margin: 30px 0 0 0
}

	#shipping_fields label, #billing_fields label, #login-details label {
		width: 150px;
		float: left;
		display: inline;
}

	#shipping_fields input, #billing_fields input, #login-details input {
		padding: 2px;
		font-size: 14px;
}
	.shipping-information .form_row, .shipping-information .form_row, .shipping-information .form_row { margin-top: 10px; }


/*** My Account ***/

#my-account-area {
	width: 700px;
	margin: 20px auto;
	padding: 20px 10px;
	border: 1px solid #cadde3;
}

	#my-account-area h1 {
			font: normal normal bold 24px Arial, sans-serif;
			color: #4F4F4F;
			line-height: 12px;
}



/********************** GLOBAL BASKET STYLES **********************
------------------------------------------------------------------*/

#wrapper{
margin:10px auto;
width:960px;
height:auto;
overflow: hidden;
position: relative;
}

#wrapper #inner-wrap {
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	height: auto;
	overflow: hidden;
}

#main-column {
	float: left;
	width: 660px;
	padding: 0 10px;
	margin-top: 20px;
	display: inline;
}

/********************** BASK PAGE STYLES **********************
------------------------------------------------------------------*/


/********************** OCST PAGE STYLES **********************
------------------------------------------------------------------*/




/********************** OSEL PAGE STYLES **********************
------------------------------------------------------------------*/


/********************** OPAY PAGE STYLES **********************
------------------------------------------------------------------*/


/********************** INVC PAGE STYLES **********************
------------------------------------------------------------------*/


body#INVC #wrapper {
	width: 920px;
}
body#INVC #inner-wrap {
	width: 920px;
}

body#INVC #main-column {
	width: 900px;
	padding: 0 10px;
	margin-top: 20px;
}

#main-column h2 {
	color: #00588b;
	font-size: 18px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	margin: 0; padding: 0px;
}

#main-column .main-box {
	padding: 0 0 15px 0;
}

#main-column .continue-checkout, #main-column .continue-btn {
	width: 104px;
	height: 35px;
	margin: 15px 0px; padding: 0;
}

#main-column input[type="image"] { 
	border: none;
	margin: 0; padding: 0;
}

#main-column .continue-shopping {
	float: left;
}
#inner-wrap #right-column {
	float: right;
	width: 220px;
	padding: 0 30px 0 0;
	margin-top: 20px;
	display: inline;
}

#right-column .box-header {
	background-color: #b1c6cf;
	padding: 7px;
	border-bottom: 1px solid #fff;
}

#right-column .box-header h3 {
	color: #fff;
	font-size: 12px;
}

#right-column .box {
	background: url(images/box-bg.gif) no-repeat top center;
	background-color: #f8f8f8;
	padding: 8px 10px;
}

#right-column .last-box {
	border-bottom: 1px solid #e1e9f0;
}

#right-column .save-bg {
	background: url(images/save-box-bg.gif) no-repeat top center;
	background-color: #f8f8f8;
	width: 200px;
}

#right-column .box p {
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
	color: #616161;
	line-height: 1.5em;
}

#right-column .box img {
	padding: 0 5px 2px 0;
}

	#right-column .box p.center {
		text-align: center;
}
	
	#right-column .box p.center span {
		color: red;
		font-weight: bold;
}

/***** BASKET PAGE *****/

/*** Basket Table Area ***/

#main-column table.basket-page-table {
	margin: 0 0 15px 0; padding: 0px;
	color: #3e3e3e;
	text-align: center;
}

body#INVC #main-column table.basket-page-table {
	width: 910px;
	margin: 15px 0 0 0; padding: 0;
} 

#main-column table.basket-page-table,
#main-column table.basket-page-table tr, 
#main-column table.basket-page-table td {
	border: 1px solid #e1e9f0;
	vertical-align: top;
	

}

#main-column table.basket-page-table .product-name {
	text-align: left;
	vertical-align: text-top;
	width: 350px;
}

#main-column table.basket-page-table .product-name a:link,
#main-column table.basket-page-table .product-name a:visited {
	color: #00578a;
	text-decoration: underline;
	padding: 0px;
}

#main-column table.basket-page-table .product-name a:hover {
	color: #9f9f9f;
}

#main-column table.basket-page-table td{
	padding: 10px 12px;
}

#main-column table.basket-page-table tr.col-title{
	background-color: #e9eef4;
	color: #00588b;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
}

#main-column table.basket-page-table tr.col-title td{
	padding: 10px 12px;
}

#main-column table.basket-page-table tr.col-title .product-size {

}

#main-column table.basket-page-table .quantity-cell {
	text-align: center;
	vertical-align: text-top;
	line-height: 0px;
	width: 65px;
}

#main-column table.basket-page-table .quanity-cell input {
	width: 50px;
} 

#main-column table.basket-page-table .quantity-cell input.item-quantity {
	width: 25px;
	text-align: center;
}

#main-column table.basket-page-table .quantity-cell input.button {
	width: 50px;
	text-align: center;
}

#main-column table.basket-page-table .quantity-cell input.button {
	padding: 0px;
	color: #00588b;
	cursor: pointer;
	border: none;
	text-decoration: underline;
	line-height: 1.0em;
	background: none;
	margin: 0px;
	font-size: 11px;
}

#main-column table.basket-page-table td span.total-price {
	color: #8ab3ec;
}
/***** CUSTOMER INFORMATION PAGE *****/



/*** Login Form ***/

#main-column form#login-form {
	margin-top: 15px;
	width: 660px;
}

#main-column form#login-form input {
	width: 125px;
	margin: 0px 7px 0px 5px;
}

#main-column form#login-form label {
	color: #9c9c9c;
	font-weight: bold;
}

#main-column form#login-form .button {
	border: 1px solid #9c9c9c;
	color: #9c9c9c;
	moz-border-radius: 3px 3px 3px;
	webkit-border-radius: 3px 3px 3px;
	cursor: pointer;
}

#main-column .checkout-process {
clear: left;
	padding: 15px 0 0 0;
}

#main-column p.create-account {
	margin: 10px 0 0 0;
	font-size: 11px;
	color: #949494;
}

#main-column p.create-account a, #main-column p.create-account a:visited {
	color: #7597b7;
	text-decoration: underline;
}

#main-column p.create-account a:hover {
	color: #000;
}


#main-column p.required {
	margin: 10px 0 0 0;
	font-style: italic;
	font-size: 11px;
	color: #727272;
}

#main-column p.required span {
	color: red;
}

#main-column  .main-box {
	width: 660px;
	border: 1px solid #e9eef4;
	margin-top: 15px;
	overflow: hidden;
	position: relative;
}

#ship-to h2.fields-heading, #bill-to h2.fields-heading  {
	background:#e9eef4;
	color:#00588b;
	margin:0 0 12px 0;
	padding:4px 4px 4px 20px;
	font-size: 12px;
	width: 100%;
	font-family: Arial, Verdana, sans-serif;
}

span#billing-controls label {
	margin: 0px; padding: 0px; line-height: 0;
}

#main-column .shipping-payment-box h4, 
#main-column .payment-options-box h4,
#main-column .main-box h4.fields-heading,
#invoice-area h4.fields-heading   {
	background:#e9eef4;
	color:#00588b;
	margin:0;
	padding:5px 4px 4px 10px;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	width: 100%;
	overflow: hidden;
}

#main-column .continue-button{
text-align:right;
margin: 0 0 15px 0;
}

.main-box .basket-contents {
	margin-top: 15px;
	padding-left: 10px;
}

.main-box .basket-contents a, .basket-contents a:visited {
	text-decoration: underline;
}

#ship-to h2 input.checkbox, #bill-to h2 input.checkbox {
margin:0;
padding:0;
width:13px;
height:13px;
overflow:hidden;
cursor:pointer;
}
#ship-to div.invalid input.textfield, #ship-to div.invalid select, #ship-to div.invalid input
#bill-to div.invalid input.textfield, #bill-to div.invalid select, #bill-to div.invalid input{
border-color:#d90000;
}
#ship-to div.invalid label,
#bill-to div.invalid label{
color:#d90000;
}

#ship-to .form_row span.req,
#bill-to .form_row span.req {
	color: #cd1010;
}
#customer-fields.editable .form-row, #affiliate-fields.editable .form-row{
margin:0 0 6px 0;
text-align:left;
}
#customer-fields.non-editable .form-row{
margin:0 0 4px 0; 
text-align:left;
}
#customer-fields.non-editable label, #affiliate-fields.non-editable label{
margin:0 0 0 30px;
padding:0 4px 0 0;
font-weight:bold;
width:110px;
text-align:right;
float:left;
clear:both;
white-space:nowrap;
}
#customer-fields.non-editable .form-row div, #affiliate-fields.non-editable .form-row div{
float:left;
}
#acad-form, #aced-form, #ocst-form{
width:940px;
margin:auto;
padding-bottom:20px;
clear:both;
}
#ocst-form #update-record{
clear:both;
padding:24px 0 0 24px;
}
 #ocst-form #update-record input{
 width:auto;
 margin:0;
 padding:0;
 }
.tax-fields label{
font-weight:bold;
}
 #OCST #login-form{
 width:640px;
 margin:0 auto;
 text-align:center;
 display:none;
 }
 #OCST #login-form label{
 width:90px;
 }



#main-column .main-box  .top-main-box span.same-info {
	position: absolute;
	top: 5px;
	right: 20px;
	color: #00578a;
	font-size: 12px;
	line-height: 0em;
}

#main-column .main-box .shipping-information, 
#main-column .main-box .billing-information, 
#main-column .main-box .additional-left, 
#main-column .main-box .additional-right,
#main-column .main-box .shipping-methods, 
#main-column .main-box .payment-options {
	width: 310px;
	margin: 15px 10px;
	float: left;
	display: inline;
}

#main-column .main-box .shipping-information label, 
#main-column .main-box .billing-information label,
#main-column .main-box .additional-left label, 
#main-column .main-box .additional-right label,
#main-column .main-box #ship-to .form_row label,
#main-column .main-box #bill-to .form_row label {
	width: 120px;
	float: left;
	margin-top: 6px;
	text-align: right;
	margin-right: 10px;
	color: #6e6e6e;
	display: inline;
}

#main-column .main-box .shipping-methods div, 
#main-column .main-box .payment-options div {
	margin: 7px 0 0 0;
}

#main-column .main-box .shipping-methods label, 
#main-column .main-box .payment-options label {
	float: left;
	width: 120px;
	margin: 0; padding: 0;
	display: inline;
	color: #6e6e6e;
}

#main-column .main-box .shipping-information input, 
#main-column .main-box .shipping-information select,
#main-column .main-box .additional-left input, 
#main-column .main-box .additional-left select, 
#main-column .main-box .additional-right input {
	margin-top: 6px;
}

#main-column .main-box .billing-information input, 
#main-column .main-box .billing-information select {
	margin-top: 6px;
}

#main-column form input {
	border: 1px solid #9c9c9c;
	padding: 3px;
	width: 170px;
	font-size: 12px;
}

#main-column .main-box .top-main-box h4 {
	font-size: 12px;
	font-weight: normal;
	padding: 8px 10px;
}

#main-column input#rush {
	width: 30px;
}

#main-column table.ship-meth-table, #main-column table.ship-meth-table tr, #main-column table.ship-meth-table td {
	border: none;
}


.ups-img {
	margin: 10px 50px 0 0;
}
.main-box .promo-area {
	margin-top: 15px;
	color: #6e6e6e;
}

.main-box  p {
	margin: 10px 15px;
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
	color: #6e6e6e;
}

.osel-btm-copy {
	margin: 15px 0 0 0;
}

.osel-btm-copy p{
	color: #6e6e6e;
	line-height: 1.4em;
	margin: 2px 0 10px 0;
}

.osel-btm-copy p.red {
	color: #ba0000;
}

.osel-btm-copy h4 {
	color: #515151;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 0 0;
	text-transform: none;
}

/***** OSEL PAYMENT AREA *****/




/******* OCST PAGE *******/

#main-column .main-box .additional-information {
	margin: 5px 10px;
	width: 640px;
	overflow: hidden;
	position: relative;
	z-index: 99;
}

element.style {
    opacity: 0;
}
#main-column .main-box  .additional-information .popup {
    text-align: center;
	background-color: #fff;
	border: 1px solid #cadde3;
	-moz-border-radius: 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px;
	position: absolute;
	z-index: 9999;
	width: 300px;
	height: 65px;
	top: -20px;
	left: 160px;
}

#main-column #ship-map-area {
position: relative;
z-index: 9750;
}
#main-column #ship-map-area .popup {
	position: absolute;
	z-index: 9999;
	top: -160px;
	left: 30px;
background-color: #fff;
}

#popup-opay {
    text-align: center;
	background-color: #fff;
	border: 1px solid #cadde3;
	-moz-border-radius: 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px;
	position: absolute;
	z-index: 9999;
	width: 300px;
	height: 65px;
	top: 175px;
	left:300px;
}

#main-column .main-box .additional-information div {
	margin: 10px 0;
}

#main-column .main-box .additional-information img {
	vertical-align: middle;
}

#main-column .main-box .additional-information label {
	width: 250px;
	color: #3e3e3e;
	padding-right: 10px;
}

#main-column .main-box .additional-information input.rush-order{
		width: 15px;
		margin: 0 0 0 25px; padding: 0px;
		vertical-align: middle;
}
	
#main-column .main-box .additional-information .first-add {
	width: 300px;
	position: relative;
	z-index: 400;
}

#main-column .main-box div.additional-information div.sec-add {
	width: 340px;
	overflow: hidden;
	
	
}
	
.basket-page-table tr.item-options td.small-pad {
	margin: 0px; padding: 0px; line-height: 1.0em;
}
/***** CHECKOUT: SHIPPING/PAYMENT SELECTION *****/


#main-column .options-box {
	background-color: #fff;
	width: 660px;
	overflow: hidden;
	border: 1px solid #e1e9f0;
	margin: 0 0 10px 0;
	color: #989898;
}

/** SHIP SELECT **/

#main-column #ship-select {
	width: 330px;
	float: left;
	display: inline;
}

#main-column #ship-select table {
	margin: 0px;
	color: #989898;
	padding: 5px 10px;
}

#main-column #ship-select table, #main-column #ship-select table tr,
#main-column #ship-select table td {
	border: none;
	padding: 4px;
	font-size: 11px;
}

#main-column #ship-select td.ship-radio {
	text-align: center;
	border: none;
}

#main-column #ship-select td.ship-radio input {
	width: 12px;
	border: none;
}

#main-column #ship-select td.ship-method {
	text-align: left;
	border: none;
}

#main-column #ship-select td.ship-price {
	text-align: right;
	border: none;
}

/** PAYMENT SELECT **/

#main-column .options-box #payment-select {
	float: left;
	width: 294px;
	padding: 10px 8px;
	display: inline;
}

#payment-select .payment-option div {
	margin: 0; padding: 0;
	width: 140px;
	float: left;
	display: inline;
}

#payment-select div label {
	padding: 0 0 0 5px;
	width: 12px;
}

#payment-select input {
	margin: 0; padding: 0;
	vertical-align: text-top;
	border: none;
	float:left;
	margin-top:8px;
}

#payment-select img {
	vertical-align: middle;
	margin: 0 0 10px 0;
	display: inline;
}


/** PROMOTIONAL AREA **/

.options-box #promotion-area { 
	width: 640px;
	padding: 10px;
	text-align: center;
}

.options-box #promotion-area p {
	color: #989898;
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
	line-height: 1.2em;
	text-align: left;
	margin-top: 5px;
}

.options-box #promotion-area table { 
	width: 380px;
	margin: 0px auto;
	text-align: center;
}
.options-box #promotion-area input {
	margin: 0px; padding: 4px;
	float: left;
	vertical-align: middle;
	display: inline;
}

.options-box #promotion-area input[type="image"] {
	width: 66px;
	height: 23px;
	padding: 0px;
	margin: 0 0 0 10px;
}

.options-box #promotion-area .redeem-btn {
	width: 66px;
	height: 22px;
	vertical-align: middle;
}

/** SHIP VIA and BILL TO Area **/

#main-column #ship-to-fields .form-row,
#main-column #bill-to-fields .form-row {
	margin-top: 6px;
	color: #989898;
	line-height: 1.5em;
}

#main-column .hide-button a:link, #main-column .hide-button a:visited {
	background: url(../images/hide-btn.jpg) no-repeat;
	width: 130px;
	height: 23px;
	display: block;
	color: #3a4249;
	padding: 4px; margin: 0;
}



/** BASKET TABLE **/

/*

#basket-contents  table{
	color: #989898;
}
#basket-contents td {
	vertical-align: text-top;
}

#basket-contents table input[type="button"] {
	border: none;
	width: 300px;
	text-decoration: underline;
}

#basket-contents table input.quantity-box {
	width: 14px;
	margin: 10px 0 0 0;
	text-align: center;
}

*/

/******* OPAY PAGE *******/

/** CREDIT CARD INFO **/

#credit-card-information {
	margin: 10px 0;
	color: #4a4a4a;
	overflow: hidden;
	position: relative;
}

#credit-card-information span.info-req {
	color: #4a4a4a;
}

#credit-card-information  .not-valid-box {
	position: absolute;
	top: 30px;
	right: 85px;
	background-color: #f1f1f1;
	padding: 10px 7px;
	border: 1px solid #e5e5e5;
	-moz-border-radius: 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px;
	display: none;
}

#credit-card-information .not-valid-box span.req {
	color: red;
	font-weight: bold;
}

#credit-card-information .not-valid-box img {
	vertical-align: middle;
}

#credit-card-information form {
	margin: 15px 0 0 0;
}

#credit-card-information form #payment-fields div.form_row {
	margin: 10px 0 0 0;
}

#credit-card-information form #payment-fields div.invalid input {
	border-color:#d90000;
}

#credit-card-information form #payment-fields div.invalid label {
	color: #d90000;
}

#payment-fields div.form_row label {
	float: left;
	width: 100px; 
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}

#payment-fields div.form_row input {
	width: 250px;
}

#payment-fields div.form_row input.ccv2 {
	width: 30px;
	margin-left: 20px;
}

#payment-fields div.form_rowselect {
	float: left;
	margin-left: 20px;
	padding: 3px;
	display: inline;
}

#payment-fields div.form_row .first-item {
	margin-left: 0;
}

#payment-fields div.form_row img.icon {
	padding-left: 5px;
}

.totals-info .total {
	background-color: #e9eef4;
	padding: 10px;
	margin: 0 0 10px 0;
	text-align: center;
}

.totals-info .total p {
	color: #1d6b98;
}

#credit-card-information .totals-info .total table {
	width: 250px;
	margin: 0px;
	padding: 0px;
	color: #1d6b98;
}

#credit-card-information .totals-info .total table, #credit-card-information .totals-info .total table tr, #credit-card-information .totals-info .total table td {
	border: none;
	padding: 1px 4px;
}

#main-column .place-order {
	text-align: right;
	width: 130px;
	height: 36px;
}
#main-column .place-order input {
	text-align: right;
	display: block;
	  color:#fff;
	  background:url(../images/po_button_bg_03.jpg);
	  background-repeat:repeat-x;
	  padding:7px 18px;
	  vertical-align:middle;
	  font:bold 14px Arial, Helvetica, sans-serif;
	  border:1px solid #1b77aa;
	  margin:0;
	  text-decoration:none;
	  text-shadow:0 1px 1px rgba(0,0,0, 0.3);
	  cursor:pointer;

}
/***** INVOICE AREA *****/

#main-column #invoice-area {
	width: 920px;
	margin: 15px 0;
}

#invoice-area .order-date {
	width: 908px;
	margin: 15px auto;
	border: 1px solid #e1e9f0;
	padding: 5px;
	text-align: left;
}

#invoice-area .order-date span.order-number {
	font-size: 18px;
}

#customer-fields input.order-by-input {
	width: 100px;
}

/* ------------------------ CALENDAR ----------------------------------------- */
/* calendar icon */
img.tcalIcon {
	cursor: pointer;
	margin-left: 1px;
	vertical-align: middle;
	width:16px;
	height:16px;
}
/* calendar container element */
div#tcal {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 158px;
	padding: 2px 0 0 0;
}
/* all tables in calendar */
div#tcal table {
	width: 100%;
	border: 1px solid silver;
	border-collapse: collapse;
	background-color: white;
}
/* navigation table */
div#tcal table.ctrl {
	border-bottom: 0;
}
/* navigation buttons */
div#tcal table.ctrl td {
	width: 15px;
	height: 20px;
}
/* month year header */
div#tcal table.ctrl th {
	background-color: white;
	color: black;
	border: 0;
}
/* week days header */
div#tcal th {
	border: 1px solid silver;
	border-collapse: collapse;
	text-align: center;
	padding: 3px 0;
	font-family: tahoma, verdana, arial;
	font-size: 10px;
	background-color: gray;
	color: white;
}
/* date cells */
div#tcal td {
	border: 0;
	border-collapse: collapse;
	text-align: center;
	padding: 2px 0;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	width: 22px;
	cursor: pointer;
}
/* date highlight
   in case of conflicting settings order here determines the priority from least to most important */
div#tcal td.othermonth {
	color: silver;
}
div#tcal td.weekend {
	background-color: #ACD6F5;
}
div#tcal td.today {
	border: 1px solid red;
}
div#tcal td.selected {
	background-color: #FFB3BE;
}
/* iframe element used to suppress windowed controls in IE5/6 */
iframe#tcalIF {
	position: absolute;
	visibility: hidden;
	z-index: 98;
	border: 0;
}
/* transparent shadow */
div#tcalShade {
	position: absolute;
	visibility: hidden;
	z-index: 99;
}
div#tcalShade table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
div#tcalShade table td {
	border: 0;
	border-collapse: collapse;
	padding: 0;
}

#edit-att-table {
	width: 500px;
	display: block;
	margin: 10px 0px; padding: 0px;
	border: none;
	font-size: 12px;
	padding: 0px;
}

table#edit-att-table select {
	width: 200px;
}

div#main-column table.basket-page-table tbody tr.item-options td.text-left form table#edit-att-table tbody tr td {
	padding: 8px 5px;
	border: none;
}

div#main-column table.basket-page-table tbody tr.item-options td.text-left form table#edit-att-table tbody tr {
	border: none;
}

div#main-column table.basket-page-table tbody tr.item-options td {
	margin: 0px; padding: 4px 10px;
}

div#main-column table.basket-page-table tbody tr td form table#edit-att-table tbody tr td input.agree-input {
	width: 20px;
}

div#main-column table.basket-page-table tbody tr td form input.att-table-update-btn {
	margin: 15px 0;
	width: 141px;
	height: 36px;
}

div#main-column form#ocst_form div#customer-fields.editable div.continue-button input.continue-btn {
	margin: 15px 0;
}

div#main-column div#credit-card-information div.credit-card-form form div#payment-fields table tbody tr td input {
	margin: 5px 0;
}

.controls {
    font: Verdana,Helvetica,Arial,sans-serif;
    visibility: hidden;
}

#update-record { 
	margin: 15px auto;
	text-align: center;
	width: 600px;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	color: #616161;
}

div#main-column form#ocst_form div#customer-fields.editable div.main-box div#update-record input{
	width: 20px;
	vertical-align: middle;
	margin: 0; padding: 0;
}

div#wrapper div.promo-position {
	position: absolute;
	top: 265px;
	left: 10px;
}

div#main-column .marg-top { margin-top: 155px; }

span.bubbleInfo img {
	vertical-align: middle;
	margin: 0px; padding: 0px;
}

p.order-agree {
	font-style: italic;
	color: #616161;
	margin: 0 0 0 15px;
}