body
{
	margin: 0px;
	border: none;
	padding: 0px;
	font-size: .7em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
	background-color: #ffffff;
	background-image: url(../images/pagebg.gif);
	background-repeat: repeat;
	background-position: top left;
}

.clsTiming
{
	display: none;
	visibility: hidden;
}

/* standard links */

a
{
	text-decoration: none;
	color: blue;
}

a:hover
{
	color: blue;
	text-decoration: underline;
}

a.disabled
{
	color: #dddddd;
}

/* page layout */

#idHeader
{
	z-index: 0;
	position: relative;
	top: 0px;
	left: 0px;
	background-color: transparent;
	height: 99px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: none;	
	overflow: hidden;
	display: block;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#idHeader #idBackground
{
	position: absolute;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	width: 100%;
	height: 99px;
}

#idMenu
{
	position: relative;
	z-index: 9999;
	top: 0px;
	left: 0px;
	background-color: #ffffff;
	background-image: url(../images/navbg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	width: 100%;
	height: 26px;
	display: block;
	padding-bottom: 3px;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	overflow: visible;	
}	

#idMenu ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: .9em;
}

#idMenu ul li
{
	margin-top: 5px;
	float: left;
	background-color: transparent;
	width: 111px;
	height: 21px;
	display: block;
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px;
}
	
#idMenu ul li.selected
{
	margin-top: 5px;
	float: left;
	background-color: transparent;
	width: 111px;
	height: 21px;
	display: block;
	background-image: url(../images/button_over.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px;
}

#idMenu ul li a
{
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 3px;
	padding-right: 3px;
	width: 111px;
	height: 16px;
	display: block;
}

/* box model fix */

#idMenu ul li > a
{
	height: 11px;
	width: 105px;
}

#idMenu ul li a:hover
{
	color: #dddddd;
}

/* content area */

#idPageContent
{
	position: relative;
	width: 770px;
	clear: left;
}

/* lhs */

#idLHS
{
	position: relative;
	z-index: 2;
	width: 160px;
	overflow-x: hidden;
	overflow-y: visible;
	display: block;
	text-align: left;
	padding: 0px;
	margin: 0px;
	float: left;
	font-size: .9em;
	padding-top: 12px;
}

#idLHS #idLHSHeaderSection
{
	position: relative;
	left: 14px;
	z-index: 2;
	width: 135px;
	height: 20px;
	background-color: transparent;
	display: block;
	overflow: hidden;
	background-image: url(../images/lhsheadersection.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px;
	margin: 0px;
}

#idLHS #idLHSHeaderSearch
{
	position: relative;
	left: 14px;
	z-index: 2;
	width: 135px;
	height: 20px;
	background-color: transparent;
	display: block;
	overflow: hidden;
	background-image: url(../images/lhsheadersearchalt.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px;
	margin: 0px;
}

#idLHS #idLHSHeaderInfo
{
	position: relative;
	left: 14px;
	z-index: 2;
	width: 135px;
	height: 20px;
	background-color: transparent;
	display: block;
	overflow: hidden;
	background-image: url(../images/lhsheaderinfo.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px;
	margin: 0px;
}

#idLHS #idLHSHeaderSearch
{
	position: relative;
	left: 14px;
	z-index: 2;
	width: 135px;
	height: 20px;
	background-color: transparent;
	display: block;
	overflow: hidden;
	background-image: url(../images/lhsheadersearchalt.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px;
	margin: 0px;
}

#idLHS #idLHSHeaderCurrency
{
	position: relative;
	left: 14px;
	z-index: 2;
	width: 135px;
	height: 20px;
	background-color: transparent;
	display: block;
	overflow: hidden;
	background-image: url(../images/lhsheadercurrencies.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px;
	margin-top: 10px;
}

#idLHS #idLHSContent
{
	position: relative;
	left: 14px;
	z-index: 2;
	width: 135px;
	background-color: transparent;
	display: block;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

#idLHS #idLHSContentBG
{
	position: relative;
	left: 14px;
	z-index: 2;
	width: 135px;
	background-color: transparent;
	background-image: url(../images/lhsbg.gif);
	background-repeat: repeat;
	background-position: top left;
	display: block;
	overflow: hidden;
	padding-top: 10px;
	margin: 0px;
}

#idLHS #idLHSContent p, #idLHS #idLHSContentBG p
{
	padding: 5px;
	margin: 0px;
	margin-bottom: -10px;
	display: block;
}

#idLHS > #idLHSContent p, #idLHS #idLHSContentBG p
{
	margin-bottom: 0px;
}

#idLHS #idLHSContent .forminput, #idLHS #idLHSContentBG .clsSearchInput
{
	position: relative;
	width: 90px;
	top: 2px;
	left: 5px;
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	height: 20px;
	border: 1px solid #48499F;
	float: left;
	font-size: .85em;
}

#idLHS #idLHSContent .formbutton, #idLHS #idLHSContentBG .clsSearchSubmit
{
	position: relative;
	top: 1px;
	left: 5px;
	width: 30px;
	height: 22px;
}

#idLHS #idLHSContent .formbutton, #idLHS #idLHSContentBG .clsCurrSelect
{
	position: relative;
	width: 90px;
	top: 2px;
	left: 5px;
	padding-left: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 18px;
	border: 1px solid #48499F;
	float: left;
	font-size: 1.1em;
} 

#idLHS #idLHSFooter
{
	position: relative;
	left: 14px;
	z-index: 2;
	width: 135px;
	height: 8px;
	background-color: transparent;
	background-image: url(../images/lhsfooter.gif);
	background-repeat: repeat;
	background-position: top left;
	display: block;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

/* lhs lists */

#idLHS ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: right;
	width: 100%;
}

#idLHS ul li
{
	background-color: transparent;
	display: block;
	padding: 0px;
	height: 24px;
	border-top: 1px solid #ffffff;
	margin: 0px;
	background-color: #E7E8F1;
}
	
#idLHS ul li.selected
{
	background-color: transparent;
	display: block;
	padding: 0px;
	height: 24px;
	border-top: 1px solid #ffffff;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	margin: 0px;
	background-color: #A0A2C8;
}

#idLHS ul li a
{
	color: #48499F;
	font-weight: 500;
	text-decoration: none;
	position: relative;
	top: 5px;
	padding-right: 5px;
}

#idLHS ul li a:hover
{
	color: blue;
}

#idLHS ul li .nulllink
{
	position: relative;
	top: 5px;
	padding-right: 5px;
}

/* rhs */

#idRHS
{
	position: relative;
	z-index: 2;
	width: 600px;
	overflow-x: hidden;
	overflow-y: visible;
	display: block;
	padding: 0px;
	margin-top: 10px;
	background-color: transparent;
	float: right;
}

#idRHS #idCol1
{
	background-image: url(../images/col1.gif);
	background-repeat: repeat-y;
	background-position: top right;
	position: relative;
	padding-right: 10px;
	width: 390px;
	float: left;
	background-color: transparent;
}

#idRHS #idCol2
{
	position: relative;
	width: 190px;
	float: right;
	background-color: transparent;
	display: block;
}

#idRHS h1
{
	position: relative;
	color: #ffffff;
	width: 600px;
	height: 20px;
	font-size: 1.1em;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 2px;
	background-image: url(../images/h1background.gif);
	background-repeat: no-repeat;
	background-position: top left;
	display: inline-block;
}

#idRHS h2
{
	position: relative;
	color: #ffffff;
	width: 600px;
	height: 20px;
	font-size: 1.1em;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 2px;
	background-image: url(../images/h2background.gif);
	background-repeat: no-repeat;
	background-position: top left;
	display: inline-block;
}

#idRHS h3
{
	position: relative;
	color: blue;
	width: 600px;
	height: 20px;
	font-size: 1.1em;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 2px;
	margin-bottom: 5px;
	display: inline-block;
}

#idRHS #idCol1 h1
{
	position: relative;
	color: #ffffff;
	width: 390px;
	height: 20px;
	font-size: 1.1em;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 2px;
	background-image: url(../images/h1backgroundCol1.gif);
	background-repeat: no-repeat;
	background-position: top left;
	display: inline-block;
}

#idRHS #idCol1 h2
{
	position: relative;
	color: #ffffff;
	width: 390px;
	height: 20px;
	font-size: 1.1em;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 2px;
	background-image: url(../images/h2backgroundCol1.gif);
	background-repeat: no-repeat;
	background-position: top left;
	display: inline-block;
}

#idRHS #idCol2 h1
{
	position: relative;
	color: #ffffff;
	width: 190px;
	height: 20px;
	font-size: 1.1em;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 2px;
	background-image: url(../images/h1backgroundCol2.gif);
	background-repeat: no-repeat;
	background-position: top left;
	display: inline-block;
}

#idRHS #idCol2 h2
{
	position: relative;
	color: #ffffff;
	width: 190px;
	height: 20px;
	font-size: 1.1em;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 2px;
	background-image: url(../images/h2backgroundCol2.gif);
	background-repeat: no-repeat;
	background-position: top left;
	display: inline-block;
}

#idRHS p, idRHS #idCol1 p, idRHS #idCol2 p
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.025em;
	color: #000000;
	font-weight: 500;
	text-decoration: none;
	font-style: normal;
}

.bold
{
	font-weight: 700;
}

.underline
{
	text-decoration: underline;
}

.italic
{
	font-style: italic;
}

.super
{
	vertical-align: super;
}

.sub
{
	vertical-align: sub;
}

/* tables */

#idRHS #idCol1 table, #idRHS #idCol2 table, #idRHS #idCol1Alt table, #idRHS #idCol2Alt table
{
	font-size: 1.0em; /*set to same as page */
}

#idRHS #idCol1 table tr td, #idRHS #idCol2 table tr td, #idRHS #idCol1Alt table tr td, #idRHS #idCol2Alt table tr td
{
}

#idRHS #idCol1 table tr th, #idRHS #idCol2 table tr th, #idRHS #idCol1Alt table tr th, #idRHS #idCol2Alt table tr th
{
	text-align: center;
	font-weight: 700;
}

#idRHS #idCol1 table tr td.blue1, #idRHS #idCol2 table tr td.blue1, #idRHS #idCol1Alt table tr td.blue1, #idRHS #idCol2Alt table tr td.blue1
{
	background-color: #F3F3F8;
}

#idRHS #idCol1 table tr th.blue1, #idRHS #idCol2 table tr th.blue1, #idRHS #idCol1Alt table tr th.blue1, #idRHS #idCol2Alt table tr th.blue1
{
	background-color: #F3F3F8;
	text-align: center;
	font-weight: 700;
}

#idRHS #idCol1 table tr td.blue2, #idRHS #idCol2 table tr td.blue2, #idRHS #idCol1Alt table tr td.blue2, #idRHS #idCol2Alt table tr td.blue2
{
	font-weight: 700;
	background-color: #A0A2C8;
	color: #ffffff;
}

#idRHS #idCol1 table tr th.blue2, #idRHS #idCol2 table tr th.blue2, #idRHS #idCol1Alt table tr th.blue2, #idRHS #idCol2Alt table tr th.blue2
{
	font-weight: 700;
	background-color: #A0A2C8;
	text-align: center;
	font-weight: 700;
	color: #ffffff;
}

/* general styles --------------------------------------------------------------------------------------------------------------*/

.red
{
	font-weight: 700;
	color: red;
}

.small
{
	font-size: 0.75em; 
}

.clsClear
{
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
}

/* home page specials --------------------------------------------------------------------------------------------------------------*/

#idCol1 .clsProductSummaryIcon
{
	display: inline;
	vertical-align: top;
	float: left;
	text-align: center;
	margin: 0px;
	border: none;
	padding: 0px;
	width: 49%;
	font-weight: 500;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #48499F;
}

#idCol2 .clsProductSummaryIcon
{
	display: inline;
	float: left;
	text-align: center;
	margin: 0px;
	border: none;
	padding: 0px;
	width: 100%;
	font-weight: 500;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #48499F;
}

#idCol1 .clsProductSummaryIcon span,
#idCol2 .clsProductSummaryIcon span
{
	font-weight: 500;
}

#idCol1 .clsProductSummaryIcon img,
#idCol2 .clsProductSummaryIcon img
{
	border: 1px solid #000000;
	margin-bottom: 10px;
}

/* central section --------------------------------------------------------------------------------------------------------------*/

.clsViewCategoryWithProducts,
.clsViewProduct
{	
	width: 600px;
	position: relative;
	background-color: transparent;
	display: block;
	overflow-x: hiddden;
	overflow-y: visible;
	margin-bottom: 5px;
	padding: 0px;
}

.clsViewCategoryWithProducts .clsProductSummary,
.clsViewProduct .clsProduct
{	
	width: 600px;
	background-color: #ffffff;
	/*background-color: #F7F7FA;*/
	display: block;
	overflow-x: hidden;
	overflow-y: hidden;
	color: #090961;
	border: 1px dotted #48499F;
	padding: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.clsViewCategoryWithProducts > .clsProductSummary,
.clsViewProduct > .clsProduct
{
	width: 590px;
}

.clsViewCategoryWithProducts .clsProductSummary img
{
	border: 1px solid #000000;
	float: left;
	margin-bottom: 10px;
}

.clsViewProduct .clsProduct img
{
	border: 1px solid #000000;
	float: left;
	margin-bottom: 15px;
	margin-right: 10px;
}

.clsViewCategoryWithProducts .clsProductSummary .clsContent,
.clsViewProduct .clsProduct .clsContent
{
	width: 465px;
	display: block;
	margin-left: 10px;
	margin-right: 5px;
	float: left;
}

.clsViewCategoryWithProducts .clsProductSummary .clsContent .input,
.clsViewProduct .clsProduct .input
{
	position: relative;
	width: 40px;
	top: 2px;
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	height: 20px;
	border: 1px solid #48499F;
	float: left;
	font-size: .85em;
	display: block;
}

.clsViewCategoryWithProducts .clsProductSummary .clsContent .buy,
.clsViewProduct .clsProduct .buy
{
	position: relative;
	top: 1px;
	left: 5px;
	height: 22px;
}

.clsViewCategoryWithProducts .clsBrowseNav,
.clsViewProduct .clsBrowseNav
{
	position: relative;
	color: #ffffff;
	width: 600px;
	height: 20px;
	font-size: 1em;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 2px;
	background-image: url(../images/h2background.gif);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	margin-bottom: 15px;
	font-weight: 700;
}

.clsViewCategoryWithProducts > .clsBrowseNav,
.clsViewProduct > .clsBrowseNav
{
	width: 595px;
	height: 16px;
}

.clsViewCategoryWithProducts .clsBrowseNav a:link, .clsViewCategoryWithProducts .clsBrowseNav a:visited, .clsViewCategoryWithProducts .clsBrowseNav a:active, .clsViewCategoryWithProducts .clsBrowseNav a.selected,
.clsViewProduct .clsBrowseNav a:link, .clsViewProduct .clsBrowseNav a:visited, .clsViewProduct .clsBrowseNav a:active, .clsViewProduct .clsBrowseNav a.selected
{
	text-decoration: none;
	color: #ffffff;
}

.clsViewCategoryWithProducts .clsBrowseNav a:hover,
.clsViewProduct .clsBrowseNav a:hover
{
	text-decoration: underline;
}

.clsViewProduct .clsProduct ul
{
	margin: 0px;
	list-style-type: none;
	display: block;
}

.clsViewProduct .clsProduct ul li
{
	margin: 0px;
	padding: 0px;
	display: block;
}

/* cart summary block --------------------------------------------------------------------------------------------------------------*/

#idCartSummary
{
	display: block;
	width: 150px;
	height: 75px;
	color: #ffffff;
	position: absolute;
	left: 620px;
	top: 10px;
	text-align: right;
}

#idCartSummary .submit
{
	background-color: transparent;
	background-image: url(../images/sain/cart.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 36px;
	height: 37px;
	margin: 0px;
	border: 0px;
	cursor:hand;
}

#idCartSummary p
{
	display: inline;
	margin-bottom: 10px;
}

/* forms --------------------------------------------------------------------------------------------------------------*/

#idRegistration table tr td select
{
	background-color: transparent;
	border: #48499F 1px solid;
	color: #000000;
	font-weight: 500;
	font-size: 0.9em; 
}

.clsSubmitCheckout
{
	background-color: transparent;
	border: none;
	font-weight: 700;
	text-align: center;
	width: 110px;
	height: 20px;
	color: transparent;
	background-image: url(../images/buttons/checkout.gif);
	background-repeat: no-repeat;
	background-position: top left;
	cursor: hand;
}

.clsSubmitRecalc
{
	background-color: transparent;
	border: none;
	font-weight: 700;
	text-align: center;
	width: 110px;
	height: 20px;
	color: transparent;
	background-image: url(../images/buttons/recalculate.gif);
	background-repeat: no-repeat;
	background-position: top left;
	cursor: hand;
}

.clsSubmitPay
{
	background-color: transparent;
	border: none;
	font-weight: 700;
	text-align: center;
	width: 110px;
	height: 20px;
	color: transparent;
	background-image: url(../images/buttons/pay.gif);
	background-repeat: no-repeat;
	background-position: top left;
	cursor: hand;
}

.clsSubmitContinue
{
	background-color: transparent;
	border: none;
	font-weight: 700;
	text-align: center;
	width: 110px;
	height: 20px;
	color: transparent;
	background-image: url(../images/buttons/continue.gif);
	background-repeat: no-repeat;
	background-position: top left;
	cursor: hand;
}

.clsSubmitCreate
{
	background-color: transparent;
	border: none;
	font-weight: 700;
	text-align: center;
	width: 110px;
	height: 20px;
	color: transparent;
	background-image: url(../images/buttons/create.gif);
	background-repeat: no-repeat;
	background-position: top left;
	cursor: hand;
}

.clsSubmitUpdate
{
	background-color: transparent;
	border: none;
	font-weight: 700;
	text-align: center;
	width: 110px;
	height: 20px;
	color: transparent;
	background-image: url(../images/buttons/update.gif);
	background-repeat: no-repeat;
	background-position: top left;
	cursor: hand;
}

.clsSubmitReset
{
	background-color: transparent;
	border: none;
	font-weight: 700;
	text-align: center;
	width: 110px;
	height: 20px;
	color: transparent;
	background-image: url(../images/buttons/reset.gif);
	background-repeat: no-repeat;
	background-position: top left;
	cursor: hand;
}

.clsSubmitLogIn
{
	background-color: transparent;
	border: none;
	font-weight: 700;
	text-align: center;
	width: 110px;
	height: 20px;
	color: transparent;
	background-image: url(../images/buttons/login.gif);
	background-repeat: no-repeat;
	background-position: top left;
	cursor: hand;
}

.clsSubmitLogOutYes
{
	background-color: transparent;
	border: none;
	font-weight: 700;
	text-align: center;
	width: 110px;
	height: 20px;
	color: transparent;
	background-image: url(../images/buttons/yeslogout.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 20px;
	cursor: hand;
}

.clsSubmitLogOutNo
{
	background-color: transparent;
	border: none;
	font-weight: 700;
	text-align: center;
	width: 110px;
	height: 20px;
	color: transparent;
	background-image: url(../images/buttons/nologout.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 20px;
	margin-top: 15px;
	cursor: hand;
}

#idRegistration table tr td .input,
#idRegistration table tr td .select
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-style: Normal;
	font-size: 11px; 
	color: #000000;
	width: 250px;
	text-decoration: none;
	border: #48499F 1px solid;
	padding-left: 2px;
	padding-right: 1px;
	padding-top: 0px;
	padding-bottom: 1px;
	background-color: #ffffff;
}

/* all cart pages --------------------------------------------------------------------------------------------------------------*/

#idCart
{
	left: 0px;
	top: 0px;
	display: block;
	width: 600px;
	position: relative;
	padding: 0px;
	background-color: transparent;
}

#idCart table
{
	font-size: 1em; 
	width: 600px;
	display: block;
}

#idCart > table
{
	margin-bottom: 15px;
}

#idCart table.clsSummary
{
	font-size: 1em; 
	width: 600px;
}

#idCart table tr td
#idCart table.clsSummary tr td
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
}

#idCart table tr td.clsBasketTop,
#idCart table.clsSummary tr td.clsBasketTop
{
	background-color: #48499F;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding: 2px;
}

#idCart table tr td.clsBasketRow,
#idCart table.clsSummary tr td.clsBasketRow
{
	background-color: #F7F7FA;
	color: #100F66;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding: 2px;
}

#idCart table tr td.clsBasketDetail,
#idCart table.clsSummary tr td.clsBasketDetail
{
	background-color: #F7F7FA;
	color: #100F66;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	font-size: .85em; 
	padding: 2px;
}

#idCart table tr td.clsBasketTotal,
#idCart table.clsSummary tr td.clsBasketTotal
{
	background-color: #E7E8F1;
	color: #100F66;
	font-size: 1.1em; 
	padding: 2px;
}

.clsCartSection
{
	display: block;
	width: auto;
	position: relative;
	padding: 10px;
	background-color: #E7E8F1;
	border: 1px #48499F dotted;
	margin-top: 15px;
	margin-bottom: 15px;
}

.clsCartNote
{
	display: block;
	width: auto;
	position: relative;
	padding: 10px;
	background-color: #F7F7FA;
	border: 1px #48499F dotted;
	margin-top: 15px;
	margin-bottom: 15px;
}

.clsCartNote .clsCartNote
{
	background-color: #ffffff;
}

#idCart ul
{
	list-style-type: none;
	margin: 0px;
}

#idCart ul li
{
	list-style-type: none;
	margin: 0px;
}

#idCart .clsCartNote table.clsShipping
{
	font-size: 1em; 
	width: 225px;
	text-align: left;
}

#idTandC
{
	display: block;
	height: 175px;
	position: relative; 
	padding: 10px;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #ffffff;
	border: 1px #48499F dotted;
	width: 578px;
}

#idCart > .clsCartSection #idTandC
{
	width: 556px;
}

/* registration pages --------------------------------------------------------------------------------------------------------------*/

#idRegistration
{
	left: 0px;
	top: 0px;
	display: block;
	width: 600px;
	position: relative;
	padding: 0px;
	background-color: transparent;
}

#idRegistration table tr th
{
	text-align: right; 
	font-size: .65em; 
	color: #000000; 
	font-weight: 700;
	padding-right: 5px;
	height: 30px; 
	width: 175px; 
	background-color: transparent;
}

#idRegistration table tr td
{
	text-align: left;
	font-weight: 500; 
	height: 24px;
	width: 400px; 
	background-color: transparent;
	font-size: 0.75em;
}

#idRegistration table tr td.clsSpan
{
	text-align: left;
	font-weight: 500; 
	height: 24px;
	width: 575px; 
	background-color: transparent;
	font-size: 0.75em;
}

.clsRegSection
{
	background-color: #E7E8F1;
	width: 600px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
	border: none;	
	overflow: hidden;
	display: block;
}

.clsRegSectionHeader
{
	height: 20px;
	width: 600px;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	margin: 0px;
	border: none;	
	overflow: hidden;
	display: block;
	background-image: url(../images/tableheader.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-weight: 700;
}

.clsRegSectionFooter
{
	height: 8px;
	width: 600px;
	padding: 0px;
	margin-bottom: 20px;
	border: none;	
	overflow: hidden;
	display: block;
	background-image: url(../images/tablefooter.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.clsRegSubSection
{
	display: block;
	width: auto;
	position: relative;
	padding: 5px;
	border: 1px #48499F dotted;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #F7F7FA;
}

#idRegistration > .clsRegSectionHeader
{
	width: 594px;
	height: 17px;
}

#idRegistration > .clsRegSection
{
	width: 590px;
}

/* footer */

#idFooter
{
	top: 0px;
	position: relative;
	background-color: transparent;
	width: 770px;
	padding: 30px 0 10px 0;
	overflow: hidden;
	display: block;
	font-size: 9px;
	text-align: center;
	clear: both;
}
