/* Stylesheet for Refresh Mobile
==================================
Written by David Fraser

Contents
========

	1. Redefine existing tags
	2. Define common boxes
	3. Various content layouts

*/

/* Redefine existing tags
========================== */

@media print {

body {
	background: #CCC url();
	margin: 10px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	line-height: 1.2em;
	text-transform: none;
	color: #000;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #000;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 6px;
	margin-top: 20px;
	padding-bottom: 6px;
	background-image: url(../images/template/hr.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

h4 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: bold;
	text-transform: none;
	color: #000;
	margin-bottom: 2px;
}

h5 {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
	font-weight: bold;
	text-transform: none;
	color: #000;
	margin-bottom: 2px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
	font-weight: normal;
	color: #000;
	margin-top: 2px;
	margin-bottom: 14px;
}

ul {
	list-style-image: url(../images/template/bullet.gif);
	list-style-type: square;
	margin-left: 25px;
	padding-left: 0px;

}

li {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
	font-weight: normal;
	color: #000;
}

a:link, a:visited, a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

 














/* Define boxes
=========================== */

#container {
	float: left;
	clear: both;
	width: 100% !important;
	height: auto;
	background: #FFF url();
	border-right: 0px solid #FFF;
	padding-bottom: 20px;
}

#header {
	display: inline;
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	background-image: url();
	background-repeat: no-repeat;
	margin-bottom: 6px;
}

#header h1 {
	display: block;
}

#globalcontent {
	display: none;
}















/* Various content layouts
==================================== */

#introductioncontent, #featuredcontent, #maincontent, #additionalcontent, #itemcontent, 
#descriptioncontent, #importantcontent, #comparecontent1, #comparecontent2, #comparecontent3 {
	display: inline;
	float: left;
	clear: none;
	height: auto;
	background-color: #FFF;
	background-image: url(../images/template/footer.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-left: 0px;
	padding-bottom: 12px;
}

#introductioncontent {
	width: 100%;
}

#featuredcontent {
	display: none;
}

#maincontent {
	width: 100%;
}

#additionalcontent {
	display: none;
}

#itemcontent {
	width: 100%;
}

#descriptioncontent {
	width: 100%;
}

#importantcontent {
	width: 100%;
	padding-right: 0px;
}

#comparecontent1, #comparecontent2, #comparecontent3 {
	width: 33%;
}



}








