html { font-size: 100%; /* IE hack */ }

html, body { height: 100%; }

a { color: #b7b199; }

body {
	margin: 0px;
	padding: 0px;
	background: #b7b199;
	font: 0.7em/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}
#backbutton{height:40px;width:130px;position:absolute;top:20px;right:10px;}
#backbutton a, #backbutton a:link, #backbutton a:visited{background:url(/images/site_bits/back-button.gif) no-repeat top left;padding:0px 0 0 38px;display:block;height:35px;text-decoration:none;line-height:14px;}
#backbutton a:hover{background-position:0px -40px;}

#container {
	margin: 0 auto;
	width: 950px;
	background: #34211c url('/images/site_bits/bgtile.gif') center top repeat-y;
	height: 100%;
	min-height: 100%;
	margin-bottom:-1px;
}

html>body #container {height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#emptyFooter { width: 100%; height: 1px; }

#sidebar {
	float: left;
	width: 190px;
	background: #34211c;
	min-height: 500px;
	text-align: center;
	color: #fff;
}

#sidebar a { color: #fff; text-decoration: none; }
#sidebar a:hover { text-decoration: underline; }
#sidebar p { text-align: left; padding: 5px; }

#advboxes {
	width: 146px;
	margin: auto;
	display: none;
}

.advbox {
position: relative;
	margin: 5px auto;
	_mar\gin-left: 7px;
	min-height: 22px;
	padding: 3px 5px 2px 5px;
	width: 146px;
	_wid\th: 142px;
	background: url('/images/site_bits/advdropbg.png') no-repeat;
	_back\ground: url('/images/site_bits/advdropbg.jpg') no-repeat;
}

#searchbox, #members {
	margin: 5px auto;
	padding-top: 7px;
/*	padding-left: 7px;*/
	width: 160px;
	background: url('/images/site_bits/searchbg2.jpg') no-repeat;
	min-height: 61px;
	_hei\ght: 61px;
}

#searchbox input, #members input {
	color: #b7b199;
	float: left;
	width: 118px;
	*width: 116px;
	_wid\th: 107px;
	height: 14px;
	border: none;
	font-size: 10px;
}

.searchEndLeft {
	float: left;
	width: 3px;
	height: 16px;
	background: url('/images/site_bits/searchendleft.gif') no-repeat;
	margin-left: 7px;
	_mar\gin-left: 3px;
}

.searchEndRight {
	float: left;
	width: 3px;
	height: 16px;
	background: url('/images/site_bits/searchendright.gif') no-repeat;
}

#searchButton {
	float: left;
	width: 25px;
	height: 25px;
	background: url('/images/site_bits/btnheart.png') no-repeat;
	_back\ground: none;
}

#searchButton img {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/site_bits/btnheart.png', sizingMethod='scale');
}

#searchButton a img, #searchButton a:link, #searchButton a:active, #searchButton a:visited {
	border: none;
}

#searchbox p, #members p {
	text-align: left;
	clear: both;
	margin: 0;
	padding-top: 5px;
	*padding: 0;
	color: #b7b199;
	margin-left: 1px;
	*margin-left: 7px;
}

#logo {
	width: 126px;
	height: 88px;
	margin: 15px auto;
}

#mainColumn {
	width: 750px;
	float: left;
	padding: 0 5px;
	min-height: 500px;
	background: #fff;
	color: #000;
}

#topCol,.botCol {
	width: 710px;
	padding: 0 20px;
	margin-bottom: 10px;
}

#welcome3bags {
	width: 700px;
	/*padding: 0 20px;*/
	margin: auto;
	margin-bottom: 10px;
	background: url('/images/site_bits/footerbg.gif') center top repeat-y;
}

.wel3 {
	float: left;
	width: 202px;
	padding: 0 15px;
	text-align: center;
}

#welcome5bags {
	width: 700px;
	margin: auto;
	margin-bottom: 10px;
}

.wel5 {
	float: left;
	width: 120px;
	padding: 0 10px;
	text-align: center;
}

#leftColEqual {
	float: left;
	width: 345px;
	padding: 0 10px 0 20px;
}

#rightColEqual {
	float: left;
	width: 345px;
	padding: 0 20px 0 10px;
}

#leftColNarrow {
	float: left;
	width: 280px;
	padding: 0 10px 0 20px;
}

#rightColNarrow {
	float: left;
	width: 200px;
	padding: 0 20px 0 10px;
}

#leftColWide {
	float: left;
	width: 490px;
	padding: 0 10px 0 20px;
}

#rightColWide {
	float: left;
	width: 410px;
	padding: 0 20px 0 10px;
}

#navigation {
	width: 750px;
	height: 81px;
	background: #34211c;
	position: relative;
	font-size: 10px;
	/*font-weight: bold;*/
	color: #fff;
}

#navigation.default { height: 76px; }

#navigation ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 5px;
	left: 10px;
}

#navigation li {
	display: inline;
}

#navigation li a, #navigation li a:link, #navigation li a:active, #navigation li a:visited {
	color: #fff;
	text-decoration: none;
}

#navigation li a:hover {
	/* text-decoration: underline; */
}

#navigation li.active a { color: #b7b199; }

#customerlogin {
	position: absolute;
	top: 13px;
	*top: 8px;
	right: 5px;
	width: 132px;
	height: 37px;
	background: url('/images/site_bits/loginbox.gif') no-repeat;
	padding: 5px;
	font-weight: bold;
}

#customerlogin input {
	float: left;
	width: 108px;
	*width: 106px;
	height: 14px;
	border: none;
}

#loginButton {
	float: right;
	width: 13px;
	height: 18px;
	background: url('/images/site_bits/btnpadlock.png') no-repeat;
	_back\ground: none;
	margin-left: 4px;
	margin-right: 8px;
}

#loginButton img {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/site_bits/btnpadlock.png', sizingMethod='scale');
}

#loginButton a img, #loginButton a:link, #loginButton a:active, #loginButton a:visited {
	border: none;
}

#mpass { _c\lear: both; }
#mpass input, #mpass .searchEndLeft, #mpass .searchEndRight, #mpass img { margin-top: 5px; }
#mpass input { width: 68px; }
#mpass img { background: url('/images/site_bits/signin.png') no-repeat; _back\ground: none; _fil\ter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/site_bits/signin.png', sizingMethod='scale'); }

#newAccount {
	float: left;
	width: 114px;
	margin-top: 3px;
	*margin-top: 1px;
	margin-left: 2px;
	font-size: 10px;
}

#newAccountButton {
	float: right;
	width: 15px;
	height: 13px;
	background: url('/images/site_bits/btnheartplus.png') no-repeat;
	_back\ground: none;
	margin-left: 3px;
	margin-top: 3px;
	margin-right: 7px;
}

#newAccountButton img {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/site_bits/btnheartplus.png', sizingMethod='scale');
}

#newAccountButton a img, #newAccountButton a:link, #newAccountButton a:active, #newAccountButton a:visited {
	border: none;
}

#footer {
	clear: both;
	width: 750px;
	border-top: 2px solid #b7b199;
	border-bottom: 2px solid #b7b199;
	margin-bottom: 20px;
	text-align: center;
	font-size: 0.8em;
	color: #b7b199;
	line-height: 1.3em;
	background: url('/images/site_bits/footerbg.gif') repeat-y;
}

#footer ul { display: inline; margin: auto; padding: 0; }

#footer li { display: inline; line-height: 14px; }

#footer li a { text-decoration: none; }

#footer li a:hover { text-decoration: underline; }

#footer1, #footer2, #footer3 {
	padding: 10px 5px 5px 5px;
	width: 222px;
	float: left;
}
#footer1{padding:0 5px;}

#fbox1, #fbox2, #fbox3 {
	padding: 0 15px;
	width: 202px;
	float: left;
}

#footer1 {
	margin-left: 25px;
	_ma\rgin-left: 12px;
}

#footer2, #fbox2 {
	margin-left: 2px;
}

#footer3, #fbox3 {
	margin-left: 2px;
}

#designersMenu {
	width: 100%;
	height: 20px;
	background: url('/images/site_bits/navgrad.jpg') repeat-x;
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
}

#designersMenu ul {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
	color: #f00;
	height: 20px;
	line-height: 20px;
}

#designersMenu ul.designersList li {
	display: inline;
	/*padding: 4px 10px 5px 10px;
	height: 20px;
	line-height: 20px;*/
}

#designersMenu li.active { background: url('/images/site_bits/navgradactive.jpg') repeat-x; }

#designersMenu li a { display: block; float: left; padding: 0 10px; background: url('/images/site_bits/navgradlink.jpg') repeat-x; }
#designersMenu li a:hover { background-position: center left; }
#designersMenu li.active a { background-position: bottom left; }

#designersMenu li a, #designersMenu li a:link, #designersMenu li a:visited, #designersMenu li a:active { color: #fff; text-decoration: none; }

#designersMenu li a:hover { /* text-decoration: underline; */ }

#designersMenu h3 { display: inline; margin: 0; padding: 0; font-size: 10px; }

#designers_dropdown {
	background: #c6b089;
	margin: 0;
}

.droppanel_content_outer {overflow:hidden;height:0;}

.droppanel_content_inner ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.droppanel_content_inner ul h3 {
	margin: 0;
	margin-right: 20px;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
}

.droppanel_content_inner a, .droppannel_content_inner a:link, .droppanel_content_inner a:visited, .droppanel_content_inner a:active { color: #34211c; text-decoration: none; }

#designers_dropdown ul {
	margin: 0;
	padding: 10px 10px 0 10px;
	list-style: none;
}


#mainContent {
	min-height: 500px;
	_hei\ght: 500px;
	margin-bottom: 20px;
	*margin-bottom: auto;
	position:relative;
}

#mainContent.index {
	margin-bottom: auto;
}

#mainContent.defaultPage {
	padding: 0 25px;
}

#productLeftCol {
	width: 50%;
	float: left;
}

#productRightCol {
	width: 50%;
	float: left;
}

productLower {
	clear: both;
}

.productSubImage { width: 172px; float: left;}
.productSubImage img { cursor: pointer;}
.productSubImage9 { width: 115px; float: left;}
.productSubImage9 img { cursor: pointer;}

.wrapper {
	background: #34211c;
}

#featureBox {
	clear: both;
	width: 700px;
	margin: auto;
	padding: 10px 0 15px 0;
	color: #fff;
}

#featureBox a, #featureBox a:link, #featureBox a:visited, #featureBox a:active { color: #34211c; text-decoration: none; }
#featureBox a:hover { text-decoration: underline; }

#featureBox a.newstitle, #featureBox a.newstitle:link, #featureBox a.newstitle:active, #featureBox a.newstitle:visited { color: #fff; text-decoration: none; }
#featureBox a.newstitle:hover { text-decoration: underline; }

#fBoxTop {
	width: 100%;
	height: 10px;
	background: url('/images/site_bits/boxtop.png') no-repeat;
	_back\ground: none;
}

#fBoxBottom {
	width: 100%;
	height: 10px;
	background: url('/images/site_bits/boxbottom.png') no-repeat;
	_back\ground: none;
}

#fBoxTop img { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/site_bits/boxtop.png', sizingMethod='scale'); }
#fBoxBottom img { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/site_bits/boxbottom.png', sizingMethod='scale'); }

#fBoxContents {
	_hei\ght: 100px;
	min-height: 100px;
	background: #b7b199 url('/images/site_bits/boxmid.gif') repeat-y;
}

.whiteBoxTop {
	width: 345px;
	height: 8px;
	background: url('/images/site_bits/whiteboxtop.jpg') no-repeat;
}

.whiteBoxBottom {
	width: 345px;
	height: 32px;
	background: url('/images/site_bits/whiteboxbottom_sell.jpg') no-repeat;
}

.whiteBoxMid {
	width: 325px;
	padding: 10px;
	background: url('/images/site_bits/whiteboxbg.jpg') repeat-y;
}

.clearFloat {
	clear: both;
}

.whitespace {
	width: 100%;
	height: 5px;
	background: #fff;
	_hei\ght: 0;
}

.sidebarEntry {
	width: 150px;
	margin: auto;
}

.sidebarEntry p{margin:0px;padding:0px;}

form#sellForm { min-height: 100px; background: url('/images/site_bits/sellformbg.jpg') repeat-y; }
form#sellForm #formlogo { width: 50px; height: 35px; float: right; margin-right: 25px; }
#sellformtoaddress { padding: 2px; margin-left: 20px; margin-top: 5px; width: 216px; border: 1px solid #b7b199; border-left: none; float: left; }
#sellformref { padding: 2px; margin-top: 5px; width: 76px; border: 1px solid #b7b199; border-right: none; border-left: none; float: left; }
#sellformtop { width: 345px; height: 8px; background: url('/images/site_bits/sellformtop.jpg') no-repeat; }
#sellformbottom { width: 345px; height: 33px; background: url('/images/site_bits/sellformbottom.jpg') no-repeat; position: relative; }
form#sellForm .contactInput { padding: 5px 20px; }
form#sellForm .contactInput input { border: 1px solid #b7b199; }
form#sellForm #mailbody { margin: 10px 20px; width: 300px; height: 200px; border: 1px solid #b7b199; }
form#sellForm #uploads { margin-left: 20px; margin-bottom: 10px; }
form#sellForm .contactInput label { display: block; float: left; width: 75px; }

input.sendButton { background: none; border: none; width: 40px; height: 16px; color: #fff; font-size: 0.8em; position: absolute; top: 4px; right: 22px; cursor: pointer; }

dl#sell_steps dt { float: left; color: #b7b199; margin-bottom: 8px; }
dl#sell_steps dd { padding-left: 20px; margin-bottom: 8px;line-height:1.2em;font-size:0.9em; } 
dl#sell_steps p {margin:0 0 8px 0;padding:0px;}

#productDetails a, #productDetails a:link, #productDetails a:active, #productDetails a:visited { color: #34211c; text-decoration: none; }
#productDetails a:hover { text-decoration: none; }

#productDetails { margin-top: 10px; *margin-top: 25px; }

#prodDetailsRight p { margin: 0; padding-bottom: 10px; }

img.addtobasket { float: left; margin-right: 5px; width: 35px; height: 35px; border: none; background: url('/images/site_bits/addtobasket.png') no-repeat; _back\ground: none; }
a.addtobasket { text-decoration: none; }

img.addtofavs { float: left; margin-right: 5px; width: 35px; height: 35px; border: none; background: url('/images/site_bits/addtofavourites.png') no-repeat; _back\ground: none; }
a.addtofavs { text-decoration: none; }

img.sendtoafriend { float: left; margin-right: 5px; width: 35px; height: 35px; border: none; background: url('/images/site_bits/sendtoafriend.png') no-repeat; _back\ground: none; }
a.sendtoafriend { text-decoration: none; }

/* text styles */
h1 { font-size: 1.4em; margin: 0; padding: 0; }
h2 { font-size: 1.2em; margin: 0; padding: 0; }
h3 { font-size: 1.1em;}
h1.sidebar { font-weight: normal; text-align: left; margin-left: 21px; }
#sidebar h1 { font-size: 0.9em; }
#mainContent h1 { color: #b7b199; margin-top: 20px; font-weight: normal; }
#mainContent.index h1 { line-height: 21px;padding:20px 42px 0px 42px;margin:0px;}
#mainContent h2 { margin-top: 10px; font-weight: normal; }
#designersMenu a, #designersMenu a:link, #designersMenu a:visited, #designersMenu a:visited { color: #fff; text-decoration: none; }
#topCol p { color: #b7b199; }
h2.basket { font-size: 0.9em; margin-left: 2px; }

#sidebar input.roundedInput, #navigation input.roundedInput { border: none; background: #fff; height: 14px; }

div#basketWrapper { margin: 0 auto 10px auto; width: 160px; min-height: 173px; _he\ight: 173px; background: url('/images/site_bits/basketbg.jpg') no-repeat; }
div#basketWrapper.empty { min-height: 61px; _hei\ght: 61px; background: url('/images/site_bits/searchbg2.jpg') no-repeat; }
table.basketlist { font-size: 0.8em; text-align: left; margin: 0 auto; width: 160px; /* min-height: 173px; _hei\ght: 173px; background: url('/images/site_bits/basketbg.jpg') no-repeat;*/ }
table.basketlist td { margin: 0; padding: 0 5px 0 0; line-height: 0.8em; }
table.basketlist td.whiteline { background: url('/images/site_bits/white1px.gif') left 81% repeat-x; }
table.basketlist td.basketImage { width: 48px; }
table.basketlist tr.spacer { height: 5px; }
table.basketlist a { color: #fff; text-decoration: none; padding: 0; margin: 0; }
.removeItem { width: 10px; height: 10px; background: url('/images/site_bits/remove.png') no-repeat; _back\ground: none; }
table.basketlist td img.basketItem { width: 30px; height: 40px; border: none; padding: 4px 9px; background: url('/images/site_bits/thumbbg.png') no-repeat; }

h2.basket { text-align: left; margin-bottom: 5px; }
p#checkout { width: 150px; margin: auto; font-size: 0.9em; font-weight: bold; padding-left: 7px; }

table#tblCheckout { padding: 0; margin: 20px 0; }
table#tblCheckout td { margin: 0; padding: 2px; }
table#tblCheckout p { margin: 0; padding: 0;  }
table#tblCheckout .evenrow { background: #b7b199; }
hr.checkoutHR { height: 1px; border: none; border-bottom: 1px solid #b7b199; margin: 0; padding: 0; }
table#tblCheckout a, table#tblCheckout a:link, table#tblCheckout a:active, table#tblCheckout a:visited { color: #34211c; text-decoration: none;  text-decoration: underline;}
table#tblCheckout a:hover { text-decoration: underline; }


table#tblDetails td.tblDetailsLeftCol { padding-right: 5px; color: #34211c; }
table#tblDetails td.tblDetailsRightCol { color: #c00; }

#memmenu, #memmenu li{margin:0px;padding:0px;list-style:none;text-align:left}
#memmenu{margin:5px 0 10px 0px;}
#memmenu li {margin:0 0 0 6px;}
#memmenu a,#memmenu a:link,#memmenu a:visited{color:#b7b199;background:url(/images/site_bits/right_arrow.gif) 0px 2px no-repeat;padding-left:10px;}
#memmenu a:hover, #memmenu .active a{color:white;text-decoration:none;background-position:0px -18px;}
#logout a,#logout a:link,#logout a:visited{display:block;background:url(/images/site_bits/signout.png) 0px 8px no-repeat ;margin-top:5px;text-indent:-500px;overflow:hidden;height:25px;width:100px;}

/* styles for select replacement uls - advanced search drop downs */

.advbox label { float: left; font-size: 10px; width: 50px; text-align: left; }

select.replaced {
      display: none;
    }
    ul.selectReplacement {
	  position: absolute;
	  right: 19px;
	  *top: 3px;
      margin: 0;
      padding: 0;
      min-height: 15px;
      width: 80px;
	  float: left;
	  text-align: left;
    }
	ul.selectOpen {
		margin-bottom: 5px;
	}
    ul.selectReplacement li {
      background: #fff;
      color: #34211c;
      cursor: pointer;
      display: none;
      font-size: 10px;
      line-height: 14px;
      list-style: none;
      margin: 0;
      padding: 1px 2px;
      width: 80px;
    }
    ul.selectOpen li {
      display: block;
    }
    ul.selectReplacement li.selected {
	  background: #fff url('/images/site_bits/advarrow.gif') top right no-repeat;
      color: #34211c;
      display: block;
    }
    ul.selectOpen li.selected {
      background: #fff url('/images/site_bits/advarrow.gif') top right no-repeat;
      display: block;
    }
    ul.selectOpen li:hover,
    ul.selectOpen li.hover,
    ul.selectOpen li.selected:hover {
      background: #b7b199;
      color: #34211c;
    }
/*form button*/

table#tblCheckout .formButton a, table#tblCheckout .formButton a:link, table#tblCheckout .formButton a:visited{background:#b7b199;display:block;float:left;margin-right:10px;padding:2px 8px 3px 8px;border:1px solid #34211C;text-decoration:none;}
table#tblCheckout .formButton a:hover{color:white; background-color:#34211C;text-decoration:none;}  
    

/*Dynamic list styles*/

.dynamic,.dynamic ul {		padding:0px;list-style: none;margin:0px;display:block;}
.dynamic .default {			/* width:500px; */  min-height: 150px; _hei\ght: 150px; }
.dynamic .default img{		float:right;margin:0 0 10px 20px;border:none/*1px solid #b7b199*/;clear:right;display:block;}
.dynamic .default p{        margin:0px; }
.dynamic .default h3 { margin-top: 0; }


.dynamic .designer_groups {			width:auto;}
.dynamic .designer_groups img{		float:right;margin:20px 10px 10px 20px;border:1px solid #85b8d7;clear:right;display:block;}
.dynamic .designer_groups p{        margin:0px;}
.dynamic .designer_groups a, .dynamic .designer_groups a:link, .dynamic .designer_groups a:visited, .dynamic .designer_groups a:active { color: #b7b199; text-decoration: none; }
.dynamic .designer_groups a:hover { color: #34211c; }

.dynamic .frontnews { width: 202px; font-size: 0.9em; line-height: 1.2em; margin-top: 10px; color: #34211c; }
.dynamic .frontnews p { min-height: 46px; _hei\ght: 46px; border-bottom: 1px solid #fff; }
.dynamic .frontnews img { width: 30px; height: 40px; border: none; float: right; clear: right; padding: 4px 9px; background: url('/images/site_bits/thumbbg.jpg') no-repeat; margin-left: 5px; *margin-bottom: -2px; }
.dynamic .frontnews a, .dynamic .frontnews a:link, .dynamic .frontnews a:visited, .dynamic .frontnews a:active { color: #fff; text-decoration: none; }
.dynamic .frontnews a:hover { text-decoration: underline; }

.withBackButton .dynamic { margin-top: 20px; }

.dynamic .productlist { padding: 0 10px; width: 155px; display: inline; float: left; margin-top: 20px; color: #34211c; min-height: 220px; _hei\ght: 220px; }
.dynamic .productlist p { text-align: center; }
.dynamic .productlist img { border: none; }
.dynamic .productlist a { color: #34211c; text-decoration: none; }
.dynamic .productlist a:hover { text-decoration: underline; }

/*tables and form styles*/

.tabledefault{ border-collapse: collapse;font-size:85%;border:1px solid #aaaaaa;margin:10px;}
.tabledefault td {border:1px solid #aaaaaa;padding:5px;}
.tabledefault th {border:1px solid #aaaaaa;background:#eeeeee;padding:5px;color:black;text-align:left; }
.tabledefault p {font-size:100%;margin:0px;}

/*
.formdefault input{font-size:90%;}
.formdefault dt{ float:left;width:70px;font-size:85%;padding:3px 1px;height:20px;}
.formdefault  dd{height:26px;margin:0px;padding:1px;width:155px;}
.formdefault dd input , .formdefault dt input ,.formdefault dd select , .formdefault dt select ,.formdefault dd textarea , .formdefault dt textarea
{width:150px;font-family:sans-serif;margin-left:0px;font-size:70%;}
.formdefault dd textarea , .formstyle1 dt textarea {height:60px;margin-left:0px;}
*/

.formdefault {padding-left:20px;}
.formdefault, .formdefault dl  { width:340px;float:none;clear:both;display:block;}
.formdefault input{font-size:0.85em;}
.formdefault dt{ clear:left;float:left;width:100px;font-size:85%;padding:1px 0px;line-height:20px;margin:0px;}
.formdefault  dd{float:left;line-height:26px;margin:0px;padding:1px;width:200px;}
.formdefault dd input , .formdefault dt input ,.formdefault dd textarea , .formdefault dt textarea
{width:200px;font-family:sans-serif;margin-left:0px;}
.formdefault dd textarea , .formstyle1 dt textarea {height:60px;margin-left:0px;font-size:85%;}
.formdefault dd select , .formdefault dt select{width:206px;font-family:sans-serif;margin-left:0px;font-size:85%;}
* html .formdefault dd{display:block;}
.formdefault p {padding:0px;margin:0px;}





