@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-color:#02002e;
}

body, div, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}

#centerdiv {
	text-align:center;
}

#container {
	/*real width 753px*/
	width:703px;
	min-height:1000px;
	background:#FFFFFF;
	/*background:#FFFFFF url(../images/powerslot/header.jpg) no-repeat;*/
	padding:10px 25px 25px 25px;
}

a {
	text-decoration:none;
	color:#003366;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
	color:#FF9900;
}

/* Search Page */

#search_container {
	/*real width ?px*/
	width:545px;
	background:#FFFFFF;
	background:#FFFFFF url(../images/powerslot/top_bar.jpg) repeat-x;
	padding:25px 10px 25px 10px;
	text-align:center;
}

#search_container td{
	color:#003366;
	font-weight:bold;
}

#logo {
	text-align:center;
}

select.dropdown {
	width:430px;
}

#submit {
	width:116px;
	margin:0 auto;
	text-align:center;
	background:url(../images/powerslot/button_submit_on.jpg) center top no-repeat;
}

/* Results Page */

#result {
	float:left;
	/*real width 191px*/
	width:170px;
	/*height:200px;*/
}

#result div {
	float:left;
}

#result #name {
	width:160px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#003366;
	padding:5px 5px 5px 15px;
}

#result #thumb {
	/*width:173px;
	height:138px;*/
	width:170px;
	height:152px;
	text-align:center;
	vertical-align:middle;
}

#result #thumb img {
}

#result #infoarea {
	height:112px;
	overflow:hidden;
}

#result #optiontxt {
	width:150px;
	padding:0 5px 5px 15px;
	color:#003366;
	font-weight:bold;
}

#result #descr {
	width:150px;
	height:41px;
	padding:0 5px 0 15px;
	color:#003366;
	overflow:hidden;
}

#viewdetails {
	width:170px;
	margin:10px 0 25px 0;
	text-align:center;
	background:url(../images/powerslot/button_details_on.jpg) center top no-repeat;
}

#results_divider {
	float:left;
	width:1px;
	height:259px;
	background:url(../images/results_divider.gif) no-repeat;
}

/*#result #view a, #detail #locate a {
	padding:1px 4px 1px 4px;
	background-color:#003366;
	color:#FFFFFF;
	border:1px #333333 solid;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:3px;
}

#result #view a:hover, #detail #locate a:hover {
	background-color:#FFFF99;
	color:#000000;
}*/

/* Details Page */

#detail div {
	float:left;
}

#detail #category {
	/*real width 600*/
	width:594px;
	padding:3px;
	margin-bottom:10px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	font-variant:small-caps;
	color:#DDDDDD;
	background-color:#003366;
}

#detail #left {
	width:290px;
}

#detail #left #name {
	width:280px;
	padding:5px;
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#38506c;
}

#detail #left #descr {
	padding-bottom:14px;
	color:#38506c;
}

#detail #tableheader {
	padding:5px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#38506c;
}

#detail #dealer {
	width:290px;
	margin:10px 0 10px 0;
	text-align:right;
	background:url(../images/powerslot/button_dealer_on.jpg) right top no-repeat;
}

#detail #right {
	width:380px;
	padding-left:20px;
}

#detail #zoom {
	position:relative;
	left:317px;
	top:25px;
}

#detail #right #largeimg {
	float:left;
	height:370px;
}

#detail #right #thumb {
	float:left;
	padding:6px 0px 0px 6px;
}

#detail #right #thumb img {
	border:1px red solid;
}

#morephotos {
	padding-left:6px;
	color:red;
	font-size:10px;
	font-weight:bold;
	font-variant:small-caps;
}

/* Special Functions */

/* Rollover Effect */

a.rollover img, a.rollover:visited img  { filter: alpha(opacity=100);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
 -moz-opacity: 1.00; opacity:1;
}
a.rollover:hover img, a.rollover:active img { 
 filter: alpha(opacity=00);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=00);
 -moz-opacity: 0.00; opacity:0.0;
}
a.rolloveron img { 
 filter: alpha(opacity=00);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=00);
 -moz-opacity: 0.00; opacity:0.0;
}

