/*-----------------------------------------------
A HotHouse Production
Virgin Mobile
Copyright 2009
author: Tim Gleeson
email: 	timg@hothouse.com.au
----------------------------------------------- */

@page
{
	size: portait;
	margin: 0.1in;
}
/*import the screen css and then we'll overwrite the required classes for print*/



#header
{
	height: 40px;
	clear: both;
	width: 100%;
	font-family: sans-serif;
	font-size: 19px;
	font-weight: bold;
}

#menu
{
	display: none !important;
}
.main-nav
{
    display:none!important;
}
#footer
{
	display: none !important;
}

#sidebar-a
{
	display: none;
	width: 1px !important;
}
#col-a
{
	width: 100%;
}
.brand
{
	display: none;
}

#content
{
	float: none !important;
}
#noteToSelfText
{
	display: block !important;
}
#noteToSelfImage
{
	display: none !important;
}
#noteToSellFooter
{
	display: none !important;
}
#btnValidateCoupon
{
	display: none !important;
}
#noteToSellProductDetails
{
	display: none !important;
}
.selectedRadioButton
{
	display: block !important;
}

div.inner
{
    width:100%!important;
    clear:left;
}

.faqDetail
{
    display:block!important;
}
.faqHeader
{
    background-image:none!important;
    padding:0 0 0 0px!important;
}

.faqSectionCollapseExpand
{
    display:none;
}
div.search
{
    display:none;
}
div.aux-nav
{
    display:none;
}
div.content
{
    width:100%!important;
}
.price SPAN,.price-black SPAN {font-size:12px;text-indent:0px!important;width:auto!important;background-image:none!important;}
.price.white SPAN{color:White;}

.full-content-template .content-area-a,
.full-content-template .content-area-a .content-panel-a{width:400px!important;}

html {
margin: 0;
border: 1px solid red;
}

body {
margin: 0;
border: 1px solid green;
}
.yourAway{width:600px;}
.faqSection{width:600px;}
.printButton{display:none;}