/* Cascade Style Sheet for Hansen Hobbies
----------------------------------------------------------
 Hansen Hobbies - Electronics for Radio Controled Aircraft
 author:	Mark Inderhees
 version:	2004/08/11
----------------------------------------------------------
Thanks for having a look at our CSS! To learn more about
XHTML and CSS please visit http://www.w3c.org */


/*********************************************************
 Begin the XHTML and CSS fun!
*********************************************************/

body {
	background-color: #2F30C3;	/*2c3091 originally*/
	margin: 10px 0px 10px 10px;
	font-size: 14px;
	font-family: Verdana, Myriad Web, Syntax, sans-serif;
	color: #fff;
}

/***********************
 Main Page
***********************/
/* holds main page */
#main {
	margin: 0;
	padding: 0;
	width: 760px;
	height: 100%;
}

/***********************
 Header
***********************/
/* header logo contains links */
#header {
	margin: 0;
	padding: 0;
	background: #4C2673 url('images/layout_header.jpg') no-repeat left top;  /* background color originally 4C2673*/
	height:90px; background-color:#4C2673; background-repeat:no-repeat
}

#headerbox {
	display: block;
	margin: 0;
	padding: 0;
	border: 0px none;
	height: 90px
}

/***********************
 Menu
***********************/
#menu {
	margin: 0;
	padding: 0;
	height: 50px;
	background: #4C2673 url('/images/layout_menu.jpg') no-repeat left top;
	overflow:hidden; background-color:#4C2673; background-repeat:no-repeat
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	float: right;
	display: block;
	margin: 0;
	padding: 8px 20px 0px 0px;
}

a.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: normal;
	text-decoration: none;
	border-style: none;
	color: #ffffb8;
	padding: 0;
	margin: 0;
}

a.menu:hover{
	color: #ffff2e;
}

/***********************
 Content
***********************/
#content {

	position: relative;
	margin: 0;
	background: #4C2673 url('images/layout_content_bg.jpg') repeat-y;  /* background color originally 4C2673*/
	padding-left:20px; padding-right:20px; padding-top:5px; padding-bottom:20px; background-color:#4C2673; background-repeat:repeat-y
}

#contenttitle {
	background: #000 url('images/layout_content.jpg') no-repeat left top;
	height:80px; margin:0px 0 0 0; padding:20px 30px 0px 20px; overflow:hidden; background-color:#000; background-repeat:no-repeat
}

#content a:link, #content a:active, #footer a:link, #footer a:active, #contenttitle a:link, #contenttitle a:active {
	color: #1ff2e6;
	border-bottom: 1px dotted;
	text-decoration: none;
}

#content a:visited, #footer a:visited, #contenttitle a:visited {
	color: #1ff2e6;
	border-bottom: 1px dotted;
	text-decoration: none;
}

#content a:hover, #footer a:hover, #contenttitle a:hover {
	color: #00fc00;
	border-bottom: 1px dotted;
	text-decoration: none;
}

#contentbottom {
	clear: both;
}



/*************
 Products
*************/

div.item {
	clear: both;
	width: 100%;
	padding: 0px 0 0 0;
	margin: 20px 0 20px 0;
	border-bottom: 1px solid #ffffff;
	position: relative;
}


div.item:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}


ul.ebaycart {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
	width: auto;
}

ul.ebaylist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
	text-align: right;
	position: relative;
}

ul.ebaylist li {
	margin: 0;
	padding: 0;
}

form.product {
	margin: 0;
	padding: 0;
}

img.product {
	border: 2px solid #000000;
	margin: 0 10px 0 0;
	padding: 0;
	width: 80px;
	height: 80px;
	float: left;
}

#content a.producttitle:link, #content a.producttitle:active, #content a.producttitle:visited {
	color: #ffffff;
	font-weight: bold;
	border-style: none;
	text-decoration: underline;
}

#content a.producttitle:hover {
	color: #00fc00;
	font-weight: bold;
	border-style: none;
	text-decoration: underline;
	overflow: visible;
}

#content a.producttitle span {
	display: none;
	text-decoration: none;
}


#content a.producttitle:hover span {
	display: inline;
	position: relative;
	top: 0;
	left: 0;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	border-right: 0px none;
}

h3#kitsparts {
	margin: 40px 0 0 0;
}

/*************
 Products Pages
*************/

div.productpageitem {
	clear: both;
	width: 100%;
	padding: 0px 0 0 0;
	margin: 20px 0 0px 0;
	border-bottom: 1px solid #ffffff;
	position: relative;
}

div.productpageitem:after {
	content: "."; 
	display: block; 
	height: 10px; 
	clear: both; 
	visibility: hidden;
}

div.producttabs {
	margin: 0;
	padding: 0 0 15px 0;
	text-indent: 20px;
}

div.producttabs p.question {
	display: marker;
	font-style: italic;
	color: #00dd00;
	margin: 0;
	padding: 0;
}


div.producttabs p.answer {
	margin: 0;
	padding: 0;
}

p.producttabs {
	clear: both;
	padding: 15px 0px 2px 0px;
}

#content p.producttabs a {
	border: 5px #000000 solid;
}

#content p.producttabs a:link, #content p.producttabs a:hover, #content p.producttabs a:active, #content p.producttabs a:visited {
	border-style: none;
	text-decoration: underline;

	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	color: #ffff2e;
	padding: 0;
	margin: 0 10px 0 0;
}

iframe.producttabsiframe {
	background: #4C2673;
	width: 700px;
	border: 2px solid #000000;
	padding: 5px 5px 5px 5px;
	height: 250px;
}

body.producttabspage {
	background-color: #4C2673;
	margin: 0px 0px 0px 0px;
	/*
	font-size: 14px;
	font-family: Verdana, Myriad Web, Syntax, sans-serif;
	color: #FFFFFF;
	*/
}


#productimgview {
	/*clear: both;*/
	position: relative;
	float: left;
	border: 2px solid #000000;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

#productimgview td {
	width: 300px;
	height: 300px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

#productimgview img {
	padding: 0;
	margin: 0;
	border: 0px none;
}

#productimgtable {
	/*clear: right;*/
	margin: 0px 0px 0px 0px;
	padding: 0;
	border-collapse: collapse;
}

#productimgtable tr {
	margin: 0;
	padding: 0;
}

#productimgtable td {
	margin: 0;
	padding: 0 0 24px 24px;
	vertical-align: top;
}

#productimgtable img {
	float: right;
	border: 2px solid #000000;
	margin: 0;
	padding: 0;
	width: 80px;
	height: 80px;
}

#productdescription {
        clear: both;
	margin: 10 0 10px 0;
	padding: 0;
}

#productdescription p {
	text-indent: 40px;
}

#productdescription p.maindescription {
	padding: 0 0 15px 0;
	text-indent: 40px;
}

#productdescription p.description {
	padding: 0 0 15px 0;
	text-indent: 40px;
}

#productdescription p.instructions {
	text-indent: 0px;
}


#productdescription  ul.description {
	padding: 0 0 15px 0;
}

#productdescription  p.producttitle {
	padding: 0 0 0px 0;
}

#productdescription ul.ebaylist {
	margin: 0 0 0 20px;
	padding: 0;
}

#productdescription ul.ebaylist li {
	margin: 0;
	padding: 0;
}

#productdescription ul.ebaylist p {
	text-indent: 0px;
}

#productdescription ul {
	margin: 0;
	padding: 0;
}

#productdescription ul li {
	margin: 0 0 0 30px;
	padding: 0;
}

table.connectortable td.price p {
	white-space: nowrap;
}

table.connectortable td.price {
	text-align: right;
}

table.connectortable td {
	padding: 10px 0 0 0;
	vertical-align: top;
}

table.connectortable {
	width: 100%;
	clear: both;
}

h3.connectors {
	border-top: 1px solid #ffffff;
	font-size: 1.8em;
	padding: 30px 0 0 0;
}

/*************
 Home
*************/

#home p {
	padding: 0 0 15px 0;
	text-indent: 40px;
}

#home img {
	margin: 0 5px 0 5px;
	padding: 0;
}

/*************
 FAQ
*************/

div.faq {
	margin: 0;
	padding: 0 0 15px 0;
	text-indent: 20px;
}

div.faq p.question {
	display: marker;
	font-style: italic;
	color: #00dd00;
	margin: 0;
	padding: 0;
}

div.faq p.answer {
	margin: 0;
	padding: 0;
}

/*************
 Info
*************/

#info p {
	padding: 0 0 15px 0;
	text-indent: 40px;
}

#info img {
	margin: 0;
	padding: 0 0 0 0;  /*changed from 0 0 15px 0 on 3/12/10 */
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#info ul {
	margin: 0 0 15px 0;
	padding: 0;
}

#info ul li {
	margin: 0 0 0 40px;
	padding: 0;
	list-style: none;
}


/***********************
 Footer
***********************/
#footer {
	text-align: center;
	font-size: .8em;
	margin: 0;
	height: 50px;
	background-color: #4C2673;
	background: url('images/layout_footer.jpg') no-repeat left top;
	padding-left:0; padding-right:0; padding-top:30px; padding-bottom:0; background-repeat:no-repeat
}


/***********************
 Text, Font Styling
***********************/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: normal;
	padding: 0px 0 0 0px;
	margin: 0;
	color: #ffff00;
}

h3 {
	color: #ffffb8;
	padding: 0;
	margin: 0;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h4 {
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-weight: normal;
}

em {
	text-decoration: underline;
	font-style: oblique;
}

strong {
	margin: 0;
	padding: 0;
	font-weight: bold;
}


/***********************
 Classes
***********************/

.alternative {
	display: none;
}

.iebug {
	clear: both;
	width: 10px;
	height: 10px;
}

/***********************
 Elements
***********************/
p {
	margin: 0;
	padding: 0;
}

acronym {
	border-bottom: none;
	text-decoration: none;
}