﻿body, td, a, textarea, select
{
	font-family:arial;
	font-size:9pt;
}

body { background-color:#CCC; } /* v3 */

body, h1, h2
{
	margin:0px;
	padding:0px;
}

img
{
	border-width:0px;
}

a:link, a:visited, a:active
{
	color:#00F;
}

table
{
	border-collapse:collapse;border-spacing:0px;
	background-color:#FFF; /* v3 */
}

td, th
{
	padding:0px;
	vertical-align:top;
}

td.l
{
	text-align:left;
}
td.r
{
	text-align:right;
}

td.red
{
	color:#F00;
}

td.tel
{
	color:#666;
	font-size:8pt;
}

div.msg p
{
	margin:0px;
}

td.justify
{
	text-align:justify;
}

h1
{
	color:#666; /* new */
	font-size:14px;	
	font-weight:bold;
}

h2
{
	color:#666;
	font-size:12px;	
	font-weight:bold;
}

a.small:link, a.small:visited, a.small:active
{
	font-size:8pt;
}

div.center
{
	width:995px;
	margin-left:auto;
	margin-right:auto;
	
	/*background-color:Olive;*/
}

table.logo
{
	width:995px;
}
table.logo td
{
	padding-bottom:5px;
	vertical-align:top;
}
table.logo td.a
{
	width:307px;
}
table.logo td.b
{
	padding-top:5px;
	width:150px;
	
	padding-bottom:5px;
	/*padding-left:9px;*/
}
table.logo td.b div
{
	cursor:pointer;
	width:143px;
	height:55px;
	padding-top:3px;
	border:1px solid #CCC;
	/*background-repeat:no-repeat;
	background-position:center;*/
	text-align:center;
	/*vertical-align:middle;*/
}
table.logo td.b a
{
	text-decoration:none;
}
table.logo td.c
{
	padding-top:5px;	
	width:181px;
}
table.logo td.d
{
	padding-top:5px;
	width:181px;
}
table.logo td.e
{
	padding-top:5px;
	width:176px;
}

/*
table.nav
{
	width:995px;
	height:38px;
	background-image:url(img/nav.gif);
	background-repeat:repeat-x;
}
table.nav td.l
{
	padding-bottom:10px;
	padding-left:10px;
	vertical-align:middle;
	word-spacing:3px;
}
table.nav td.r
{
	padding-bottom:8px;
	padding-right:10px;		
	vertical-align:middle;
	word-spacing:3px;
	text-align:right;
}
table.nav a:link, table.nav a:visited, table.nav a:active
{
	color:#333;
	font-size:11pt;
	word-spacing:0px;
}
table.nav input.search
{
	border:1px solid #CCC;
	width:125px;
	height:14px;
	padding-left:5px;
	font-size:8pt;	
}

table.lhs
{
	width:150px;
	height:100%;
	background-image:url(img/lhs.gif);
}
td.lhs
{
	padding-left:10px;
	line-height:20px;
}
td.lhsbasket
{
	padding-left:9px;
	padding-bottom:4px;
}
table.basket
{
	width:132px;
	border:1px solid #CCC;	
	background-color:#EFEFEF;
}
td.basket
{
	color:#F00;
	line-height:23px;
	text-align:center;
}
td.menudiv
{
	height:9px;
	background-image:url(img/menudiv.gif);
}
a.menutitle:link, a.menutitle:visited, a.menutitle:active
{
	color:#333;
	font-weight:bold;
	font-size:11pt;
	text-decoration:underline;
}a.menumen:link, a.menumen:visited, a.menumen:active
{
	color:#00F;
	font-size:10pt;
	text-decoration:none;
}
a.menumen:hover
{
	text-decoration:underline;
}
a.menuwomen:link, a.menuwomen:visited, a.menuwomen:active
{
	color:#F36;
	font-size:10pt;
	text-decoration:none;
}
a.menuwomen:hover
{
	text-decoration:underline;
}
a.menuitem:link, a.menuitem:visited, a.menuitem:active
{
	color:#666;
	text-decoration:none;
}
a.menuitem:hover
{
	text-decoration:underline;
}
a.menuitem2:link, a.menuitem2:visited, a.menuitem2:active
{
	color:#666;
	text-decoration:none;
}
a.menuitem2:hover
{
	text-decoration:underline;
}
div.menuopen
{
    display:block;
    padding-left:10px;
    
    line-height:14px;
}
div.menuclose
{
    display:none;
}
td.lhsr
{
	background-image:url(img/lhsr.gif);	
	vertical-align:top;
}
*/

table.productrhs
{
	width:150px;
	border:0px solid green;
	background-image:url(img/lhs.gif);	
}

table.proditemrhs
{
	width:150px;
	color:#666;
	text-align:center;	
}
table.proditemrhs td
{
	font-size:8pt;
}
table.proditemrhs p
{
	margin:0px;
}

td.padt
{
	height:5px;	
}
td.padl
{
	padding-left:10px;	
}

div.in
{
	position:relative;
	padding:5px;
	text-align:justify;
	color:#666;
}
div.message
{
	position:absolute;	
	margin-left:350px;
	margin-top:175px;
	background-color:#FFF;
	border:1px solid #F90;
	padding:10px;
	width:300px;
	text-align:center;
}

img.productitem
{
	display:table-cell!important;display:block;
}
a.productitem:link, a.productitem:visited, a.productitem:active
{
	color:#666;
	font-size:8pt;
	text-decoration:underline;
}
a.productitem:hover
{
	color:#00F;	
	text-decoration:none;
}

img.productitemrhs
{
	display:table-cell!important;display:block;padding:0px 20px 0px 20px;
}
a.productitemrhs:link, a.productitemrhs:visited, a.productitemrhs:active
{
	color:#666;
	font-size:8pt;
	text-decoration:underline;
}
a.productitemrhs:hover
{
	color:#00F;	
	text-decoration:none;
}

td.pgtitle
{
	color:#333;
	font-size:16pt;
	padding-left:10px;
}
td.pgtitleII
{
	color:#333;
	font-size:16pt;
}
div.title
{
	color:#333;
	font-size:16pt;
}
div.subtitle
{
	font-size:16px;
	font-weight:bold;
}
td.text
{
	color:#666;
	padding-left:10px;
	/*padding-right:10px;*/
	text-align:justify;
	/*vertical-align:top;*/
	
	/*font-size:14px;
	line-height:20px;*/
}
div.texthd
{
	border-top:1px solid #F90;
	border-bottom:1px solid #F90;
	width:665px;
	font-size:16px;
	font-weight:bold;
	height:28px;
	line-height:28px;
}
div.texthd a
{
	font-weight:normal;
}
h1.texthd
{
	font-size:16px;
	font-weight:bold;
	color:#666;
	font-weight:normal;
}

td.location
{
	color:#666;
	/*font-size:8pt;*/
	padding-left:10px;
	padding-right:10px;	
	vertical-align:top;			
}

td.productl
{
	width:340px;
}
td.productr
{
	background-image:url(img/productdiv.gif);
	background-repeat:repeat-y;		
	padding-left:10px;
	vertical-align:top;
	width:325px;
}

div.price
{
	display:inline;
	color:#666;
	font-size:27px;
}
div.wasnow
{
	display:inline;
	color:#F00;
	font-size:22px;
	/* padding-left:50px; */
}
select.product
{
	/* width:200px; */
	
	width:210px;
	font-size:14px;
}
td.ten
{
	height:8px;
}
div.clickon
{
	width:330px;
	text-align:center;
	color:#666;
	padding:5px 0px;
	font-weight:bold;
}
div.email
{
	float:left;
}

div.bookmark
{
	float:right;
	padding-right:10px;
}
div.prodcol
{
	float:left;
	margin-right:10px;
	width:16px;
	height:16px;
}
div.prodcolsel
{
	width:16px;
	height:4px;
	background-color:#000;
	margin-top:3px;
}
/*
div.uk
{
	padding-top:8px;
	color:#F00;
}
*/
div.prodretdel
{
	background-color:#666;
	border:1px solid #CCC;
	display:block;
	float:left;
	width:108px;
	line-height:17px;
}
div.prodretdel a:link, div.prodretdel a:visited, div.prodretdel a:hover
{
	padding-left:5px;
	display:block;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
div.prodretdel a:hover
{
	background-color:#000;	
}
div.retdel
{
	float:left;
	border:1px solid #CCC;
	width:318px;
	font-size:8pt;
	padding:5px;
	text-align:justify;
}
div.retdel a:link, div.retdel a:visited, div.retdel a:hover
{
	color:#00F;
	font-size:8pt;
}

td.foot
{
	color:#666;
	font-size:7pt;
	padding-left:10px;
	padding-top:4px;
	text-align:justify;
	line-height:16px;
}
td.foot a:link, td.foot a:visited, td.foot a:active
{
	color:#666;
	font-size:7pt;
	text-decoration:underline;
}
td.foot a:hover
{
	color:#00F;	
	text-decoration:none;
}

td.allcats, div.allcats
{
	color:#666;
	/*padding-left:10px;*/
	text-align:justify;
}
td.allcats a, div.allcats a
{
	color:#666;
	text-decoration:underline;
}

/*
td.win
{
	padding-left:10px;
	width:835px;
}
table.win td
{
	background-color:#666;
	color:#FFF;	
	text-align:right;
	vertical-align:middle;
}
table.win td.a
{
	width:515px;
	padding-left:160px;
	height:30px;
	border-top:2px solid #FFF;
	word-spacing:15px;
	text-align:center;
	padding-bottom:1px;
}
table.win td.b
{
	width:150px;
	padding-right:10px;
	border-top:2px solid #FFF;
}
table.win a:link, table.win a:visited, table.win a:hover
{
	color:#FFF;
}
table.win input.email
{
	width:225px;
	height:16px;
	padding-left:10px;
	color:#666;
	border:0px;	
}
*/

table.random
{
	background-color:#DDD;
	border-top:4px solid #FFF;
	width:835px;
}
table.random td, table.random th
{
	padding-top:5px;
	padding-bottom:5px;
}
table.random td.random
{
	color:#333;
	font-size:11pt;
	font-weight:bold;
	vertical-align:middle;
}
table.random img
{
	border:1px solid #666;
}

/*
table.filter
{
	width:835px;
}
table.filter th
{
	vertical-align:middle;
}
table.filter th.a
{
	text-align:left;
	width:148px;
}
table.filter th.a h1
{
	color:#666;
	font-size:11pt;
	font-weight:normal;
}
table.filter th.b
{
	width:135px;
}
table.filter th.c
{
	text-align:right;
	width:147px;
}
table.filter th.d
{
	width:12px;
}

select.filter
{
	border:1px solid #666;
	color:#666;
	width:125px;
	outline:none;
}
table.filter th.b a:link, table.filter th.b a:visited, table.filter th.b a:active
{
	color:#00F;
	font-size:8pt;
	text-decoration:underline;
}
*/

td.products
{
	color:#666;
	padding-left:10px;
	vertical-align:top;			
}
table.products td, table.products th
{
	width:205px;
}
table.products td
{
	padding-right:5px;
	text-align:center;	
	
	padding-bottom:5px;
}
table.products th
{
	font-weight:normal;
	
	padding-bottom:5px;
}
table.products a:link, table.products a:visited, table.products a:active
{
	color:#666;
	/*font-size:8pt;*/
	/*text-decoration:none;*/
	text-decoration:underline;
}
table.products a:hover
{
	/*text-decoration:underline;*/
	color:#00F;
	text-decoration:none;
}
table.products img
{
	display:table-cell!important;display:block;
}
table.products p
{
	margin:0px;
}
table.products td.location
{
	text-align:left;
	padding-left:0px;
	width:630px;
	/*height:18px;*/
}
table.products td.l
{
	text-align:left;
}
table.products td.r
{
	text-align:right;
}
table.products td.page
{
	/*font-size:8pt;*/
	font-size:12px;
	padding-left:0px;
	padding-right:0px;
	
		
	padding-bottom:5px;
}
table.products td.m
{
	width:420px;
}
table.products td.all
{
	width:835px;
}
table.products td.page a:link, table.products td.page a:visited, table.products td.page a:active
{
	color:#00F;
		/*font-size:8pt;*/
	font-size:12px;
	text-decoration:underline;
}
table.products td.bookmark
{
	text-align:right;
	padding-right:0px;
}
table.products td.location a:link, table.products td.location a:visited, table.products td.location a:active
{
	color:#00F;
	text-decoration:underline;
}

table.products td.search-l
{
	width:420px;	
	text-align:left;
	padding:0px;
	font-size:11pt;
	font-weight:bold;
}
table.products td.search-r
{
	width:415px;	
	text-align:right;
	padding:0px;
}
table.products td.search-r a
{
	color:#00F;
	text-decoration:underline;
	
	font-size:14px;
}
/*
div.tabsOuter
{
	width:835px;
	padding:0px;
}
div.tabsOuter ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size:11px;
	position:relative;
	top:-4px;
}
div.tabsOuter ul.nav li {
	display: inline;
}
div.tabsOuter ul.nav li a {
	padding: 4px 4px 4px 4px;
	background-color:#666;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	outline:none;
}
div.tabsOuter ul.nav li a.selected,
div.tabsOuter ul.nav li a:hover {
	background-color: #000;
	color: #fff;
	font-weight:bold;
}
div.tabsOuter .tabs {
	padding:10px;
	margin-top:-1px;
	border:1px solid #666;
}
div.tabsOuter .tabs p 
{
	margin:0px;
}
*/
td.hr
{
	background-image:url(img/hr.gif);
	background-repeat:repeat-x;
	height:9px;
}

td.desc
{
	color:#666;
	padding-left:10px;
	padding-top:8px;
	text-align:justify;
}
div.desc
{
	/*color:#666;
	padding-left:10px;
	padding-top:8px;*/
	text-align:justify;
}

td.title
{
	color:#666;
	font-weight:bold;
	font-size:11pt;
	padding-left:10px;
}

div.titleII
{
	color:#666;
	font-weight:bold;
	font-size:11pt;
}

td.err
{
	color:#F00;
	text-align:justify;
}


textarea.message
{
	width:260px;
	height:50px;
}
table.basketitem
{
	width:675px;
	background-image:url(img/basketitembg.gif);
}
table.basketitem td, table.basketitem th
{
	line-height:20px;
	vertical-align:middle;	
}
table.basketitem td.a
{
	width:130px;
	/*background-color:green;*/
	text-align:center;
}
table.basketitem td.b
{
	padding-left:10px;
	width:90px;
	/*background-color:Red;*/
	font-weight:bold;
}
table.basketitem td.c
{
	/*width:100px;*/
	width:120px;
	/*background-color:yellow;*/
	text-align:center;
}
table.basketitem td.d
{
	width:75px;
	/*background-color:olive;*/
	text-align:center;
}

table.coutitem
{
	width:675px;
	background-image:url(img/coutitembg.gif);
}
table.coutitem td, table.coutitem th
{
	line-height:20px;
	vertical-align:middle;	
}
table.coutitem td.a
{
	width:130px;
	text-align:center;
}
table.coutitem td.b
{
	padding-left:10px;
	width:60px;
	/*background-color:Red;*/
	font-weight:bold;
}
table.coutitem td.c, table.coutitem td.d
{
	width:100px;
	/*background-color:yellow;*/
	text-align:center;
}
table.coutitem td.d
{
	width:75px;
}

table.baskettotal
{
	width:675px;
	background-image:url(img/baskettotalbg.gif);
}
table.baskettotal td
{
	line-height:25px;
	vertical-align:middle;
	text-align:center;
}

div.baskettab
{
	background-color:#666;
	border:1px solid #CCC;
	display:block;
	float:left;
	width:108px;
	line-height:17px;
}
div.baskettab a:link, div.baskettab a:visited, div.baskettab a:hover
{
	padding-left:5px;
	display:block;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
div.baskettab a:hover
{
	background-color:#000;	
}
div.basketinfo
{
	color:#666;
	display:none;
	float:left;
	border:1px solid #CCC;
	width:663px;
	font-size:8pt;
	padding:5px;
	text-align:justify;
}
div.basketinfo a
{
	color:#00F;
	font-size:8pt;
}

table.checkout100safe
{
	width:675px;
	background-image:url(img/checkout100safebg.gif);
}
table.checkout100safe td
{
	line-height:50px;
	vertical-align:middle;
	text-align:center;
}
div.stage
{
	width:663px;
	height:18px;
	padding:5px;
	border:1px solid #666;
	background-color:#F90;
	color:#333;
	font-size:16px;
	font-weight:bold;
}
table.stage, table.stagesm
{
	width:675px;
	border:1px solid #999;
	background-color:#EDEDED;
}
table.stagesm
{
	width:333px;
}
table.stage td, table.stagesm td
{
	color:#333;
	padding:5px;	
	font-weight:bold;
	vertical-align:middle;
}
table.stagesm td
{
	font-weight:normal;
}

table.cc
{
	width:675px;
	border:1px solid #999;
	background-color:#EDEDED;
}
table.cc td
{
	color:#333;
	padding:0px;
	padding-top:5px;
	padding-bottom:5px;	
	font-weight:bold;
	vertical-align:middle;
}
table.cc td.a
{
	width:12px;
	text-align:right;
}
table.cc td.b
{
	width:187px;
	padding-left:5px;
}
table.cc td.c
{
	width:160px;
}
table.cc td.d
{
	font-weight:normal;
}

div.ssl
{
	position:absolute;	
	background-color:#FFF;
	border:1px solid #F90;
	padding:10px;
	width:300px;
	text-align:center;
}
div.in
{
	position:relative;
	padding:5px;
	text-align:justify;
	color:#666;
}

table.hmdesigners
{
	width:665px;
	border:1px solid #333;
}
table.hmdesigners td
{
	padding-top:5px;
	text-align:center;
	width:25%;
}

div.homesubt
{
	width:663px;
	height:23px;
	line-height:25px;
	border:1px solid #333;
	background-color:#EFEFEF;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#333;
}
div.homemens, div.homef
{
	width:660px;
	padding-left:5px;
	height:25px;
	line-height:25px;
	font-size:16px;
	font-weight:bold;
	background-color:#333;
	color:#0FF;
}
div.homef
{
	color:#F36;
}

table.home td
{
	width:164px;
	line-height:20px;
	text-align:center;
	color:#666;	
}
table.home td div.wn
{
	display:inline;
	color:#F00;
}
table.home td.a, table.home td.b
{
	text-align:left;
	font-size:16px;
	background-image:url(img/home-bg.gif);
	background-repeat:repeat-x;
	height:30px;
	vertical-align:middle;
}
table.home td.b
{
	text-align:right;
}
table.home a:link, table.home a:visited, table.home a:active
{
	color:#666;	
	text-decoration:underline;
}
table.home a:hover
{
	color:#00F;	
	text-decoration:none;
}
table.home td.b a
{
	color:#00F;
	text-decoration:underline;
}
table.home img
{
	display:table-cell!important;display:block;
}
table.home p
{
	margin:0px;
}
table.home td.text
{
	padding-left:5px;
	color:#CCC;
	text-align:justify;
}

table.homelogin
{
	/*width:160px;*/
	
	width:163px;
}
table.homelogin td.a
{
	background-color:#333;
	color:#F90;
	text-align:center;
	font-size:10pt;
	font-weight:bold;
	line-height:20px;
	vertical-align:middle;
}
table.homelogin td.b
{
	background-color:#EFEFEF;
	color:#333;
	font-size:8pt;
	padding:5px;
	/*border:1px solid #DDD;*/
	
	/*width:158px;*/
}

div.mra
{
	width:165px;
background-color:#333;
	color:#F90;
	text-align:center;
	font-size:10pt;
	font-weight:bold;
	line-height:20px;
	vertical-align:middle;	
}
div.hmlogin
{
	background-color:#DDD;
	padding:1px;
	padding-top:0px;
}


table.homelogin td.b input[type=text], table.homelogin td.b input[type=password]
{
	border:1px solid #CCC;
	width:149px;
}
table.homelogin td.b a
{
	color:#333;
	font-size:8pt;
	text-decoration:underline;
}
/*
table.homem
{
	width:665px;
}
table.homem td
{
	width:169px;
}
table.homem td.r
{
	width:158px;
}
table.homem td a
{
	display:block;
	color:#666;
	width:158px;
}
table.homem td a.so
{
	color:#F00;
	width:158px;
}

table.homem td a:hover
{
	color:#00F;	
	text-decoration:none;
}
table.homem td a div
{
		height:25px;
	line-height:25px;
	text-align:center;
	width:158px;
}
table.homem td a div.cat
{
	background-color:#666;
	color:#FFF;
	Font-size:16px;
	font-weight:bold;
}
table.homem td a div.so
{
	background-color:#F00;
	color:#FFF;
	Font-size:16px;
	font-weight:bold;	
}
table.homem td a img
{
	border:1px solid #666;
	padding:3px;
}
table.homem td a img.so
{
	border:1px solid #F00;
	padding:3px;
}
table.homem td div
{
	cursor:pointer;
}
*/
div.home-rhs-bd
{
	border:1px solid #333;
	text-align:center;
	padding:10px;
	width:138px;
	
}
div.rhs-m-f
{
	border:1px solid #333;
	padding:4px;
	width:150px;
}

div.home-m-rhs-henleys, div.home-m-rhs-bench
{
	background-image:url(img/rhs-henleys.jpg);
}
div.home-m-rhs-bench
{
	background-image:url(img/rhs-bench.jpg);
}
div.home-m-rhs-henleys a, div.home-m-rhs-bench a
{
	display:block;
	width:160px;
	height:214px;

}
div.home-m-rhs-henleys img, div.home-m-rhs-bench img
{
	padding-left:25px;
	padding-top:52px;
}

table.home-w
{
	width:665px;
}
table.home-w th
{
	height:28px;
	line-height:24px;
	width:25%;
	background-image:url(img/home-w-bg.gif);
}
table.home-w th.a
{
	color:#F99;
	text-align:left;
	font-size:14pt;
	padding-left:5px;
}
table.home-w th.b
{
	text-align:right;
	padding-right:5px;
}
table.home-w th.b a
{
	color:#FFF;
	font-size:10pt;
	font-weight:normal;
	text-decoration:underline;
}
table.home-w td
{
	width:25%;
	color:#666;
	line-height:20px;
	text-align:center;
}
table.home-w td div.a
{
	background-color:#999;
	padding-top:8px;
	padding-bottom:8px;
}
table.home-w td a
{
	color:#666;	
}
table.home-w td a:hover
{
	color:#00F;	
	text-decoration:none;
}

table.home-w-wn
{
	width:346px;
}
table.home-w-wn th
{
	height:28px;
	line-height:24px;
	width:50%;
	background-image:url(img/home-w-bg.gif);
}
table.home-w-wn th.a
{
	color:#F99;
	text-align:left;
	font-size:14pt;
	padding-left:5px;
}
table.home-w-wn th.b
{
	text-align:right;
	padding-right:5px;
}
table.home-w-wn th.b a
{
	color:#FFF;
	font-size:10pt;
	font-weight:normal;
	text-decoration:underline;
}
table.home-w-wn td
{
	background-color:#999;
	padding-top:8px;
	padding-bottom:8px;	
	text-align:center;
}

table.home-w-so
{
	width:314px;
}
table.home-w-so th
{
	height:28px;
	line-height:24px;
	/*width:50%;*/
	background-image:url(img/home-w-bg.gif);
}
table.home-w-so th.a
{
	color:#F99;
	text-align:left;
	font-size:14pt;
	padding-left:5px;
}
table.home-w-so th.b
{
	text-align:right;
	padding-right:5px;
}
table.home-w-so th.b a
{
	color:#FFF;
	font-size:10pt;
	font-weight:normal;
	text-decoration:underline;
}
table.home-w-so td
{
	background-color:#999;
	padding-top:8px;
	padding-bottom:8px;	
	text-align:center;
}
table.home-w-so td.a
{
	padding-top:24px;
}
table.home-w-so td.b
{
	width:166px;
}
table.home-w-so td.gv
{
	padding:6px;
}
table.home-w-so td.gv a
{
	color:#333;
	font-size:14pt;
	font-weight:normal;
	text-decoration:none;
}
table.home-w-so td.gv div.a
{
	cursor:pointer;	
	float:left;
}
table.home-w-so td.gv div.b
{
	cursor:pointer;
	float:right;
	text-align:center;
	padding-top:40px;
	padding-right:2px;
}

div.home-w-sfh
{
	background-color:#0CF;
	/*padding:5px;*/
	font-size:27px;
	color:#3D3D3D;
	text-align:center;
	font-weight:bold;
}
/*
div.home-w-sfh a
{
	color:#FFF;
	font-size:10pt;
	font-weight:normal;
	text-decoration:none;
	font-weight:bold;	
}
*/

tr.brands td
{
	padding-top:5px;
	padding-bottom:5px;
	width:167px;
	padding-left:9px;
}
td.brands-title
{
	color:#666;
	font-weight:bold;
	font-size:11pt;
	padding-left:5px;
}
tr.brands td div
{
	cursor:pointer;
	width:143px;
	height:55px;
	padding-top:3px;
	border:1px solid #CCC;
	text-align:center;
}
tr.brands td a
{
	text-decoration:none;
}

table.sign-in td
{
	color:#666;
	text-align:justify;
}
table.sign-in td div
{
	height:18px;
	float:left;
	padding-top:5px;
	width:90px;
}
table.sign-in td div.a
{
	float:right;
	width:75px;
}
table.sign-in td div.b /* create account pg */
{
	width:155px;
}
table.sign-in td div.c /* create account pg */
{
	padding-left:7px;
	width:148px;
}
table.sign-in td div.d /* create account pg */
{
	font-size:8pt;
	text-align:right;
	width:310px;
}
table.sign-in td div.email, table.sign-in td div.password
{
	position:absolute;	
	background-color:#FFF;
	border:1px solid #F90;
	padding:10px;
	width:305px;
	height:135px;
	text-align:center;
}
table.sign-in td div.password
{
	height:155px;
}
table.sign-in td input[type=text], table.sign-in td input[type=password], table.sign-in td select
{
	width:150px;
}
table.sign-in td.a
{
	border-top:1px solid #F90;
	border-bottom:1px solid #F90;
	width:325px;
	font-size:16px;
	font-weight:bold;
	height:28px;
	line-height:28px;
}
table.sign-in td.b
{
	width:15px;
}
table.sign-in td.c
{
	width:325px;
}
table.sign-in td.red
{
	color:#F00;
}

div.basic
{
	width:665px;
	padding-left:10px;
	text-align:justify;
	color:#666;
}

table.my-ac td.a
{
	border-top:1px solid #F90;
	border-bottom:1px solid #F90;
	font-size:16px;
	height:28px;
	line-height:28px;
	color:#666;
}

.onecol
{
	color:#666;
	text-align:justify;
}
span.red
{
	color:#F00;
}

table.news
{
	width:480px;
}
table.news td
{
	text-align:left;
}
