@import url(wysiwyg.css);
@media print {
 
	* { color:black !important; }
	#main { width:660px !important; 
		border:0 !important; 
		padding:1em 0 !important;
		margin:0 !important;  }
	}

body {
	font:small Arial, Verdana, sans-serif;
	background:#FFF url(background.gif) top left repeat;
	margin:0;
	padding:0;
	color:#333;
	text-align:center;
	}
h1 {
	font:normal 1.9em Georgia, serif;
	letter-spacing:2px;
	}
h2 {
	font:normal 1.6em Georgia, serif;
	text-decoration:none;
	}
h3 {
	font-size:1.0em;
	}

h4 {
	font-size:1.0em;
	}
h5 {
	font-size:1.0em;
	}
hr	{
	border:none;
	border-bottom:1px solid #D1D1D1;
	background:none;
	color:white;
	}
a {
	color:#005BAF;
	}
a:hover {
	color:#AE006E;
	}


#container {
	width:767px;
	text-align:left;
	margin:19px auto 29px auto;
	background:url(main-bg.gif) top left repeat-y;
	}


.links-information {
	color:#FFF;
	text-align:center;
	}
.links-information ul {
	list-style:none;
	height:21px;
	line-height:21px;
	margin:0px 22px;
	padding:0;
	border:1px solid #D1D1D1;
	background:#494749;
	}
.links-information li {
	display:inline;
	}
.links-information a {
	text-decoration:none;
	padding:0 5px 0 2px;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	border-right:1px solid #4CA36D;
	}
.links-information .last a {
	border:none;
	padding:0 0 0 2px;
	}
.links-information a:hover {
	text-decoration:underline;
	}




#main {
	margin:10px 22px;
	border:1px solid #D1D1D1;
	padding:0 10px 10px 10px;	
	-moz-border-radius:3px;
	}





#base {
	clear:both;
	text-align:left;
	color:#FFF;
	padding:0 0 21px 0;
	background:url(base.gif) bottom left no-repeat;
	}
#base div {
	height:21px;
	line-height:21px;
	margin:0px 22px;
	padding:0 10px;
	border:1px solid #D1D1D1;
	background:#494749;
	}
#base a {
	padding:0 1em 0 0;
	color:#FFF;
	}
#base span {
	float:right;
	}




	
/* convert brands layout from listview to gridview */

.subsection-grouping .product {
	width:25%;
	text-align:center;
	height:13em;
	}
.subsection-grouping .product .highlight-price {
	float:none;
	}
.subsection-grouping .product-summary {
	display:none;
	}


.clear {
	clear:both;
	font-size:1px;
	height:0px;
	display:block;
	}


/* Definition lists */
dt {
	width:100px;
	float:left;
	}
dd {
	margin-left:110px;
	}
	
/* MAKE IT STATIC - Hide these as they aren't needed */


.links-admin .link-orders,
.subsection-product .form-standard,
.links-subsection .links-subsection-orders,
.links-subsection .link-setup-gateway,
.links-subsection .link-setup-shipping,
#page-admin .row-gateway,
#page-login #main p {
	display:none;
	}

/* EXCEED ONLINE RESELLER BRANDING */
body.admin .panel-admin {
	padding-bottom:88px;
	background:white url(http://exceedonline.co.nz/admin-exceed-helpline.gif) 9px 97% no-repeat;
	}

