/* main styles */
body {
	margin:0;
	padding:0;
  	color:#000;
	font-family:arial,tahoma,sans-serif;
	background:#fff url(../images/bg-body.gif) repeat-x top;
	font-size:11px;
	min-width:996px;
	}
#home {background:#fff url(../images/bg-body-index2.gif) repeat-x top;}
form {
	margin:0;
	padding:0
	}
img {border:none;display:block;}
a {
	text-decoration:none;
	color:#000;
	}
a:hover {
	text-decoration:underline;
	}
input {vertical-align:middle}
.floatleft {float:left !important}
.floatright {float:right !important}
.clear {clear:both !important}
.bold {font-weight:bold !important}

/* imaged text */
.logo,
.compare {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	}
	
/* main container */
#container {
	padding:0 40px;
	}
/* header */
#header {
	width:100%;
	overflow:hidden;
	height:108px;
	position:relative;
	}
#home #header {
	height:140px;
	margin:0 0 38px 0;
	}
	
#header .center {
	clear:right;
	margin:0 auto;
	width:916px;
	padding:69px 0 0 0;
	position:relative;
	}

#header .links {
	z-index: 9999;
	position:absolute;
	top:0;
	right:0;
	color:#fff;
	font-size:12px;
	padding:9px 8px 0 0;
	}
#home #header .links {
	float:right;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:20px 0 0 0;
	}
#header .links a {color:#fff;}

/* site logo */
a.logo {
	position:absolute;
	top:0;
	left:0;
	width:185px;
	height:94px;
	background:url(../images/logo-small.gif);
	float:left;
	}
#home a.logo {
	width:234px;
	height:107px;
	background:url(../images/logo.gif);
	float:left;
	margin:21px 0 0 0;
	}
	
/* navigation */
#navigation {
	position:absolute;
	top:67px;
	right:0;
	}
#navigation li {
	float:left;
	margin:0 3px 0 1px;
	}
#navigation li a {
	display:block;
	width:108px;
	height:28px;
	line-height:28px;
	background:url(../images/bg-nav.gif);
	text-align:center;
	font-weight:bold;
	font-size:14px;
	}
#navigation li a.active,
#navigation li a:hover {background-position:0 -28px;color:#fff;text-decoration:none;}

/* search */
#search1 {
	position:absolute;
	top:67px;
	right:462px;
	}
#search1 fieldset {float:left;}
#search1 input {float:left;}
#search1 .text {width:189px;padding:1px 0 1px 4px;}

#home #search {
	clear:both;
	padding:65px 0 0 350px;
	} 
#home #search label {
	color:#fff;
	font-size:16px;
	font-weight:bold;
	line-height:22px;
	}
#home #search .text {
	width:366px;
	padding:5px 0 5px 4px;
	font-size:16px;
	}

	
/* main text styles */
ul {
	margin:0;
	padding:0;
	list-style:none;
	}
fieldset {
	margin:0;
	padding:0;
	border:0;
	}
legend {display:none;}
p {margin:0 0 1em 0;}
h1,h2,h3 {margin:0;}

/* middle container */	
#middle {
	width:100%;
	}
/* home colmns */	
.left-column {
	float:left;
	width:49%;
	}
.right-column {
	float:right;
	width:49%;
	padding:0 0 0 0;
	}
	
/* video */	
.video {margin:0 0 31px 20px;width:472px;}

/* join */	
.join {text-align:center;}
.join img {margin:0 auto;}
.join p {
	font-weight:bold;
	color:#de0309;
	font-size:18px;
	margin:20px 0;
	}
.join p strong {color:#303030;}

/* home text styles */	
#home h1 {
	font-size:24px;
	margin:-4px 0 0 0;
	}
#home h2 {
	font-size:18px;
	margin:0 0 20px 0;
	}
#home h3 {
	font-size:18px;
	color:#de0309;
	}
ul.news {
	margin:4px 0px 50px 0;
	}
ul.news li {margin:0 0 8px 0;}
ul.news li a span {color:#de0309;font-weight:bold;}

/* footer */	
#footer {
	clear:both;
	width:100%;
	overflow:hidden;
	}
#footer .bar {
	overflow:hidden;
	height:10px;
	border:1px solid #818080;
	background:#000 url(../images/bg-footer.gif) repeat-x top;
	}
#footer .links {
	padding:10px 0 20px 7px;
	font-size:10px;
	}
#footer .links span {padding:0 9px;}

/* compatible */	
div.compatible {
	clear: both;
	padding:12px 0;
	text-align:center;
	}
div.compatible img {display:inline;vertical-align:middle;margin:0 7px 0 0;}
div.compatible strong {font-size:10px;margin:0 7px 0 0;}


/* main columns */	
#right-column {
	float:right;
	width:190px;
	padding:0 0 20px 0;
	}
#left-column {
	margin-right:210px;
	padding:30px 0 0 0;
	height:1%;
	}
	
/* search result */
.search-result {
	width:100%;
	overflow:hidden;
	margin:0 0 36px 0;
	position:relative;
	}
.search-result .image {float:left;margin:0 10px 0 0;}
.search-result .text {
	height:1%;
	display:table;
	font-size:12px;
	}
.search-result .name {
	color:#df1218;
	font-size:18px;
	margin:0px 0 20px 0;
	}
.search-result a {text-decoration:underline;}
.search-result .button {position:absolute;bottom:0;}

/* dots info */
p.dots-info {
	padding:2px 0 2px 23px;
	background:url(../images/bg-dot.gif) no-repeat 3px 50%;
	font-size:12px;
	font-weight:bold;
	margin:0 0 10px 0;
	}
	
	
/* right red text header */
#right-column h2 {
	color:#de0309;
	margin:20px 0;
	font-size:14px;
	}
	
	
/* browse table */
table.browse-table {
	width:100%;
	border-collapse:collapse;
	position:relative;
	left:1px;
	margin:0 0 20px 0;
	border:1px solid #cee2f0;
	background:#f4fafe;
	}
table.browse-table td {
	padding: 4px;
	}
table.browse-table td h2 {color:#de0309;font-size:12px;}
table.browse-table td span {font-size:12px;}
table.browse-table td .inputfield {width: 200px;}
/*
table.search-table tr.border {border:1px solid #cee2f0;}
table.search-table tr.border td {border:0;border-top:1px solid #cee2f0;border-bottom:1px solid #cee2f0;padding-top:5px;padding-left:5px;text-align:left;}
table.search-table tr.border td.image {border-left:1px solid #cee2f0;text-align:center;padding:5px;}
table.search-table tr.border td.detail {border-right:1px solid #cee2f0;}
table.search-table .description {width:30%;}
table.search-table td.name {color:#6d6d6d;font-size:10px;line-height:16px;}
table.search-table td.name strong {color:#de0309;font-size:12px;}
table.search-table td.name a {font-size:12px;text-decoration:underline;}
table#search-table tr.border:hover td,
table#search-table tr.hover td {background-color:#b1d8f2;}
table#popups td.details {border-left:0 !important;}
table#popups td.payouts {border-right:0 !important;}

table.search-table p {margin:0 7px 4px 0;}
table.search-table td.separator {
	border:0;
	background:none;
	height:12px;
	}
table.search-table td.payouts {padding-left:7px;text-align:left;}
table.search-table td.details {padding:3px 0 3px 7px;text-align:left;}
table.search-table td.details a {text-decoration:underline;}
table.search-table .dot {
	display:block;
	width:100%;
	height:47px;
	background:url(../images/dot.gif) no-repeat 50% 50%;
	}
*/

/* search table */
table.search-table {
	width:100%;
	border-collapse:collapse;
	position:relative;
	left:1px;
	margin:0 0 20px 0;
	}
td {padding:0;}
table.search-table th {
	padding:1px 0 1px 0;
	background:#c9dfee;
	font-size:12px;
	}
.buttons {width:7%;}
table.search-table th div {
	margin:0 2px 0 4px;
	padding:2px 0 2px 3px;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	text-align:left;
	position:relative;
	left:2px;
	}
table.search-table th.details div {margin-right:4px;}

table.search-table td {
	border:1px solid #cee2f0;
	background:#f4fafe;
	font-size:12px;
	text-align:center;
	}
table.search-table td img {margin:0 auto;}

table.search-table tr.border {border:1px solid #cee2f0;}
table.search-table tr.border td {border:0;border-top:1px solid #cee2f0;border-bottom:1px solid #cee2f0;padding-top:5px;padding-left:5px;text-align:left;}
table.search-table tr.border td.image {border-left:1px solid #cee2f0;text-align:center;padding:5px;}
table.search-table tr.border td.detail {border-right:1px solid #cee2f0;}
table.search-table .description {width:30%;}
table.search-table td.name {color:#6d6d6d;font-size:10px;line-height:16px;}
table.search-table td.name strong {color:#de0309;font-size:12px;}
table.search-table td.name a {font-size:12px;text-decoration:underline;}
table#search-table tr.border:hover td,
table#search-table tr.hover td {background-color:#b1d8f2;}
table#popups td.details {border-left:0 !important;}
table#popups td.payouts {border-right:0 !important;}

table.search-table p {margin:0 7px 4px 0;}
table.search-table td.separator {
	border:0;
	background:none;
	height:12px;
	}
table.search-table td.payouts {padding-left:7px;text-align:left;}
table.search-table td.details {padding:3px 0 3px 7px;text-align:left;}
table.search-table td.details a {text-decoration:underline;}
table.search-table .dot {
	display:block;
	width:100%;
	height:65px;
	background:url(../images/dot.gif) no-repeat 50% 50%;
	}
table.search-table .dot:hover,
td:hover .dot,
td.hover .dot {background-color:#f4fafe;}

td:hover div.popup-block,
td.hover div.popup-block  {position:relative;}
div.popup-block:hover .popup,
td.hover div.popup-block .popup {display:block;}

/* table popup */
.popup {
	display:none;
	text-align:left;
	position:absolute;
	top:36%;
	left:65%;
	font-size:12px;
	/*width:241px;*/
	width:600px;
	z-index:99;
	}
.popup .top-bg {
	width:100%;
	overflow:hidden;
	height:14px;
	background:url(../images/bg-popup-top.png);
	}
.popup .content {
	background:url(../images/bg-popup.png) repeat-y left;
	padding:1px 14px;
	width:572px;
	}
.popup .bottom-bg {
	width:100%;
	overflow:hidden;
	height:16px;
	background:url(../images/bg-popup-bottom.png);
	}
.popup a {text-decoration:underline;position:relative;}
.popup h3 {color:#df1218;font-size:12px;margin:0 0 12px 0;}
.popup ul li {
	padding:0 0 0 8px;
	background:url(../images/bullet.gif) no-repeat 0 7px;
	margin:0 0 12px 0;
	}
a.compare {
	float:right;
	margin:10px 0;
	width:114px;
	height:47px;
	background:url(../images/a-compare.png) no-repeat left top;
	}
a.compare:hover {
	background:url(../images/a-compare2.png) no-repeat left top;
	cursor:pointer;
	}
	
	
/* paging */
div.paging {
	text-align:center;
	font-size:12px;
	padding:0 0 20px 0;
	}
div.paging a {
	color: #000000;
	margin:0 2px;
	}
div.paging .active {
	color: #df1218;
	font-weight:bold;
}
.next,
.prev {text-decoration:underline;}
.prev {margin:0 6px !important;}
.next {margin:0 16px 0 6px !important;}


/* search options */
.search-options {
	border:1px solid #cde1ef;
	padding:20px;
	margin:50px 0 20px 0;
	width:148px;
	font-size:12px;
	}
.search-options h2 {
	margin:0 0 15px 0 !important;
	font-size:12px !important;
	}
.search-options .btn {margin:10px 0 0 20px;}

/* search bar */
.search-bar {
	width:100%;
	overflow:hidden;
	margin:-15px 0 14px 0;
	}
.search-bar .left {
	float:left;
	font-size:18px;
	}	
.search-bar .right {
	float:right;
	font-size:11px;
	}
.search-bar .right select {font-size:11px;width:50px;margin:0 5px;vertical-align:middle;}

/* text header */
.text-header {
	background:#c9dfee;
	padding:2px 3px 1px 6px;
	margin:-8px 0 7px 0;
	}
.text-header h1 {
	font-size:12px;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	padding:2px 0;
	}
	
	
/* box */
.box {
	border:1px solid #cfe3f0;
	background:#f4fafe;
	height:1%;
	overflow:hidden;
	margin:0 0 30px 0;
	}

/* account */
.account {
	padding:27px 90px 50px 90px;
	font-size:12px;
	}
.account p {margin:0 0 30px 0;}
.account .row {
	width:100%;
	overflow:hidden;
	padding:0 0 9px 0;
	}
.account .row .label {
	float:left;
	width:152px;
	padding:2px 0 0 0;
	}
.account .row .email {padding:2px 0 0 5px;float:left;}
.account .row .input {
	float:left;
	width:320px;
	}	
.account .row .input .long {
	float:left;
	}	
.account .row .text {
	padding:1px 0 1px 4px;
	border:1px solid #bfcddc;
	width:174px;
	}
.account .row .long {width:302px;}
.account .row select {font-size:11px;}
.account .row select.medium {width:152px;}
.account .chk {margin:20px 0;}
.account .chk input {vertical-align:middle;width:15px;height:14px;margin:0;}
.account .button {text-align:center;padding:20px 0 1px 0;}

/* contact */
.contact {
	padding:25px 78px 30px 78px;
	font-size:12px;
	}
.contact p {margin:0 0 20px 0;line-height:16px;}
.contact p a {color:#de0309;text-decoration:underline;}
.contact .text,
.contact textarea {
	padding:1px 0 1px 4px;
	border:1px solid #bfcddc;
	width:98%;
	color:#666;
	font:12px arial,tahoma,sans-serif;
	}
.contact textarea {height:326px;}
.contact .row {padding:0 0 10px 0;}
.contact .button {text-align:center;padding:17px 0 1px 0;}


/* middle container */
#middle-container {
	padding:38px 23px 40px 47px;
	height:1%;
	overflow:hidden;
	}
#middle-container a {color:#de0309;}
#middle-container .links a {text-decoration:underline;}
	
#middle-container .column1 {
	float:left;
	width:47%;
	}
#middle-container .column2 {
	float:right;
	width:50%;
	}
#middle-container .column2 .content {
	padding:0 26px;
	}
.column2 h1 {
	font-size:24px;
	color:#de0309;
	}
.column2 h2 {font-size:16px;}
.column2 img {margin:0 0 20px 0;}
.column2 ul {
	font-size:14px;
	margin:10px 0;
	}
.column2 ul li {
	margin:0 0 10px 0;
	padding:2px 0 2px 31px;
	background:url(../images/bullet-red.gif) no-repeat 1px 0;
	}
.column2 .links {font-size:14px;margin:20px 0 0 0;}

/* new user */
.column1 .box {padding:18px 30px;}
.column1 .box h2 {font-size:24px;}
.column1 .box h3 {font-size:15px;margin:0 0 20px 0;}
.column1 .box form {
	width:100%;
	overflow:hidden;
	}
.column1 .box .row {padding:0 0 9px 0;width:100%;overflow:hidden;}
.column1 .box .label {
	float:left;
	width:108px;
	padding:3px 0 0 0;
	font-size:12px;
	}
.column1 .box .input {float:left;width:222px;}
.column1 .box .text {
	width:174px;
	font:12px arial,sans-serif;
	padding:2px 0 2px 4px;
	border:1px solid #bdc3d6;
	}
.column1 .box .code {
	text-align:center;
	width:349px;
	padding:0 0 0 20px;
	}
.column1 .box .code img {margin:0 auto;}
.column1 .box .code div {padding:6px 0 20px 0;}
.column1 .box .checkbox {
	width:15px;
	height:14px;
	float:left;
	margin:0 6px 0 0;
	}
.column1 .box label {display:table;height:1%;font-size:12px;}
* html .column1 .box label {display:block;}
*+html .column1 .box label {display:block;}
.column1 .box .button {text-align:center;padding:10px 0;}

/* login box */
.login-box {
	height:1%;
	overflow:hidden;
	border:1px solid #d2e5f1;
	padding:15px 54px;
	}
.login-box h2 {font-size:18px;margin:0 0 10px 0;}
.login-box .row {padding:0 0 9px 0;width:288px;overflow:hidden;}
.login-box .label {
	float:left;
	width:108px;
	padding:3px 0 0 0;
	font-size:12px;
	}
.login-box .input {float:left;width:180px;}
.login-box .text {
	width:174px;
	font:12px arial,sans-serif;
	padding:2px 0 2px 4px;
	border:1px solid #bdc3d6;
	}
.login-box .links {float:left;font-size:10px;padding:6px 0 0 0;}
.login-box .button {float:right;padding:6px 0 1px 0;}

.red {
	color: #de0309;
}
.saved {
	padding: 8px;
	border: 1px solid #FFCC00;
	background-color: #FFFF99;
	margin-bottom: 15px;
}
.problem {
	padding: 8px;
	border: solid 1px #dd3c10;
	background-color: #ffebe8;
	margin-bottom: 15px;
}

#bigSearch {
	margin-bottom: 20px;
	
}

#bigSearchInput {
	background:white url(../images/mg.png) no-repeat scroll 8px 9px;
	border:1px solid lightgrey;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:17px;
	padding:4px 3px 5px 25px;
	margin: 0 auto;
	width:475px;
}
#bigSearchInputButton {
	background-color:#333;
	border-color:#D9DFEA rgb(14, 31, 91) rgb(14, 31, 91) rgb(217, 223, 234);
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:14px;
	padding:4px 15px 5px;
	text-align:center;
	margin: 2px 0 0 0;
	height:30px;
}

.modalDialog_transparentDivs{	
	filter:alpha(opacity=40);	/* Transparency */
	opacity:0.4;	/* Transparency */
	background-color:#AAA;
	z-index:1;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	border:3px solid #000;	
	padding:2px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#FFF;	/* White background color for the message */
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#555;
	filter:alpha(opacity=30);	/* Transparency */
	opacity:0.3;	/* Transparency */	
}
.browseCat {
	float: left;
	width:230px;
	border-collapse:collapse;
	border:1px solid #888888;
	background:#ffffff;
	margin: 0px 20px 20px 0px;
	padding: 8px;
	color: #666;
}
.browseCat:hover {
	cursor: hand;
	border: 1px solid #002d93;
	background: #f4fafe;
	text-decoration: none;
}
.browseCat h1 {
	color: #002d93;
	font-size: 14px;
	margin-bottom: 4px;
}