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

html,body,img,form {border:0px;margin:0px;padding:0px;}

body {
	background:#FFF;
	text-align:center;
}
body,td,th,input,select,textarea {
	font-family:"Lucida Sans Unicode","Lucida Grande",Helvetica,Arial,sans-serif;
	font-size:11px;
}

/* safari hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    body,td,th,input,select,textarea { font-size:11px; }
}

#container {
	width:800px;
	margin:0 auto;
}

.preloader{visibility:hidden;height:0px;width:0px;overflow:hidden;position:absolute;z-index:-100;top:-5;left:-5;}
.clearer{line-height:0px; height:0px; border:0px; clear:both;}
.whisper {font-size:smaller;color:#999;}
.whisperText{color:#666;}
.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.clearfix{display:inline-block;}
html[xmlns].clearfix{display:block;}
* html .clearfix {height:1%;}


/* start custom stylesheet */

#header { text-align:center; }
#header_graphic { color:#000; text-decoration:none; }

#content {
	text-align:left;
}

#content p { text-align:center; }
#content h1 {
	font-size:22px;
	font-weight:normal;
	letter-spacing:-1px;
	margin:0px;
	padding:10px 0px 10px 8px;
}

#nav { display:none; }

#content form { background:#FFF; padding:10px; }
#content form.plain { background:none; padding:0px; }

#footer { background:#333; padding:15px; margin-bottom:15px; }
#footer a { color:#FFF; text-decoration:none; }
#footer a:hover { text-decoration:underline; }

.invalid, .error {
	color:#FF2F15;
}
.zebra { background:#F7F7F7; }
.inv_hover { background:#FFF; cursor:pointer; }
input.text, textarea.text, select.text { padding:3px; }
.photo_icon {
	display:block;
	width:24px;
	height:18px;
	background:url(/img/photo.gif) top left no-repeat;
}
.photo_icon strong, .photo_icon img { display:none; }

fieldset { border:1px solid #EEE; }

#login {
	position:absolute;
	top:0px;
	right:0px;
	background:#EEE;
	text-align:center;
	padding:10px;
}
#login a {
	color:#0066CC;
	text-decoration:none;
}

#login form {
	background:transparent;
	padding:0px;
	text-align:right;
}

#login form input {
	margin-top:3px;
}

#login_btns {
	float:left;
	margin-top:8px;
	margin-left:3px;
}

.thumb {
	position:absolute;
	left:28px;
	top:-36px;
	z-index:20;
	border:2px solid #FFF;
	overflow:hidden;
	width:110px;
	height:83px;
}

.pages { display:none; }

.images, .details { float:left; margin:10px 8px 0px 8px; }
.images { width:345px; }
.details { width:410px; }
#main_photo {
	border:10px solid #FFD52B;
	width:320px;
	height:240px;
	overflow:hidden;
	margin-bottom:3px;
}
.thumbnail {
	float:left;
	margin-right:2px;
	margin-bottom:2px;
	width:82px;
	height:62px;
	overflow:hidden;
	border:1px solid #FFF;
	outline:none;
}
.thumbnail:hover, .selected { border:1px solid #FFD52B; }

#gun_details th {
	background:#FFF9DF;
	font-weight:normal;
}

#price h2 { font-size:18px; letter-spacing:-1px; font-weight:normal; }
#price h2 span { color:#093; }
#price ul { display:none; }

#pitch {
	padding:15px;
	border:2px solid #030;
}
#pitch a { color:#000; text-decoration:none; }
.noprint { display:none; }
