/* Pandora Jewelry */

/* resetting */
body {
	margin:0px;
	padding:0px;
	text-align:center;
	background:#000;
}
body * {
	text-align:left;
}

/* setting general properties */
*, p, td {
	font:normal 11px/14px Verdana;
	color:#fff;
}

b, strong {
	font-weight:bold;
}

h1 {
	font:bold 14px/16px Verdana;
	margin:0px 0px 25px;
}
h2 {
	font-weight:bold;
	margin:0px;
	text-transform:uppercase;
}
p {
	margin:0px 0px 20px;
	text-align: center;
}

p.center {
	text-align:center;
}

p.right {
	text-align:right;
}

a {
	color:#9A7447;
}

a:hover {
	background:#9A7447;
	color:#fff;
	text-decoration:none;
}

a.nobg:hover {
	background:none;
}

	

label {
	display:block;
	margin:0px 0px 2px;
	font-weight:bold;
}

input,
textarea {
	background:#fff;
	color:#000;
	padding:3px;
	font:normal 10px/12px Verdana;
	margin:0px 0px 10px;
}

input {
	width:230px;
	border:1px inset #9A7447;
}

textarea {
	width:230px;
	height:120px;
	border:1px inset #9A7447;
}

input.submit {
	width:238px;
	border:1px outset #eee;
	text-transform:uppercase;
	text-align:center;
	background:#fff;
	color:#000;
	display:block;
	margin:15px 0px 15px;
}

strong {
	font-weight:bold;
}

img.padding {
	margin:0px 30px;
}



.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	display: block;
	clear:both;
	width: 100%;
	height: 1px;
}



/* layout */

table#layout {
	margin:10px auto 10px;
	border:0px;
	border-collapse: collapse;
	width:760px;
}
	
	/* menu */
	table#layout td#layoutMenu {
		text-align:center;
	}
	
	table#layout td#layoutMenu table, 
	table#layout td#layoutMenu table td {
		border:0px;
		margin:0px;
		padding:0px;
		border-collapse:collapse;
	}
	
	table#layout td#layoutMenu table td {
		vertical-align:top;
		text-align:center;
		border-left:1px solid #fff;
		border-right:1px solid #fff;
	}
	table#layout td#layoutMenu table td.headline {
		vertical-align:top;
		text-align:center;
		padding:6px 160px 0px 0px;
		background:#000;
		border:0px;
	}
	table#layout td#layoutMenu table td a {
		color:#fff;
		text-decoration:none;
		padding:5px 6px;
		font:bold 10px/22px Verdana;
	}
	table#layout td#layoutMenu table td a:hover {
		background:#9A7447;
	}
	
		/* content */
	table#layout td#layoutContent {
		vertical-align: top;

	}
	
	/* content */
	table#layout td#layoutContent .content {
		padding:5px 0px;
		margin:10px 30px;
		position:relative;
		background: url(../img/gx_logo_med.gif) no-repeat top right;
		
	}

	
	table#layout td#layoutContent .noLogo {
		background:none;
	}
	
	table#layout td#layoutContent .content .logo {
		position:absolute;
		right:30px;
		top:-6px;
	}
	table#layout td#layoutContent img.left {
		margin:3px 15px 0px 0px;
		padding:2px;
		border:1px solid #9A7447;
	}
	table#layout td#layoutContent a.product:hover img.left {
		border:1px solid #fff;
		background:none;
	}
	table#layout td#layoutContent table {
		/*border-collapse:collapse;
		margin:0px 0px 15px;
		border:0px;
		padding:0px;
		width:100%;*/
	}
	table#layout td#layoutContent table td {
		vertical-align:top;
		padding:2px 0px;
		border:0px;
		margin:0px;
	}
	
	table#layout td#layoutContent .submenu {
		height:100%;
		width:150px;
		padding:0px;
	}
	table#layout td#layoutContent .submenu .icons a {
		margin:0px 4px;
		color:#fff;
		font:normal 10px/12px Verdana;
		padding:4px 6px;
		border:1px solid #9A7447;
		text-decoration:none;
		text-transform:uppercase;
	}
	table#layout td#layoutContent .submenu .icons a:hover {
		border:1px solid #fff;
	}
		
		table#layout td#layoutContent .submenu ul {
			list-style:none;
			margin:0px;
			padding:30px 0px 15px;
		}
		table#layout td#layoutContent .submenu ul li {
			margin:0px 0px 4px;
		}
		table#layout td#layoutContent .submenu ul li a {
			text-decoration:none;
			color:#fff;
			display:block;
			width:144px;
			padding:2px 3px;
			font:bold 10px/14px Verdana;
		}
		table#layout td#layoutContent .submenu ul li a:hover {
			background:#9A7447;
			color:#fff;
		}
		
		table#layout td#layoutContent .submenu ul li a.selected {
			background:#9A7447;
			color:#fff;
		}
		
	table#layout td#layoutContent table.products {
		border:0px;
		margin:0px;
		padding:0px;
		border-collapse:collapse;
	}
		table#layout td#layoutContent table.products td {
			border-bottom:1px solid #fff;
			text-align:center;
			padding:15px 0px;
		}
			table#layout td#layoutContent table.products td a {
				text-decoration:none;
				color:#9A7447;
				font-weight:bold;
			}
			table#layout td#layoutContent table.products td a:hover {
				background:none;
			}
			table#layout td#layoutContent table.products td img {
				padding:2px;
				border:1px solid #9A7447;
			}
			table#layout td#layoutContent table.products td a:hover img {
				border:1px solid #fff;
			}
			
	table#layout .frontpage {
		position:relative;
		height:390px;
		width:100%;
	}
	
		table#layout .frontpage .picture {
			position:absolute;
			width:100%;
		}
	
		table#layout .frontpage .text {
			position:absolute;
			z-index:100;
			left:465px;
		}
		
	table#layout .style1 {
		position:relative;
		height:420px;
		width:100%;
	}
	
		table#layout .style1 .text {
			position:absolute;
			z-index:100;
			left:370px;
			top:20px;
		}
		
		table#layout .style1 .picture {
			position:absolute;
			width:100%;
		}
			table#layout .style1 .picture img {
				display: block;
			}
		
		
	table#layout .styleintro {
		position:relative;
		height:424px;
		width:100%;
		text-align: center;
		padding-top: 55px;
	}
		table#layout .styleintro a {
			background: transparent;
		}
		table#layout .styleintro img {
			border: 0;
		}
			table#layout .styleintro img.style_img_2 {
				margin-left: 51px;
			}
		
		table#layout .styleintro .picture {
			position:absolute;
			width:100%;
		}
		
	table#layout .style2 {
		position:relative;
		height:420px;
		width:100%;
	}
	
		table#layout .style2 .text {
			position:absolute;
			z-index:100;
			left:330px;
			top:20px;
			width:220px;
		}
		
		table#layout .style2 .picture {
			position:absolute;
			width:100%;
		}
		
	table#layout .style3 {
		position:relative;
		height:420px;
		width:100%;
	}
	
		table#layout .style3 .text {
			position:absolute;
			z-index:100;
			left:0px;
			top:20px;
			width:270px;
		}
		
		table#layout .style3 .picture {
			position:absolute;
			width:100%;
		}
			
			table#layout .style3 .picture .padding {
				padding:99px 0px 0px;
			}
	
	table#layout .style4 {
		position:relative;
		height:420px;
		width:100%;
	}
	
		table#layout .style4 .text {
			position:absolute;
			z-index:100;
			left:0px;
			top:20px;
			width:200px;
		}
		
		table#layout .style4 .picture {
			position:absolute;
			width:100%;
		}
	
	
	table#layout .dealerarea {
		position:relative;
		height:420px;
		width:100%;
	}
	
		table#layout .dealerarea .text {
			position:absolute;
			z-index:100;
			left:0px;
			top:20px;
			width:300px;
		}
		
		table#layout .dealerarea .text input {
			width:200px;
			padding:4px 2px;
			line-height:10px;
		}
		
		table#layout .dealerarea .picture {
			position:absolute;
			width:100%;
		}
		
		table#layout .dealerarea .picture img {
			float:right;
		}
	
	
	.dealerareamenu {
		margin:0px;
		padding:0px;
		border:0px;
		border-collapse:collapse;
		line-height:10px;
		position:relative;
	}
	
	.dealer_menu_level1 li {
		color:#454545;
		text-decoration:none;
		padding:3px 0px 3px 20px;
		background-position: 1px 1px;
		background-repeat: no-repeat;
		list-style-type: none;
	}
		
	.dealerareamenu * {
		padding:0px;
	}
	
	.dealerareamenu td {
		position:relative;
		margin:-2px 0px 0px;
	}
	
	.dealerareamenu tr {
		
		margin:-2px 0px 0px;
	}
	
	.dealerareamenu img {
		margin:0px;
		padding:0px;
	}
	
	.dealerareamenu a {
		margin:0px;
		padding:0px;
	}
	
	 table.filelist {
		/*width:100%;*/
		border-collapse:separate;
		padding:10px;
	}
	
		table.filelist td {
			color:#000000;
			background:#adadad;
		}
		
		table.filelist td.top {
			padding:30px 0px 0px;
			background:none;
		}
		
		table.filelist td.view {
			text-align:center;
		}
		
		table.filelist td h3 {
			color:#373737;
			background:#adadad;
			padding:2px;
			margin:0px 0px 10px;
		}
		
		table.filelist td p {
			padding:3px;
			margin:0px;
			color:#000;
		}
		
		table.filelist td.bg {
			background:#adadad;
		}
		table.filelist td.thumb img {
			border:1px solid #373737;
		}
	
	/* footer */
	table#layout td#layoutFooter {
		padding:7px 0px 0px;
		margin:0px;
		border:0px;
		border-collapse:collapse;
		text-align:center;
		font-size:10px;
		border-top:1px solid #fff;
	}
		table#layout td#layoutFooter a {
			color:#9A7447;
			font-size:10px;
		}
		
		table#layout td#layoutFooter a:hover {
			color:#fff;
			background:#9A7447;
		}
		


.headline { margin-left: 6px;font-size:11px; color: #373737; text-decoration: none; background:#ADADAD;} 
.headlinecategory {margin-left: 7px; position:relative; top:2px;font-size:11px; color: #373737; text-decoration: none; font-weight:bold} 
.filecontent {padding-left: 6px; padding-right:6px; font-size:11px; color: #373737; text-decoration: none;margin-top: 2px; } 
.btnview {padding-left: 3px; padding-right:3px; } 
.contentWhite { font-size:11px; color: #ffffff; text-decoration: none;margin-top: 7px; } 

A
{
				    FONT-SIZE: 16px;
						    COLOR: #FFFFFF;
								    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
						}


a.topmenu:link { font-size:11px; color: #FFFFFF; text-decoration: none} 
a.topmenu:visited { font-size:11px; color: #FFFFFF; text-decoration: none} 
a.topmenu:active { font-size:11px; color: #FFFFFF; text-decoration: none} 
a.topmenu:hover { font-size:11px; color: #FFFFFF; text-decoration: none}

a.dealermenu:link { font-size:11px; color: #454545; text-decoration: none} 
a.dealermenu:visited { font-size:11px; color: #454545; text-decoration: none} 
a.dealermenu:active { font-size:11px; color: #454545; text-decoration: none} 
a.dealermenu:hover { font-size:11px; color: #454545; text-decoration: none}

a.dealeractivemenu:link{ font-size: 11px; color: #000000; text-decoration: none; }
a.dealeractivemenu:visited { font-size: 11px; color: #000000; text-decoration: none; }
a.dealeractivemenu:hover { font-size: 11px; color: #000000; text-decoration: none; }
a.dealeractivemenu:active { font-size: 11px; color: #000000; text-decoration: none; }

a.list:link { font-size:11px; color: #373737; text-decoration: none} 
a.list:visited { font-size:11px; color: #373737; text-decoration: none} 
a.list:active { font-size:11px; color: #373737; text-decoration: none} 
a.list:hover { font-size:11px; color: #373737; text-decoration: none; background:none;}


.cell {
        padding-left: 7px;
        padding-right: 7px;
        padding-top:0px;
		margin-top:0px;
}

/*INPUT
{
    BORDER-RIGHT: #d1d3d4 1px solid;
    BORDER-TOP: #d1d3d4 1px solid;
    FONT-SIZE: 9px;
    BORDER-LEFT: #d1d3d4 1px solid;
    COLOR: #000000;
    BORDER-BOTTOM: #d1d3d4 1px solid;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    HEIGHT: 18px;
    BACKGROUND-COLOR: #ffffff
}*/
.border
{
    BORDER-RIGHT: #373737 1px solid;
 /*   BORDER-TOP: #373737 1px solid;*/
    BORDER-LEFT: #373737 1px solid;
 /*   BORDER-BOTTOM: #373737 1px solid;*/
}


/* sales competition */

.sales_login {
	width:680px;
	height:415px;
	position:relative;
}

	.sales_login .picture {
		position:absolute;
	}
	
	.sales_login .text {
		position:absolute;
		left:270px;
		top:60px;
	}
	
		.sales_login .text img {
			margin-bottom:40px;
		}
	
	.sales_login table {
		position:relative;
		left:50px;
	}
	
	.sales_login table td.name {
		font-weight:bold;
		font-size:10px;
		width:80px;
		position:relative;
		top:3px;
	}
	
	.sales_login table td.submit {
		text-align:right;
	}
	
		.sales_login table td.field p {
			width:150px;
			color:#9F9F9F;
		}
	
		.sales_login table td.field input {
			width:196px;
		}
		.sales_login table td.submit input.submit {
			width:70px;
			display:inline;
			margin:0px;
		}
		.sales_login table td.submit input.forgot {
			width:130px;
			padding:4px;
			position:relative;
			margin-right:3px;
			top:1px;
		}
		
.areatable {
	border-collapse:separate;
	border:1px solid #000;
	height:400px;
}

	.areatable .tdcontent {
		padding:6px;
	}
	
	.areatable .tdcontent,
	.areatable .tdcontent * {
		color:#454545;
		font-family:Tahoma;
	}
	
	.areatable td.areamenu {
		border-collapse:separate;
		background:#ddd;
		width:190px;
		border:2px solid #B1B1B1 !important;
	}
	
	.areatable td.areacontent {
		background:#ddd;
		width:482px;
		border:2px solid #B1B1B1 !important;
	}
	
	.areatable .tdcontent h1 {
		font-size:11px;
		margin:0px 0px 6px;
	}
	
	.areatable .tdcontent h2 {
		text-transform:none;
		background:#ADADAD;
		padding:2px;
		margin:0px 0px 10px;
	}
	
	.areatable .tdcontent .highlight {
		color:#900;
		text-decoration:underline;
	}
	
	
	.areamenu ul {
		background:url(../img/gx_areamenu_top.gif) no-repeat 0px 0px;
		list-style:none;
		padding:20px 0px 0px 0px;
		margin:0px;
	}
	
	.areamenu ul li {
		padding:1px 0px 2px;
	}
	
	.areamenu ul li a {
		background:url(../img/gx_areamenu_item.gif) no-repeat 3px 0px;
		color:#454545;
		text-decoration:none;
		padding:3px 0px 3px 20px;
	}
	
	.areamenu ul li a:hover {
		background:url(../img/gx_areamenu_item.gif) no-repeat 3px 0px;
		color:#000;
	}
	
	.areamenu ul li a.selected {
		color:#000;
	}
	
	
	table.areainlinemenu {
		border-collapse:separate;
		width:480px;
	}
	table.areainlinemenu ul li  {
		color:#666 !important;
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
	}
	
	table.collapse {
		border-collapse:collapse;
		width:466px;
		margin:0px 0px 0px 2px;
	}
	
	table.areainlinemenu td {
		padding:3px 4px !important;
	}
	
	table.areainlinemenu td.header {
		background:#ADADAD;
		font-weight:bold;
	}
	
	table.areainlinemenu td.center {
		text-align:center;
	}
	
	table.areainlinemenu td.em {
		font-weight:bold;
	}
	
	table.areainlinemenu td.month {
		width:24px !important;
	}
	
	table.areainlinemenu td.total {
		width:26px !important;
	}
	
	table.areainlinemenu td.value {
		width:34px !important;
	}
	
	table.areainlinemenu td.right {
		text-align:right;
		width:100%;
	}
	
	table.areainlinemenu td.smallheader {
		font-size:10px;
		color:#000;
		border-collapse:collapse;
	}
	
	table.areainlinemenu td.small {
		font-size:10px;
		
		border-collapse:collapse;
	}
	
	div.smallRed{
	
		color:red !important;
		font-size:10px;
	
	}
	
	table.areainlinemenu td.width40 {
		width:40px;
		
	}
	
	
	table.areainlinemenu td.rowhighlight {
		background:#C5C5C5;
	}
	
	table.areainlinemenu td.earned {
		font-size:10px;
	}
	
	table.areainlinemenu td.bigheader {
		font-size:18px;
		line-height:24px; 
		white-space:nowrap;
	}
	
	table.areainlinemenu td.expand {
		width:10px;
	}
		table.areainlinemenu td.expand img {
			margin-top:3px;
		}
	
	table.areainlinemenu td.infocell {
		color:#666;
		background:#D0D0D0;
	}
	
	.tdcontent ol {
		
	}
	
	.tdcontent ol li {
		margin:0px 0px 10px;
	}
	
/* menu in dealer area */

ul.dealermenu {
	list-style:none;
	padding:21px 0px 0px;
	margin:7px 0px 0px 7px;
	background:url(/images/ic_home.gif) no-repeat 0px 0px;
}
	
	ul.dealermenu li {
		padding:0px;
		margin:0px;
	}
	
	ul.dealermenu li a {
		background:url(/images/ic_expand.gif) no-repeat 3px 0px;
		padding:0px 0px 0px 45px;
		color:#454545;
		text-decoration:none;
		display: block;
	}
	
	ul.dealermenu li a:hover {
		color:#000;
		background:none;
		background:url(/images/ic_expand.gif) no-repeat 3px 0px;
	}
	
	ul.dealermenu li a.selected {
		background:url(/images/ic_collapse.gif) no-repeat 3px 0px;
		color:#000;
	}
	
	ul.dealermenu li a.selected:hover {
		background:url(/images/ic_collapse.gif) no-repeat 3px 0px;
	}
	
	ul.dealermenu ul {
		list-style:none;
		padding:3px 0px 0px;
		margin:0px;	
	}
	
		ul.dealermenu ul li {
			padding:0px 0px 3px 18px;
			background:url(/images/bg_li_li_menu.gif) repeat-y 18px 0px;
		}
		
		ul.dealermenu ul li.last {
			background:url(/images/bg_li_li_last_menu.gif) no-repeat 18px 0px;
		}
		
		
.press {
	clear:both;
	margin:0px 0px 20px;
	padding:10px 0px 0px;
	height:auto;
}

	.press h1 {
		padding:0px 0px 0px 317px;
	}
	
	.press table {
		border-collapse:collapse;
		padding:0px;
		margin:0px;
	}
	
	.press table td {
		padding:0px;
	}
	
	.press table td p {
		padding-left:28px;
	}
	
	.press table td h2 {
		padding-left:28px;
	}
	
	.press td.picture {
		padding:0px;
	}
	
	.press td.text {
		padding:0px;
	}
	
	.press img {
		border:1px solid #fff;
		margin:3px 0px 30px;
	}
.period{

	height:20px;
}
.period select {
	border:1px #383838 solid;
	width:100px;
	height:16px;
	float:right;
	margin-right:2px;
}	
	
div.dealertext {
	color:#454545;
	padding:15px 5px;
}

	div.dealertext strong {
		color:#454545;
	}

/* Customer Survey table on storelocator */
	.cust_survey {
		margin-top:13px !important;
		margin-bottom:52px !important;
	}
	.cust_survey_intro {
		background:#1F1F1F;
		border:1px #3A3937 solid;
		width:230px;
		height:119px;
	}
	.cust_survey_intro .top_img {
		padding-top:8px !important;
		padding-bottom:3px !important;
	}
	.cust_survey_intro td {
		padding-left:19px !important;
		padding-right:18px !important;
		padding-bottom:0 !important;
	}
	.cust_survey_intro .bottom_img {
		padding-top:0 !important;
		text-align:center;
	}
	.cust_survey_intro .bottom_img a img{
		border:none;
		
	}


			
	
/* Customer Survey Full Page*/
	.cust_survey {
		margin:0 auto;
		background:#1F1F1F;
		border:1px #383838 solid;
		border-collapse:collapse;
		width:700px;
	}
		.cust_survey .error{
			color:#ff0000;
		}
		
		.cust_surveyError{
			color:#ff0000;
			text-align:right;
			font-style:italic;
			font-size:10px;
		}
		
		.cust_survey .title{
			text-align: center;
			padding:15px 0 10px 0 !important;
		}
		.cust_survey table {
			border: none;
			border-collapse: collapse;
		}
		.cust_survey .survey_info{
			background:#1F1F1F;
			width:275px;
			padding-right:30px !important;
		}
			.cust_survey .survey_info .textinf{
				padding-left:15px !important;
			}

		.cust_survey .survey_reply {
			width: 425px;
		}
			.cust_survey .survey_reply img{
				padding-bottom: 12px;
			}
		.cust_survey .survey_input {
			width:425px;
			text-align:right;
			padding-right:10px !important;
		}
			.cust_survey .survey_input th {
				padding-bottom:7px !important;
			}
			.cust_survey .survey_input td {
				height:24px!important;
				padding:0 !important;;
			}
			.cust_survey .survey_input input {
				background:#000;
				border:1px #383838 solid;
				color: #FFF;
				width:257px;
				height:20px;
				margin:0 !important;
			}
			.cust_survey .survey_input input.med {
				width:152px;
				height:20px;
			}
			
			.cust_survey .survey_input input.med2 {
				width:112px;
				height:20px;
			}
			
			.cust_survey .survey_input .state {
				text-align: right;
			}
			
					
			
			.cust_survey .survey_input input.small {
				margin: 0!important;
				width:50px;
				height:20px;
			}
			.cust_survey .survey_input textarea {
				background:#000;
				border:1px #383838 solid;
				color:#FFF;
				width:257px;
				height:70px;
			}
			.cust_survey .survey_input select {
				background:#000;
				border:1px #383838 solid;
				width:133px;
				height:16px;
			}
			
			.cust_survey .survey_input select.small {
				background:#000;
				border:1px #383838 solid;
				width:90px;
				height:16px;
			}
			
			
		.cust_survey label {
			font-weight:normal;
			padding-top:2px;
		}
		.cust_survey .surv_sels {
			text-align:right;
		}
		.cust_survey .surv_req {
			text-align:right;
			font-style:italic;
			font-size:10px;
		}
		.cust_survey .surv_newstd {
			height:40px;
		}
		.cust_survey #surv_news {
			width:auto;
			float:left;
			margin-right:15px !important;
			margin-top:4px !important;
			border:none;
			height:auto;
		}

		.cust_survey #surv_send, .cust_survey #surv_remove {
			height:22px;
			width:75px;
			border:none;
			padding:0;
		}
		.cust_survey #surv_send{
			height:22px;
			width:75px;
			border:none;
			padding:0;
		}

.printsearch
{
	padding-top: 14px;
	width: 538px;
}
.printsearch .print
{
	float: left;
}

.printsearch #searchform 
{
	float: right;
	padding: 0px;
	margin: 0px;
}
	.printsearch #searchform input 
	{
		float: left;
	}
	.printsearch #searchform a 
	{
		display: block;
		float: left;
		padding-left: 4px;
	}
.printsearch #q
{
	width: 100px;
	height: 21px;
}

.printsearch #search_submit
{
	width: 72px;
	height: 21px;
}

.printsearch a:hover
{
	background: none;
}


.printsearch img
{
	display: inline;
	border: none;
}
/*Survey og survey-statistik (dealerarea_survey.tpl og dealerarea_statistics.tpl)*/

div.surveyPage{
padding:20px 10px 20px 12px;
}
div.surveyPage *{
color:#454545;
margin:0;
padding:0;
border:none;
}
div.surveyPage h1{
font-size:11px;
margin-bottom:12px;
}
div.surveyPage p{
font-size:11px;
margin-bottom:12px;
}
div.surveyPage table{
border-collapse:collapse;
margin-left:17px;
color:#454545;
width:auto;
margin-bottom:18px;
}
div.surveyPage h2{/*caption*/
font-weight:bold;
font-size:11px;
text-transform:none;
margin-bottom:7px;
padding-top:10px;
}
div.surveyPage table td{
text-align:center;
vertical-align:middle!important;
padding:1px 1px!important;
font-size:9px;
}
div.surveyPage table.rate td{
width:85px;
}
div.surveyPage table.yesNo td{
width:216px;
}
div.surveyPage table td.colA{
background:#FFF;
}
div.surveyPage table tr.row1 td.colA{
border-bottom:1px solid #e9e9e9!important;
}
div.surveyPage table td.colB{
background:#E8E8E8;
}
div.surveyPage table tr.row1 td.colB{
border-bottom:1px solid #fff!important;
}

div.surveyPage form table tr td input{
vertical-align:middle;
border:none;
background:none;
width:auto;
height:auto;
margin:3px;
}
div.surveyPage form table tr td select{
width:160px;
}
div.surveyPage input.submit {
	width:auto;
	height:auto;
	border:none;
	float:right;
}
div.dealertext input.submit {
	width:80px;
	height:31px;
	padding: 0;
	border:none;
	float:left;
}

tr.surveyLayoutTop td,
tr.surveyLayoutBottom td {
	padding: 0 !important;
}
/*statistics*/
div.surveyPage table.statistics{
}
div.surveyPage table.statistics td{
text-align:left;
text-indent:2px;
}
div.surveyPage table.statistics td strong{
}
div.surveyPage table.statistics td div{
float:left;
height:28px;
background-position:center left;
background-repeat:repeat-x;
}
div.surveyPage table.statistics td div.start{
background-image:url(/images/gx_statbar-start.gif);
width:3px;
}
div.surveyPage table.statistics td div.middle{
background-image:url(/images/gx_statbar-middle.gif);
/*width defineres Inline*/
}
div.surveyPage table.statistics td div.end{
background-image:url(/images/gx_statbar-end.gif);
width:6px;
}
