/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
a img{border:none;}
/*main*/

#outerWrapper {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(../_artwork/astroHeader.jpg);
	background-repeat: no-repeat;
	height: 184px;
	width: 100%;
	position: relative;
}
#navigation {
	position: absolute;
	left: 50px;
	top: 124px;
	width: 900px;
	padding: 5;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	visibility: visible;
}
#navSearch {
	position: absolute;
	left: 616px;
	top: 6px;
	width: 270px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 13;
	padding-right: 5;
	padding-bottom: 5;
	padding-left: 5;
}
#contentWrapper {
	background-image: url(../_artwork/astroContent.jpg);
	background-repeat: repeat-y;
	width: 860px;
	margin-left: 50px;
	overflow: hidden;
	background-color: #EFF2F8;
	padding-left: 20px;
	padding-right: 20px;
}
#footer {
	background-image: url(../_artwork/astroFooter.jpg);
	background-repeat: no-repeat;
	height: 185px;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-top: 24px;
	text-align: center;
}
#footer a {
	display: inline-block;
	padding-left: 4px;
	padding-right: 4px;
}
#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	color: #FFFF00;
	text-decoration:none
}
body {
	background-color: #465BA1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #036;
}
p {
	padding: 0px 0 0px 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	font-family: Arial, Helvetica, sans-serif;
}
/* Commonly used to style page titles. */
h1 {
	color: #374757;
	font-size: 28px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
/* Commonly used to style section titles. */
h2 {
	color: #374757;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
	/* h2 specific */
	h2#productPrices{
		margin:10px 0;
	}

/* Sets the style for the h3 header. */
h3 {
	color: #374757;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
/* Sets the style for the h4 header. */
h4 {
	color: #c00;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
/* Sets the style for the h5 header. */
h5 {
	color: #C00;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
}
/* Sets the style for the h6 header. */
h6 {
	color: #465BA1;
	font-family: Verdana, Geneva, sans-serif;
}
/* Sets the style for unvisited links. */
a, a:link {
	color: #09F;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #09F;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #06F;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #09F;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #09F;
	font-weight: bold;
	text-decoration: none;
}

/*Menu*/
ul#cssmw {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	cursor: default;
	text-transform:uppercase;
}
ul#cssmw ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	cursor: default;
	font-size: 0px;
	text-transform:uppercase;
}
ul#cssmw ul li {
	background-image: none;
	float: none;
}
ul#cssmw li {
	background-image: none;
	white-space: nowrap;
	padding: 0px;
	position: relative;
	float: left;
}
ul#cssmw li ul {
	display: none;
	top: 0px;
}
ul#cssmw li:hover > ul {
	display: block;
	position: absolute;
}
ul#cssmw li > a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	color: #FFF;
	background-image: url(../_artwork/menu.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	width: 120px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
	text-decoration: none;
}
ul#cssmw > li:hover > a {
	background-image: url(../_artwork/hoverMenu.jpg);
	background-repeat: no-repeat;
	display: block;
	color: #FF0;
}
ul#cssmw ul.level-1 {
	top: 100%;
	left: 0px;
}
ul#cssmw ul.level-1 > li > a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-image: url(../_artwork/subMenu1.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	width: 180px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 18px;
}
ul#cssmw ul.level-1 >li:hover >a {
	color: #FF0;
	background-image: url(../_artwork/subMenu1Hover.jpg);
	background-repeat: no-repeat;
}
ul#cssmw ul.level-2 {
	left: 100%;
}
ul#cssmw ul.level li ul.level-2 > li > a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	background-image: url(../_artwork/subMenu2.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	width: 280px;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul#cssmw ul.level-1 ul.level-2 >li:hover >a {
	color: #FF0;
	background-image: url(../_artwork/subMenu2Hover.jpg);
	background-repeat: no-repeat;
}

/*Search results*/

.tabTable{}
	.tabTable td{padding:0 0 10px 0;}
	.tabTable a img{margin:0 10px 0 0;}

.buttonRow{ float:right;}

.back{float:left;}
	.back a img{border:none; margin:10px 30px 5px 0;}
	
.nofloat{ float:none; position:relative;}
	
.productListing-data span{padding-left:10px;}


/*category*/
#categoryIcon{ margin:10px 0;}

/*product list*/
ul#productDetailsList{ padding-left:15px; margin-top:0;}

#productGeneral .navNextPrevWrapper{
	margin:15px 0;
}

/*Add Cart*/
#cartAdd{ margin-bottom:10px;}

/*shopping cart contents*/
#shoppingCartDefault .helpbtn{ text-align:right;}
#cartContentsDisplay th{ text-align:left;}
.rowEven td,.rowOdd td{ vertical-align:top; padding-top:5px;}

#cartSubTotal{ margin-right:65px; text-align:right;}
#checkoutButtonsTable td{ vertical-align:top;}
#checkoutButtonsTable img{ margin:0;}
.updateimage{ position:absolute; right:0; top:0;}

#cartContentsDisplay .cartRemoveItemDisplay{width:50px;}
.cartUnitDisplay,.cartTotalDisplay{ padding-right:15px; text-align:right;}

/*shopping cart shipping popup*/
#popupShippingEstimator{background-color:#EFF2F9;}
#shippingEstimatorContent h2, #shippingEstimatorContent .cartTotalsDisplay, #shippingEstimatorContent table{ margin:10px 0;}
 #shippingEstimatorContent label, #shippingEstimatorContent select, #shippingEstimatorContent input{ margin:5px 0;}

/*shopping cart delivery default*/
#checkoutShipping .back{ float:none;}
#checkoutShipto{ margin:10px 0;}
#shippingMethodWrapper{ float:left; margin-top:25px;}
#shippingMethodWrapper fieldset legend img{ display:none;}
#shippingMethodWrapper input{float:left; display:inline;}
#shippingMethodWrapper div.important.forward{float:left; clear:left; display:inline;margin:0 5px 10px 0; padding-top:3px; width:75px; text-align:right;}
#shippingMethodWrapper div.buttonRow.forward{float:left; clear:left;display:inline;padding-top:3px;margin-right:10px; }
#shippingMethodWrapper .checkboxLabel{float:left; display:inline;}
#checkoutShipAddressDefault address,#checkoutPayAddressDefault address{padding-left:20px;}
#checkoutPayAddressDefault address.back{padding-left:0;}


/*checkout default*/
#checkoutBillto{ margin:10px 0;}
#checkoutPayment .back{ float:none;}
.totalBox{ clear:left; margin-bottom:10px;  padding-right:20px; text-align:right; float:left; width:75px;}
.lineTitle{ float:left; display:inline;}
#orderTotals .totalBox, #orderTotals .lineTitle{ float:right;}
#orderTotals .totalBox{clear:right; padding-right:15px;}
#checkoutPayment .ccinfo .inputLabelPayment{display:block; float:left; width:125px; margin-right:10px; text-align:right;}

/*checkout confirmation*/
#checkoutConfirmDefault .back{ float:none;}
#orderTotals{ text-align:right; height:100px;}
#checkout_confirmation div.buttonRow.back div{border:1px solid; margin:10px 0; padding:5px;}


#accountHistInfo .accountTotalDisplay{ text-align:right;}
#orderTotals .amount{ clear:right; float:right; margin-bottom:10px; width:80px;}

#checkoutBillto .buttonRow a img{margin:0;}
#prevOrders tr.tableHeading th.viewLast{margin-right:10px;}
address.back{ float:none;}
#shippingEstimatorContent address.back{float:left;}
#addressBookProcessDefault .inputLabel,#accountEditDefault .inputLabel,#checkoutNewAddress .inputLabel,#accountPassword .inputLabel,#loginDefault .inputLabel,#shippingEstimatorContent .inputLabel, #shippingEstimatorContent #seShipTo{display:block; float:left; width:100px; margin-right:10px; text-align:right;}
#shippingEstimatorContent #seShipTo{clear:both;}
#accountPassword .inputLabel{width:125px;}
#addressBookProcessDefault input#state,#checkoutNewAddress input#state,#loginDefault input#state{margin-left:110px;}
body#infoShoppingCart{background:none;}

#navColumnOne{vertical-align:top;}
#navColumnOne #nav-links{ border:0px solid #465BA1; margin:0; padding:5px}
#navColumnOne #nav-links li{list-style-type:none; margin:0 0 5px 0;}

/*Search Results*/
iframe{ font-size:9pt;}
iframe .sectionheader{ background:##ffff99;}
.productgridbodyhl{ background:#fff;}