/* ****************************************************************************** */

/* BODY AND GENERAL TEXT STYLES */
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background: #E8E8E8 url(images/bg_strip.gif) repeat-y top center;
}
body,p,td,th,li,textarea,input {
	font-weight: normal;
	font-size: 12px;
	color: #898989;
}
.tiny {
	font-size: 10px;
}
.large {
	font-size: 14px;
}
.heavy {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.dark {
	color: #333333;
}
.grey {
	color: #898989;
}
.red {
	color: #EA1919;
}
select {
	font-size: 12px;
	color: #333333;
}
select.boxed {
	width: 170px;
}
option {
	padding: 0px 4px 0px 4px;
}
textarea {
	overflow: auto;
}
ol {
	padding: 0px 0px 0px 24px;
}
ul {
	padding: 0px 0px 0px 17px;
}
li {
	padding: 0px;
	padding-top: 3px;
}
h1 {
	font-size: 21px;
	font-weight: normal;
	color: #575757;
	margin: 0px 0px 20px 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	color: #FF9400;
}
h2.large {
	font-size: 18px;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
}
p {
	margin: 15px 0px;
	line-height: 1.3;
}
hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-color: #A9A9A9;
	border-style: dotted;
	border-width: 1px 0px 0px 0px;
	height: 0px;
	clear: both;
	margin: 0px 0px 15px 0px;
}
img {
	border: 0px;
}
img.lalign {
	float: left;
	padding: 0px 15px 10px 0px;
}
img.calign {
	display: block;
	margin: 0px auto;
}
img.ralign {
	float: right;
	padding: 0px 0px 10px 15px;
}

input#search, input#email {
	height: 15px;
	vertical-align: middle;
	border-top: 1px solid #C1C1C1;
	border-right: 1px solid #C1C1C1;
	border-bottom: 1px solid #E1E1E1;
	border-left: 1px solid #C1C1C1;
	padding: 2px 4px;
}
input#search {
	width: 147px;
}
input#email {
	width: 160px;
}

input.inpbox {
	height: 16px;
	border: 1px solid #C1C1C1;
	border-top-color: #858585;
	border-bottom-color: #E1E1E1;
	background: url(/images/D4D4D4.gif) repeat-x top left;
	padding: 3px 4px;
	vertical-align: middle;
}
input.missing {
	background: #FFDDDD;
}
select.inpbox {
	height: 22px;
	border: 1px solid #C1C1C1;
	border-top-color: #858585;
	border-bottom-color: #E1E1E1;
	background: url(/images/D4D4D4.gif) repeat-x top left;
	padding: 2px 1px;
	vertical-align: middle;
}
select.inpbox option {
	height: 20px;
	background: #FFFFFF;
}
select.multinpbox {
	border: 1px solid #C1C1C1;
	border-top-color: #858585;
	border-bottom-color: #E1E1E1;
	background: url(/images/D4D4D4.gif) repeat-x top left;
	padding: 2px 1px;
	vertical-align: middle;
	overflow: none;
}
select.multinpbox option {
	height: 20px;
	background: #FFFFFF;
}

.posrel {
	position: relative;
}
img.edit {
	position: absolute;
	z-index: 10;
}
div.clear {
	clear: both;
}
#IFemailfriend {
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 1px;
}
span.qm {
	position: relative;
	top: -5px;
	margin-left: 9px;
	color: #FF9400;
	font-weight: bold;
	font-size: 11px;
	padding: 0px 3px;
	border: 1px solid #FF9400;
	cursor: pointer;
}
.pointer {
	cursor: pointer;
}
.orange {
	color: #FF9B11;
}
.nowrap {
	white-space: nowrap;
}
.fright {
	float: right;
	margin: 5px 0px 5px 40px;
}
input.bluebutton {
	width: 150px;
	height: 24px;
	background: url(/images/button_bluebg.gif) no-repeat center center;
	border: 0px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	padding: 0px 11px 3px 0px;
	cursor: pointer;
}
input.greybutton {
	width: 150px;
	height: 24px;
	background: url(/images/button_greybg.gif) no-repeat center center;
	border: 0px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	padding: 0px 11px 3px 0px;
	cursor: pointer;
}

/* ****************************************************************************** */

/* DIVS */

div#outer {
	padding: 20px 0px 15px 0px;
	margin: 0px auto;
	width: 953px;
	text-align: left;
}
div#logostrip {
	position: relative;
}
div#basket {
	position: absolute;
	top: 0px;
	right: 3px;
	border-top: 4px solid #E0E0E0;
	padding: 9px 12px 0px 10px;
}
div#basket img {
	position: relative;
	top: 2px;
}
div#basket a {
	text-decoration: none;
}
div#search {
	position: absolute;
	top: 56px;
	right: 5px;
}
div#address {
	position: absolute;
	top: 0px;
	right: 3px;
	padding: 9px 35px 0px 0px;
}
div#spacer {
	height: 59px;
}
div#catsstrip {
	position: relative;
	font-size: 18px;
	padding: 29px 0px 8px 3px;
}
div#catsstrip a {
	text-decoration: none;
}
div#catsstrip.blue a.hi, div#catsstrip.blue a:hover, div#catsstrip.blue a:active {
	color: #5FB3DD;
}
div#subcatstrip {
	font-size: 13px;
	color: #333333;
	padding: 0px 0px 0px 3px;
}
div#subcatstrip a {
	color: #333333;
	text-decoration: none;
}
div#subcatstrip a.hi, div#subcatstrip a:hover, div#subcatstrip a:active {
	color: #FF9400;
}
div#footerlinks {
	position: relative;
	font-size: 18px;
	padding: 4px 0px 0px 3px;
	line-height: 1.5;
}
div#footerlinks a {
	text-decoration: none;
}

div#generalbox {
	position: relative;
	border: 1px solid #C0C0C0;
	width: 924px;
	padding: 16px 15px 16px 12px;
}
div#generalbox p, div#generalbox li, div#generalbox a, div#generalbox td, div.description p, div.description li, div.description a, div.description td {
	color: #485658;
}
div#generalbox div.textbox {
	width: 662px;
	float: left;
}
div#generalbox span#textbox_parent {
	float: left;
}
div#generalbox div.linkbox {
	width: 222px;
	float: right;
}
div#generalbox div.linkbox div.head {
	position: relative;
	line-height: 29px;
	padding: 0px 7px;
	color: #FFFFFF;
	font-size: 17px;
	background: url(images/linkbox_bg_orange.gif) repeat-x center center;
}
div#generalbox div.linkbox div.links {
	background-color: #F3F3F3;
	padding: 4px 0px 10px 0px;
}
div#generalbox div.linkbox div.links a {
	display: block;
	padding: 7px;
}
div#generalbox.orange div.textbox h2 {
	color: #FF9400;
}
div#generalbox.green div.textbox h2 {
	color: #A9C803;
}
div#generalbox.blue div.textbox h2 {
	color: #5FB3DD;
}
div#generalbox.orange div.linkbox div.head {
	background: url(images/linkbox_bg_orange.gif) repeat-x center center;
}
div#generalbox.green div.linkbox div.head {
	background: url(images/linkbox_bg_green.gif) repeat-x center center;
}
div#generalbox.blue div.linkbox div.head {
	background: url(images/linkbox_bg_blue.gif) repeat-x center center;
}

div#functionbox {
	position: relative;
	border: 1px solid #E8E8E8;
	width: 926px;
	padding: 16px 13px 16px 12px;
}

div#functionbox.blue h2 {
	color: #5FB3DD;
}


div#sortby {
	color: #333333;
	text-align: right;
	padding: 0px 10px 15px 0px;
	font-size: 13px;
}
div#pagecontrol {
	background: #F1F1F1;
	height: 29px;
	text-align: right;
	line-height: 29px;
	padding-right: 10px;
	font-size: 13px;
}
div#sortby a, div#pagecontrol a {
	color: #333333;
}
div#sortby a:hover, div#sortby a:active, div#pagecontrol a:hover, div#pagecontrol a:active {
	color: #FF9400;
}
div#sortby a.hi, div#pagecontrol a.hi {
	color: #FF9400;
	text-decoration: none;
}


div#prodrow1 {
	position: relative;
	width: 951px;
	height: 488px;
	border: 1px solid #E8E8E8;
}
div#prodrow1 div.col1 {
	position: relative;
	width: 472px;
	height: 472px;
	float: left;
	padding: 12px 12px 4px 12px;
}
div#prodrow1 div.col1 table {
	width: 472px;
	height: 472px;
}
div#prodrow1 div.col1 table td {
	text-align: center;
	vertical-align: middle;
}
#mainimgcont {
	background: url(/images/loading.gif) no-repeat center center;
}
div#videocont {
	position: absolute;
	top: 14px;
	width: 472px;
	height: 435px;
	display: none;
}
div#audiocont {
	padding-top: 10px;
	display: none;
}
a#zoom {
	margin: 0px auto;
}
div#prodrow1 div.col1 table tr#enlarge td {
	color: #333333;
	height: 37px;
	font-size: 12px;
	text-align: left;
}
div#prodrow1 div.col1 table tr#enlarge td a {
	color: #333333;
}
div#prodrow1 div.col2 {
	position: relative;
	width: 420px;
	height: 456px;
	float: right;
	padding: 16px;
	background-color: #F4F4F4;
	clear: right;
}
div#prodrow1 div.col2 h1 {
	font-size: 17px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 6px;
}
div#prodrow1 div.col2 span#price {
	font-weight: bold;
	font-size: 14px;
}
div#prodrow1 div.col2 table.nameicons a {
	color: #333333;
}
div#prodrow1 div.col2 table.nameicons td {
	vertical-align: top;
}
div#prodrow1 div.col2 table.nameicons img {
	vertical-align: middle;
}
div#prodrow1 div.col2 div.description {
	height: 208px;
	width: 410px;
	padding-right: 16px;
	overflow: auto;
}
div#prodrow1 div.col2 p {
	margin: 0px;
}
div#prodrow1 div.col2 td#formbits {
	color: #333333;
	padding-right: 50px;
}
div#prodrow1 div.col2 td#formbits select {
	margin-bottom: 5px;
}
div#prodrow1 div.col2 td#formbits input {
	color: #333333;
}
div#prodrow1 div.col2 td#formbits input.button {
	vertical-align: middle;
	position: relative;
	top: -1px;
	padding-left: 8px;
}
div#prodrow1 div.col2 td#deliverytime {
	text-align: center;
	vertical-align: top;
	padding-top: 16px;
	color: #5FB3DD;
	font-weight: bold;
}
div#prodrow1 div.col2 div#zoom-big {
	position: absolute;
	top: -1px;
	left: 0px;
	width: 452px;
	height: 0px;
	z-index: 30;
}
div#prodrow2 {
	width: 953px;
	margin: 6px 0px 40px 0px;
	background: url(images/prod_row2_bg.gif) repeat-y top right;
}
div#prodrow2 div.col1 {
	width: 496px;
	float: left;
	padding: 2px 0px 1px 0px;
	border-bottom: 1px dotted #A9A9A9;
}
div#prodrow2 div.col2 {
	width: 420px;
	float: right;
	padding: 16px;
	border-top: 1px solid #E8E8E8;
}
div#prodrow2 h2 {
	margin-bottom: 6px;
}
div#prodrow2 img.thumb {
	margin: 3px 10px 8px 0px;
}
div#prodrow2 table.thumb {
	display: inline;
	display: inline-table;
}
div#prodrow2 table.thumb td {
	width: 60px;
	text-align: center;
	padding-bottom: 8px;
	padding-right: 10px;
}
div#prodrow2 table.thumb td img.thumb {
	margin: 3px 0px 0px 0px;
}
div#prodrow2 table.thumb td a {
	color: #333333;
}
div#prodrow2 table.thumb td a:hover {
	color: #FF9400;
}

div#minibasketcont {
	position: fixed;
	top: 10px;
	right: 10px;
	display: none;
	z-index: 50;
}
div#minibasketshad {
	position: relative;
	background-color: #CFCFCF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
div#minibasket {
	position: relative;
	top: -1px;
	left: -1px;
	background-color: #F8F8F8;
	padding: 15px;
	border: 1px solid #5FB3DD;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
div#minibasket h1 {
	font-size: 21px;
	font-weight: normal;
	color: #898989;
	margin: 0px 0px 10px 0px;
}

div#login_retcust {
	position: absolute;
	left: 149px;
	padding: 0px 37px;
	background: url(/images/bg_returning_customer.png) no-repeat top left;
	height: 287px;
	width: 213px;
}
div#login_retcust.lr {
	background-image: url(/images/bg_existing_customer.png);
}
div#login_retcust.lr2 {
	background-image: url(/images/bg_choose_password.png);
}
div#login_newcust {
	position: absolute;
	right: 184px;
	padding: 0px 37px;
	background: url(/images/bg_new_customer.png) no-repeat top left;
	height: 287px;
	width: 213px;
}
div#login_newcust.lr {
	background-image: url(/images/bg_wish_register2.png);
}
div#login_retcust input.inpbox, div#login_newcust input.inpbox {
	width: 206px;
	margin: 7px 0px 10px 0px;
}

div#register_yes {
	position: absolute;
	left: 149px;
	padding: 0px 37px;
	background: url(/images/bg_wish_register.png) no-repeat top left;
	height: 403px;
	width: 213px;
}
div#register_yes ul {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	list-style: none;
}
div#register_yes ul li {
	margin: 0px;
	padding: 2px 0px 4px 28px;
	background-image: url(/images/bullet_green.png);
	background-repeat: no-repeat;
	background-position: 5px 1px;
}
div#register_yes input.inpbox {
	width: 206px;
	margin: 7px 0px;
}
div#register_no {
	position: absolute;
	right: 184px;
	padding: 0px 37px;
	background: url(/images/bg_no_thanks.png) no-repeat top left;
	height: 226px;
	width: 213px;
}
div.green {
	padding: 12px 0px 9px 0px;
	color: #A3C103;
}
div.offers {
	padding-top: 5px;
	font-size: 10px;
	text-align: center;
}
div.offers input {
	vertical-align: middle;
}

div#errmsg {
	margin: 0px auto;
	width: 615px;
	font-size: 14px;
	font-weight: bold;
	color: #EA1919;
	padding: 0px 10px 20px 0px;
	line-height: 1.4;
}
div#errmsg2 {
	width: 615px;
	font-size: 14px;
	font-weight: bold;
	color: #EA1919;
	padding: 25px 0px 10px 0px;
	line-height: 1.4;
}
div#errmsg2 a {
	color: #EA1919;
}
div#assurances {
	font-size: 14px;
	line-height: 2.2;
	margin: -6px 0px 15px 0px;
}
div#assurances img {
	float: right;
	margin: 12px 20px 0px 0px;
}

div#notcomplete {
	background-color: #FFDDAF;
	color: #666666;
	font-size: 18px;
	border: 1px solid #C1C1C1;
	padding: 18px;
	margin-bottom: 25px;
}
div#copyright {
	padding-top: 10px;
	font-size: 10px;
}
div#copyright a {
	text-decoration: underline;
}

/* ****************************************************************************** */

/* TABLES */
table {
	border-spacing: 0px;
}
.lalign {
	text-align: left;
}
.calign {
	text-align: center;
}
.ralign {
	text-align: right;
}
.jalign {
	text-align: justify;
}
.talign {
	vertical-align: top;
}
.malign {
	vertical-align: middle;
}
.balign {
	vertical-align: bottom;
}
table.calign {
	margin-left: auto;
	margin-right: auto;
}

table.promoboxes {
	border-left: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	width: 100%;
}
table.promoboxes td {
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	vertical-align: top;
	width: 25%;
	background: url(images/box_bg.gif) repeat-x bottom center;
}
table.promoboxes td td, div#preview td {
	border: 0px;
	font-size: 14px;
	background: transparent;
}
div#preview {
	background: url(images/box_bg.gif) repeat-x bottom center;
}
div.boxhtml {
	padding-top: 12px;
}
table.promoboxes table.prod {
	position: absolute;
	right: 10px;
	top: 29px;
	width: 125px;
	height: 125px;
	z-index: 5;
}
table.promoboxes table.prod td {
	text-align: center;
	vertical-align: middle;
}
table.promoboxes div.padbox, div#preview {
	position: relative;
	padding: 12px 9px;
	font-size: 14px;
	color: #898989;
	line-height: 1.3;
}
table.promoboxes div.padbox p, div#preview p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	color: #898989;
	line-height: 1.3;
}
table.promoboxes div.padbox ul, div#preview ul {
	margin: 0px;
	padding: 6px 0px 3px 0px;
	list-style: none;
}
table.promoboxes div.padbox ul li, div#preview ul li {
	margin: 0px;
	padding: 4px 0px 7px 40px;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px 3px;
}
table.promoboxes div.padbox ol, div#preview ol {
	margin: 0px;
	padding: 0px 0px 0px 19px;
}
table.promoboxes div.padbox ol li, div#preview ol li {
	margin: 0px;
	padding: 1px 0px;
}


table.subcatboxes {
	border-left: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	width: 100%;
}
table.subcatboxes td {
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	vertical-align: top;
	width: 25%;
	background: url(images/box_bg.gif) repeat-x bottom center;
}
table.subcatboxes div.cont {
	height: 171px;
	position: relative;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
}
table.subcatimg {
	width: 100%;
	height: 137px;
}
table.subcatimg td {
	border: 0px;
	padding-top: 14px;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	background: transparent;
}
table.subcatboxes div.subcatname {
	position: absolute;
	bottom: 10px;
	left: 12px;
}
table.subcatboxes div.subcatname a {
	color: #333333;
	font-size: 13px;
	text-decoration: none;
}
table.subcatboxes img.go {
	position: absolute;
	bottom: 9px;
	right: 10px;
}

table.prodboxes {
	width: 960px;
}
table.prodboxes td {
	width: 25%;
	padding: 0px 7px 7px 0px;
	vertical-align: top;
}
table.prodboxes div.prodimgbox {
	position: relative;
	border: 1px solid #C0C0C0;
	height: 154px;
	cursor: pointer;
}
table.prodboxes div.prodimgbox table {
	width: 100%;
	height: 154px;
}
table.prodboxes div.prodimgbox table td {
	text-align: center;
	vertical-align: middle;
	width: 100%;
	background: url(images/box_bg.gif) repeat-x bottom center;
}
table.prodboxes div.prodimgbox img.magnify {
	position: absolute;
	left: 8px;
	bottom: 6px;
}
table.prodboxes div.prodimgbox div.tagicons {
	position: absolute;
	right: 8px;
	bottom: 7px;
}
table.prodboxes div.prodimgbox div.tagicons img {
	padding-left: 6px;
}
table.prodboxes div.prodtxtbox {
	border: 1px solid #C0C0C0;
	border-top: 0px;
	background: #F1F1F1;
	height: 46px;
	padding: 7px;
}
table.prodboxes div.prodtxtbox table {
	width: 100%;
	height: 46px;
}
table.prodboxes div.prodtxtbox table td {
	width: 100%;
	padding: 0px;
	line-height: 1.3;
	font-size: 12px;
}
table.prodboxes div.prodtxtbox table div.name1 {
	height: 33px;
	overflow: hidden;
}
table.prodboxes div.prodtxtbox table div.name2 {
	height: 46px;
	overflow: hidden;
}
table.prodboxes div.prodtxtbox table td.price {
	color: #333333;
	text-align: right;
	padding-left: 7px;
}
table.prodboxes div.prodtxtbox table td.more {
	vertical-align: bottom;
}
table.prodboxes div.prodtxtbox table td.more div {
	height: 18px;
	overflow: hidden;
}
table.prodboxes a {
	color: #333333;
	text-decoration: none;
}
table.prodboxes td.more a {
	color: #898989;
	font-size: 11px;
	text-decoration: underline;
}
table.prodboxes td.more a:hover, table.prodboxes td.more a:active {
	color: #FF9400;
}

table.emailfriend td {
	padding: 3px 5px;
}
table.emailfriend td input, table.emailfriend td textarea {
	color: #333333;
}
table.emailfriend td input.button {
	background: url(/images/button_bg.gif) repeat-x center center;
	color: #FFFFFF;
	font-weight: bold;
	height: 21px;
	border: 1px solid #636363;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
}

table.basket {
	width: 926px;
}
table.basket th {
	font-weight: bold;
	font-size: 14px;
	color: #666666;
	padding: 4px 19px 4px 19px;
	border-left: 1px solid #BEBEBE;
	white-space: nowrap;
}
table.basket th.item {
	padding-left: 14px;
	border-left: 0px;
}
table.basket th.item2 {
	padding-left: 8px;
	border-left: 0px;
}
table.basket th.ralign {
	padding-right: 24px;
}
table.basket td {
	padding: 14px 19px;
}
table.basket td.image {
	padding: 5px 0px 5px 5px;
	text-align: center;
}
table.basket td.name {
	padding-left: 8px;
}
table.basket td.ralign {
	padding-right: 24px;
}
input.qty {
	padding: 6px 3px;
	width: 22px;
	text-align: center;
}
div.qty {
	width: 22px;
	padding: 7px 5px 7px 3px;
	border: 1px solid #C1C1C1;
	border-top-color: #858585;
	border-bottom-color: #E1E1E1;
	background: url(/images/D4D4D4.gif) repeat-x top left;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
table.basket table td {
	padding: 0px 4px 0px 0px;
}
table.basket tr.gap8 td {
	height: 8px;
	padding: 0px;
}
table.basket tr.gap12 td {
	height: 12px;
	padding: 0px;
}
table.basket tr.gap15 td {
	height: 15px;
	padding: 0px;
}
table.basket tr.reduction td {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	text-align: right;
	border-color: #A9A9A9;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	white-space: nowrap;
}
table.basket tr.subtotal td {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	text-align: right;
	border-color: #A9A9A9;
	border-style: dotted;
	border-width: 1px 0px;
	white-space: nowrap;
}
table.basket tr.total td {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-align: right;
	white-space: nowrap;
}
table.basket tr.delopt input {
	margin-top: 4px;
}
table.basket tr.delopt td {
	padding-right: 0px;
	vertical-align: top;
	line-height: 1.4;
}
table.basket tr.delopt td.delcharge {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	text-align: right;
	white-space: nowrap;
	padding: 14px 19px;
}
table.basket tr.smalltotals td {
	text-align: right;
	padding: 0px;
	padding: 0px 19px 6px 19px;
}

table.paymentamount {
	border: 1px solid #BDBDBD;
	width: 100%;
	margin-top: -8px;
}
table.paymentamount td {
	font-size: 18px;
	font-weight: bold;
	line-height: 2.0;
	color: #666666;
	padding-right: 20px;
	white-space: nowrap;
}
table.paymentamount tr.total td {
	color: #333333;
}

table.yourdetails {
	margin-bottom: 30px;
}
table.yourdetails td {
	color: #666666;
	font-size: 14px;
	width: 396px;
	vertical-align: top;
	border: 1px solid #C1C1C1;
	padding: 18px 18px 22px 18px;
}
table.yourdetails td.gap {
	padding: 0px;
	width: 25px;
	border: 0px;
}

table.minibasket td {
	padding: 2px 4px;
}

table.detailsform td {
	font-size: 13px;
	color: #333333;
	padding: 9px 20px 0px 0px;
}
table.detailsform td input.inpbox, table.personalinfo td input.inpbox {
	color: #333333;
}

table.personalinfo th {
	padding: 4px 40px 4px 0px;
	vertical-align: top;
	line-height: 1.6;
}
table.personalinfo td {
	color: #333333;
	padding: 4px 0px;
	line-height: 1.6;
}

table.general th {
	color: #333333;
	padding: 10px 20px 10px 0px;
	text-align: left;
}
table.general th.ralign {
	text-align: right;
}
table.general td {
	padding: 10px 20px 10px 0px;
	line-height: 1.4;
}
table.general tr.div th, table.general tr.div td {
	border-bottom: 1px dotted #A9A9A9;
	padding: 0px;
}
table.general tr.novpad th, table.general tr.novpad td {
	padding: 0px 20px 0px 0px;
}

table.nobr th, table.nobr td {
	white-space: nowrap;
}

/* ****************************************************************************** */

/* LINKS */
a {
	color: #898989;
	text-decoration: underline;
}
a.noline {
	text-decoration: none;
}
a.hi, a:hover, a:active {
	color: #FF9400;
}
a.hiblue {
	color: #5FB3DD;
}