html, body, div, span, applet, 
h1, h2, h3, h4, h5, h6, p, 
a, img, 
dl, dt, dd, ol, ul, li,
form, 
table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: top;
	
}

.underline {
	text-decoration:underline;
}
.center {
	text-align:center;
}
strong, b {
	font-weight:bold;
}


/* Generic Page Properties */
body {
	background: #ddd;
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	min-width:1003px;
}
.wrapper {
	margin:0 auto;
	padding:0;
	width:1003px;
	background:#fff;
	/*
	max-width:95%;
	min-width:771px;
	*/
}
.subwrapper {
	clear:left;
}
/* ==========================================
	header
   ========================================== */

#header {
	font-size: 12px;
	position:relative;
	width:1003px;
	padding:15px;
	padding-bottom:9px;
}
#header .container {
	width:981px;
	background-image:url(../images/header_background.png);
	background-repeat:no-repeat;
}
#header .logo {
	width:220px;
	height:60px;
	display:inline-block;
	margin-top:-1px;
}
#header .nav {
	width:450px;
	height:52px;
	padding-left:15px;
	display:inline-block;
}
#header .nav .blurb {
	margin-top:5px;
	margin-bottom:5px;
	font-style:italic;
	font-weight:bold;
}
#header .nav .blurb .volume {
	display:inline;
	font-weight:900;
}
#header .nav .blurb .brands {
	display:inline;
}
#header .nav img {
	padding-bottom:7px;
}
#header .nav .updates {
	color:white;
	font-weight:bold;
	font-size:12px;
	margin-left:10px;
	margin-top:1px;
	display:inline-block;
	
	color:#930e05;
	text-decoration:underline;
	text-transform:uppercase;
}
#header .nav .updates.first {
	margin-left:25px;
}
#header .contact {
	width:150px;
	display:inline-block;
	text-align:center;
	font-weight:bold;
	margin-right: -20px;
	margin-left:5px;
	margin-top:8px;
	font-size:15px;
	
	-webkit-border-radius:0 10px 10px 0;
	-moz-border-radius:0 10px 10px 0;
	border-radius:0 10px 10px 0;
}
#header .contact span {
	font-family:liberate;
	color:#930e05;
	display:block;
}
#header .session {
	width:100px;
	height:52px;
	display:inline-block;
	float:right;
	padding-top:5px;
	
	-webkit-border-radius:0 10px 10px 0;
	-moz-border-radius:0 10px 10px 0;
	border-radius:0 10px 10px 0;

}
#header .session span {
	display:block;
	color:white;
	font-weight:bold;
}
#header .session a {
	color:white;
}
#header .session a {
	text-decoration:none;
}
#header .session .wishlist {
	margin-left:3px;
}
#header form {
	margin-left:25px;
}
#header .input {
	line-height:18px;

	color:#444;
	
	height:18px;
	margin-top:-1px;
	padding-left:2px;
	margin-left:-20px;
	width:150px;
	float:left;
	border-top:1px solid black;
	border-right:0 solid black;
	border-bottom:1px solid black;
	border-left:1px solid black;
	
	-webkit-border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
}
#header .go { /* yellow: f2cc07, red: 951001 */
	color:black;
	font-weight:bold;
	cursor: pointer;
	
	height:22px;
	margin-top:-1px;
	line-height:18px;
	padding:0 5px;
	float:left;
	vertical-align:center;
	
	border:1px solid black;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	border-radius:0 4px 4px 0;
	
	background-color:#eee;
}
@-moz-document url-prefix() {
	#header .go {
		padding:0 5px 2px 5px;
	}
}
#header .go:hover {
	background-color:#7195c1;
}

/* =================== Left Bar Styling =================== */

.leftBar {
	float:left;
	display:inline; /* IE6 double margin on floats bug fix */
	width:200px;
	padding:0 0 11px 0;
	margin:11px 0 10px 11px;
	font-size:12px;
	text-align:left;
	
	background-color:#064882;
	border:1px solid #135;
	border-top-width:0;
	-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius:0 0 20px 20px;
	border-radius:0 0 20px 20px;
}
.leftBar .menulink {
	margin:1px 11px 1px 16px;
	display:block;
	text-indent:-8px;
}
.leftBar .menutitle {
	font-weight:bold;
	margin:11px 11px 0 8px;
	text-indent:0px;
}
.leftBar a {
	text-decoration:none;
	color:#135;
}
.leftBar h4 {
	font-weight:bold;
}
.leftBar .box {
	margin-top: 10px;
	
}
.leftBar .box .boxmiddle {
	font-size:12px;
	padding:1px 9px 11px 9px;

	background-color:#fff;
	border:1px solid #3c454e;
	border-left-width:0;
	border-right-width:0;
	
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px 20px 20px 20px;
	
	-moz-box-shadow: 0 8px 6px -3px #333;
	-webkit-box-shadow: 0 8px 6px -3px #333;
	box-shadow: 0 8px 6px -3px #333;
}
.leftBar .box a,
.leftBar .box span {
	text-decoration:none;
	margin:1px 0;
	display:block;
	text-indent:-15px;
	margin-left:15px;
}
.leftBar .box a:hover {
	text-decoration:underline;
}
.leftBar .box .tier2 {
	margin-left:30px;
}
.leftBar .box .tier3 {
	margin-left:45px;
}
.leftBar .box .heading {
	font-weight:bold;
}
.leftBar .box .heading:hover {
	text-decoration:none;
}
.leftBar .box h4 {
	text-align:center;
	margin:9px 0 11px 0;
	font-weight:bold;
	font-size:13px;
}
.leftBar .entry {
	padding:11px;
	color:white;
}
.leftBar .entry a {
	color:white;
}
.leftBar input {
	border:1px solid #135;
	margin-top:3px;
}
.leftBar form {
	padding:15px 0;
}
.leftBar .input {
	line-height:18px;

	color:#444;
	
	height:18px;
	margin-top:-1px;
	padding-left:2px;
	width:135px;
	float:left;
	border-top:1px solid black;
	border-right:0 solid black;
	border-bottom:1px solid black;
	border-left:1px solid black;
	
	-webkit-border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
}
.leftBar .go {
	color:black;
	font-weight:bold;
	cursor: pointer;
	
	height:22px;
	margin-top:-1px;
	line-height:18px;
	padding:0 5px;
	float:left;
	vertical-align:center;
	
	border:1px solid black;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	border-radius:0 4px 4px 0;
	
	background-color:#eee;
}
@-moz-document url-prefix() {
	.leftBar .go {
		padding:0 5px 2px 5px;
	}
}
.leftBar .go:hover {
	background-color:#7195c1;
}


/* Main Body Window Properties */

.main {
	background:#fff;
	float:right;
	width:781px;
	text-align:left;
	padding:11px 0 10px 0;
	font-size:.81em;
}
.footer {
	background:#fff;
	text-align:center;
	clear:both;
	width:100%;
	font-size:13px;
	border-top:3px solid #ffd608;
	border-top-color:#ffd608;
	color:#064882;
	padding-bottom:8px;
}
.footer div a {
	color:#064882;
}

/* main body properties */
.main h1 {
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
	color:#fff;
	padding:2px 4px 2px 4px;
	margin:0 0 5px 0;
	background:#7196c2;
}
.main h2 {
	text-decoration:none;
	font-size:1.1em;
	color:#113355;
	padding:0;
	margin:14px 0 0 0;
	font-weight:bold;
	clear:left;
}
.main h3 {
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	font-size:1em;
	color:#113355;
	padding:0;
	margin:0;
}
hr.productList {
	width:60%;
	height:1px;
	text-align:center;
	margin:5px 5% 5px 5%;
	padding:0;
	border-bottom:1px solid #aaa;
	border-top:0px solid #000;
	border-right:0px solid #000;
	border-left:0px solid #000;
	clear:left;
}
.main a {
	color:#113355;
	text-decoration:none;
}
.main a:hover {
	text-decoration:underline;
}
.main a.nounderline:hover {text-decoration:none;}
.main img {
	vertical-align:middle;
}
.main .ListHeading {
	margin:12px 33px 0 33px;
	background:#7196c2;
	color:#fff;
	padding:1px 4px 1px 4px;
	font-size:.9em;
	text-align:center;
	clear:left;
}
.footer a {
	color:#fff;
	text-decoration:underline;
}
hr {
	width:90%;
	height:1px;
	text-align:center;
	margin:5px 5% 5px 5%;
	padding:0;
	border-bottom:1px solid #aaa;
	border-top:0px solid #000;
	border-right:0px solid #000;
	border-left:0px solid #000;
}

/* UC Group List */
.GroupListContainer {
	width:543px;
}
.GroupTitle {
}
.GroupList {
}
.GroupPic {
	width:80px;
}
.GroupInfo {
	width:100%;
}
.GroupDescription {
	text-decoration:none;
	display:block;
}
.GroupDescription a {color:#135; font-weight:bold;}
.GroupManufacturer {
	display:inline;
	text-align:left;
}
.GroupProductID {
	margin-left:10px;
	display:inline;
	text-align:left;
}
.GroupExtendDescription {
	margin:10px 0;
}
.GroupETA {
}
.GroupPurchaseInfo {
	text-align:left;
}
.GroupAvailibility {
	font-weight:bold;
	color:#7196c2;
	float:left;
}
.GroupPrice {
	float:right;
	margin:0 20px 0 0;
}
.ucPrice {
	color: #ff0000;
	font: 17px/15px Verdana, Arial;  
	padding: 0;
	letter-spacing: -1px;
}
.GroupAddToCart {
	float:right;
	margin:0 10px 0 0;
}
.GroupPreorder {
	float:right;
	margin:0 10px 0 0;
}
.GroupBackorder {
	float:right;
	margin:0 10px 0 0;
}
.GroupInventoryReduction {
	text-align:right;
	color:#951001;
}
.GroupListBreak {
	width:100%;
	margin:5px 0;
}
.GroupBestSeller {
	font-style:italic;
	color:#951001;
}

/* UC Group List - Top Selling Items */
.TSContainer {
	float:right;
	display:inline;
	width:200px;
	margin:0 11px;
	border:1px solid #064882;
	padding:7px;
}
.TSTitle {
	color:#951001;
	font-size:1.1em;
	font-style:italic;
	font-weight:bold;
	text-align:center;
	margin:0 5px 5px 5px;
}
.TSDescription {
	display:block;
}
.TSLink:hover {
	text-decoration:underline;
}

/* product page properties */
.ProductDescription {}
.addtocart {
	float:right;
	margin:0 10px 0 0;
	background-image:url(http://www.hobbyzone.com/images/addtocart_white.png);
	width:94px;
	height:18px;
}
.preorder {
	float:right;
	margin:0 10px 0 0;
	background-image:url(http://www.hobbyzone.com/images/preorder.png);
	width:92px;
	height:16px;
}
.backorder {
	float:right;
	margin:0 10px 0 0;
	background-image:url(http://www.hobbyzone.com/images/backorder.png);
	width:92px;
	height:16px;
}

.ItemAddToCart {float:right;}
.ItemAddToCart img {vertical-align:top; margin:1px 0 0 0;}

.ProductID {
	margin:0 0 0 11px;
}
.ItemPrice {
	vertical-align:top;
	margin:0 11px 0 0;
	float:right;
}
.ProductImage { /* used with divs and imgs */
	margin:0 auto;
	text-align:center;
}
.ProductOverview{
	margin:8px 10px 0 0;
}
.ProductList {
	margin:10px 10px 0 30px;
}
.ProductList li {
	margin:2px 0 2px 0;
}

.LinkList {
	display:block;
	margin: 10px 11px 0 11px;
}
.LinkList a {
	display:block;
	padding:1px 0 1px 0;
}

/* UC Item */
.ItemImageGalleryContainer {
	float:left;
	display:inline;
}
.ItemInfoListsContainer {
	margin:0 11px 0 261px;
}
.ItemAvailibility {color:#5c7792; font-weight:bold; float:left; vertical-align:bottom;}
.ProductNote, .ProductIR, .ProductShippingCharge, .ProductOffer, .ProductETA {
	margin:8px 0 10px 0;
}
.ProductETA {}
.ProductIR {color:#951001;}
.ProductShippingCharge {color:#5c7792;}
.ProductOffer {color:#912;}
.ProductRelatedItems {margin:0 0 10px 10px;}
.ProductRelatedItemsHeading {font-style:italic;}
.ProductOption {margin:10px 60px 10px 40px;}
.ExplodedDiagramContainer {
	border:1px solid #135;
	padding:5px 10px 5px 10px;
	margin:8px 0 8px 0;
	width:70%;
	text-align:center;
}
.ExplodedDiagramContainer h3 {
	font-weight:bold;
	padding:0 0 3px 0;
	text-align:center;
}

/* UC Item Nav */
.ItemNavInfoContainer {margin:0 11px 0 0;}
.ItemNavContainer {min-width:600px; margin:10px 0 0 0;}
.ItemNav {
	margin:0;
	padding:0;
	list-style:none;
	height:25px;
	border-bottom:2px #135 solid;
}
.ItemNav li {
	float:left;
	margin:0;
	display:inline;
}
.ItemNav li.active a {background:#135; font-weight:bold;}
.ItemNav li a {
	background:#7196c2;
	padding:4px 10px;
	margin:0 5px 0 0;
	color:#fff;
	border:1px #135 solid;
	display:block;
}
.ItemNav li a:hover {
	text-decoration:none;
	background:#135;
}

/* YouTube Embed Container */
.MediaPlayer {margin:10px 0 0 0; text-align:center;}
.MediaPlayer #sdPlayer {width:300px; margin:0 0 0 121px;}

/* Misc */
a.emp {
	text-decoration:none;
}
a.emp:hover {
	text-decoration:underline;
}


/* Index Pages CSS */
.BoxListElement {
	display:block;
	margin:5px 3px 0 12px;
	color:#064882;
	font-size:.9em;
	text-align:left;
}
.ListElement {
	display:block;
	margin:2px 0 2px 0;
	color:#064882;
	font-size:.9em;
}
.ListElementsContainer {
	margin:0 33px 0 33px;
}
.ListElementsRight {
	display:inline;
	float:right;
	width:33%;
	text-align:right;
}
.ListElementsMid {
	display:inline;
	float:right;
	width:33%;
	text-align:center;
}
.ListElementsLeft {
	width:33%;
	display:inline;
	float:left;
}
.IndexBannerWrapper {
	margin:0 11px 11px 11px;
}
.IndexBanner1 {
	display:block;
	width:377px;
	height:90px;
	font-size:1.2em;
	color:#fff;
	font-style:italic;
	font-weight:bold;
	margin:0;
	padding:0;
	border:1px solid #064882;
	background-repeat:no-repeat;
	text-align:left;
}
.IndexBanner2 { /* scratch and dent */
	float:right;
	height:90px;
	width:139px;
	font-size:1.1em;
	color:#fff;
	font-weight:bold;
	text-align:center;
	margin:0;
	padding:0;
	border:1px solid #064882;
	background-image:url(images/indexsnd.jpg);
	background-repeat:no-repeat;
}
.IndexBannerQuarter {
	height:90px;
	width:183px;
	font-size:1.1em;
	color:#fff;
	font-weight:bold;
	text-align:center;
	border:1px solid #064882;
	background:#eee;
	background-repeat:no-repeat;
}
a.IndexBanner1:hover,a.IndexBanner2:hover,a.IndexBannerQuarter:hover, a.IndexAddBanner:hover {
	text-decoration:none;
}
.IndexAddBanner {
	display:block;
	width:551px;
	height:90px;
	font-size:1.1em;
	margin:0 0 10px 0;
	padding:0;
	font-weight:bold;
	border:1px solid #064882;
	background-repeat:no-repeat;
}
.IndexProductBox {
	width:377px;
	margin:11px 11px 0 0;
	border:1px solid #064882;
}
.IPBRight {display:inline; width:378px; float:right;}
.IndexProductBox .IPBHeader {
	background-repeat:no-repeat;
	margin:0 auto;
	height:87px;
	display:block;
}

/* Old Page System CSS */
#prodSpecs {
	float:right;
	width:195px;
	background:#f6f6f6;
	color:#000;
	text-align:left;
	margin:0;
	padding:0 0 20px 0;
}
#prodSpecs .ProductLink {
	margin:10px 5px 10px 5px;
	display:block;
}
#prodSpecs .ProductLink2 {
	margin:5px 5px 5px 25px;
	display:block;
	text-indent:-10px;
}
#prodSpecs a {
	text-decoration:underline;
}
#prodSpecs li {
	list-style:none;
	margin:0 0 0 -1px;
}

/* UC Search Results */
.itemList {
	width:70%;
	margin-left:5%;
	text-align:left;
}
.itemPic {
	width:80px;
}
.itemInfo {
	width:100%;
}
.itemPurchase {
	text-align:right;
}
a.description {
	font-weight:bold;
	color:#135;
	text-decoration:none;
}
a.addToCart {
	padding-left:10px;
	padding-right:25px;
}
.itemNum {
	padding-left:10px;
}

/* ================================================= */

.background-shadow {
	-moz-box-shadow: 0 0 7px 1px #888;
	-webkit-box-shadow: 0 0 7px 1px #888;
	box-shadow: 0 0 7px 1px #888;
}

/* ================================================= */

.hidden {
	display:none;
}

.bold {
	font-weight:bold;
}

/* ================================================= */
/* -------------------Flyout-Trigger---------------- */

.flyoutMenu {
	background-color:#064882;
	border:0 solid white;
	position: relative;
}
.flyoutMenu ul {
	list-style:none;
	color:#135;
}
.flyoutMenu .jsFlyoutTrigger {
	margin-left:-1px;
	margin-right:-1px;
	margin-bottom:8px;
	padding:5px;
	height:19px;
	position:relative;
	/* border:2px solid #064882;
	border-top-width:0;
	border-left-width:0;
	border-right-width:0; */
	background-color:#f2cc07;
	background-image:url(../images/arrow-more.png);
	background-position:95% 50%;
	background-repeat:no-repeat;
	
	-moz-box-shadow: 0 5px 7px 1px #003;
	-webkit-box-shadow: 0 5px 7px 1px #003;
	box-shadow: 0 5px 7px 1px #003;
}
.flyoutMenu .jsFlyoutTrigger:first-child {
/*
	border-top-width:10px;
	border-bottom-width:10px;
*/
	margin-top:0;
}
.flyoutMenu .jsFlyoutTrigger:last-child {
/*
	border-top-width:10px;
	border-bottom-width:10px;
*/
	margin-bottom:0;
}
.flyoutMenu .active {
	background:white;
	border-right:2px solid white;
	
}
.flyoutMenu .parent {		/* "shop by brand" */
	font-weight:900;
	text-transform:uppercase;
	font-size:14px;
	display:block;
	color:black;
	vertical-align:bottom;
	font-weight: 900;
	font-family: "Arial Black", Arial, sans-serif;
}
.parent span {		/* "shop for/by" */
	color:#750d09;
	font-size:12px;
	vertical-align:top;
	display:inline-block;
	margin-top:2px;
}

/* --------------------Sub Menu--------------------- */
.flyoutMenu .flyoutGroup {
	position:absolute;
	top:0px;
	left:195px;
	padding:5px;
	background:white;
	z-index:100;
	/* border:2px solid #064882; */
	
	-moz-box-shadow: 2px 2px 7px 0px #579;
	-webkit-box-shadow: 2px 2px 7px 0px #579;
	box-shadow: 0 0 7px 0px #579;

}
.flyoutMenu .jsFlyoutTrigger:nth-of-type(1) .flyoutGroup {
	top:0px;
}
.flyoutMenu .jsFlyoutTrigger:nth-of-type(2) .flyoutGroup {
	top:-36px;
}
.flyoutMenu .jsFlyoutTrigger:nth-of-type(3) .flyoutGroup {
	top:-72px;
}
.flyoutMenu .jsFlyoutTrigger:nth-of-type(4) .flyoutGroup {
	top:-108px;
}
.flyoutMenu .column {
	float:left;
	display:inline-block;
	width:200px;
	margin:6px 2px;
	z-index: 101px;
}
.flyoutMenu .onecolumn {
	width:208px;
}
.flyoutMenu .twocolumn {
	width:416px;
}
.flyoutMenu .threecolumn {
	width:612px;
}
.flyoutMenu .fourcolumn {
	width:816px;
}
.flyoutMenu .title {
	display:block;
	color:#135;
	padding:2px 8px;
	z-index: 102px;
}
.flyoutMenu a.title:hover {
	background:#f2cc07;
}
.flyoutMenu .heading {
	/* margin-top:10px;
	margin-bottom:5px;*/
	padding:2px 8px;
}
.flyoutMenu .tier1 {
}
.flyoutMenu .tier2 {
	padding-left:20px;
}
.flyoutMenu .column .title:first-child {
	margin-top:0;
}

/* ================================================= */
/* ----------------Sidebar-Navigation--------------- */



/* ----------------------Landing-------------------- */

.leftBar #landing { padding:11px; }

.leftBar #landing a { display:block; }
.leftBar #landing h3 { padding-top:8px; padding-bottom:8px; }

/* ------------------------Info--------------------- */

.leftBar #info { padding:11px; }

/* -----------------------Filters------------------- */


.leftBar .filter-active-container .selectorFilterName {
	font-weight:bold;
}
.leftBar .filter-active-container div a {
	color:#7196C2;
}
.leftBar .filter-active-container .remove {
	color:black;
	text-align:center;
	display:block;
}
.leftBar .filter-container, .filter-active-container {
	padding-bottom:15px;
	font-size:1em;
	font-family:Helvetica,Arial,sans-serif;
	background-color:#eeeff0;
}
.leftBar .filter-container h5, .filter-active-container h5 {
	color:#335F9C;
	padding:15px 0 2px 10px;
	font-size:inherit;
}
.leftBar .filter-container div, .filter-active-container div {
	margin-left:15px;
}
.leftBar .filter-container a {
	text-decoration:none;
	color:#135;
}
.leftBar .filter-container span {
	color:#7196C2;
}





