/*
http://toolboxapp.com/theme_monroe.css
Copyright 2008 opcoders.com, All rights reserved.
*/
@import url(theme_monroe_cs.css);

body {
	/* "Lucida Grande" are the default font on Mac, therefore we use it */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:center;
	margin-top:0;
	padding-top:0;
}

/*
No "Lucida Grande" on windows, so instead we use
"Lucida Sans" for headings, and "Lucida Sans Unicode" for the rest
*/
.win body {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;/**/
}
.win strong, .win em, .win h1, .win h2, .win h3, .win h4, .win h5, .win h6 {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;/**/
}


/*
reset font sizes across browsers
*/
.root {
	font-size: 13px;
	line-height: normal;
}
.root input, .root select, .root table, .root button { font-size: 1em; }
.root h3, .root h4, .root h5, .root h6 { font-size: 1em; }
.root h2 { font-size: 1.75em; }
.root h1 { font-size: 2em; }


/*
reset margin/padding
*/
.root h1, .root h2, .root h3, .root h4, .root h5, .root h6 { padding: 0; margin: 0;}
.root td { padding: 0; margin: 0; }
.root p { padding: 0; margin: 0; }
.root ul { padding-top: 0; padding-bottom: 0; margin-top: 0; margin-bottom: 0;}
.root div { padding: 0; margin: 0; }
.root table { padding: 0; margin: 0; }
.root button { padding: 0; margin: 0; }
.root form { padding: 0; margin: 0; }


a {
	text-decoration: none;
	font-weight: bold;
}

div.clear {
	clear: both;
}

#footer {
	padding-top:0.5em;
	padding-bottom:1em;
	width:100%;
	text-align:center;
}




/****************************************************
global page style
****************************************************/
.root p { padding-top: 5px; }

#frame1 {
	width:800px;
	margin-top:0;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
	position: relative;
}

div.infogroup {
	padding: 10px;
}

.spacing {
	height: 10px;
	overflow: hidden;
}


/****************************************************
front page 
****************************************************/
#overview_table {
	border-collapse: collapse;
	border-size: 0;
	padding: 0;
}
#overview_table td {
	vertical-align: top;
}
#overview_video0 { padding: 0 0 0 0; }
#overview_video1 { padding: 10px 0 0 0; }
#overview_info0  { padding: 0 10px 0 20px; }
#overview_info1  { padding: 10px 10px 0 20px; }

#overview_table .wraptable0 { padding-top: 20px; }
#overview_info1_universal { padding-left: 30px; }


#overview_table div.section0 { padding-top: 0px; }
#overview_table div.section1 { padding-top: 40px; }
#overview_table div.section2 { padding-top: 40px; }
#overview_table div.section4 { padding-top: 40px; }



/****************************************************
download page 
****************************************************/
#download_table .hspace {
	width: 150px;
	overflow: hidden;
}


/****************************************************
screenshots page 
****************************************************/
#shots_table .hspace {
	width: 15px;
	overflow: hidden;
}
#shots_table .vspace {
	height: 15px;
	overflow: hidden;
}


/****************************************************
video page 
****************************************************/
#video_table .hspace {
	width: 15px;
	overflow: hidden;
}
#video_table .vspace {
	height: 15px;
	overflow: hidden;
}




/****************************************************
howtobuy page 
****************************************************/
#howtobuy_table td {
	vertical-align: top;
}
#howtobuy_info div.section0 {
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
}
#howtobuy_info div.section1 {
	padding-right: 40px;
}
#howtobuy_info div.section2 {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 40px;
}
#howtobuy_paypal_cell {
	width: 300px;
	text-align: center;
	padding-left: 60px;
}
#howtobuy_paypal_div {
	text-align: center;
	float: left;
}
.ie #howtobuy_paypal_div p {
	padding-top: 2px;
}
#howtobuy_paypal_link {
	text-align: left;
	float: left;
}

/*#howtobuy_paypal_div { background-color: #500; }
#howtobuy_paypal_div p { background-color: #550; }
#howtobuy_paypal_link { background-color: green; }
/**/
