/* Junk Buster Layout and Styles */

body, html {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 95% ;
	}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 220px;
	}

#navigation {
	position: absolute;
	top: 55px;
	left: 0px;
	width: 220px;
	}

div.nav_box, div.nav_boxBlue, div.nav_boxRed {
	position: relative;
	width: 190px;
	height: 30px;
	margin: 0px auto 15px auto;
	background-color: #e2e2e2;
	}

div.nav_boxBlue {
	background-color: #3b5998;
	}
	
div.nav_boxRed {
	background-color: #cc0000;
	}
	
div.nav_boxGrey {
	position: relative;
	width: 186px;
	margin: 0px auto 15px auto;
	border: 2px solid #e2e2e2;
	}

#bg {
	position: absolute;
	top: 0px;
	left: 220px;
	background-color: #e2e2e2;
	}

#wrapper_main {
	position: absolute;
	top: 55px;
	left: 280px;
	right: 60px;
	background-image: url(layout/transparent.png);
	background-repeat: repeat;
	}
	
#wrapper_main_xlimg {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color: #e2e2e2;
	}
	
#buster {
	position: relative;
	margin: 0px 0px 20px 0px;
	height: 320px;
	background-color: #ffffff;
	clear: both;
	}

#busterApplication {
	float: left;
	width: 400px;
	margin: 20px;
	}

#busterRight {
	float: left;
	padding: 10px;
	}

#busterMain {
	position: relative;
	margin: 0px 0px 20px 0px;
	padding: 10px 0;
	background-color: #ffffff;
	clear: both;
	}

#busterWrap {
	position: relative;
	margin: 0;
	text-align: center;
	}

.buyTxt{
	padding: 0px 10px;
	}

div.main {
	position: relative;
	margin: 0px 0px 20px 0px;
	padding: 10px;
	background-color: #ffffff;
	clear: both;
	zoom: 1;
	}

div.alignLeft {
	float: left;
	width: 45%;
	}

div.alignRight {
	float: right;
	width: 45%;
	}
	
#rightBox {
	float: right;
	width: 200px;
	margin: 0px 10px;
	border: 1px solid #e2e2e2;
	}

div.boxPre {
	position: relative;
	width: 90%;
	margin: 10px auto;
	padding: 10px 0px;
	background-color: #cecece;
	border: 1px solid #000000;
	overflow: auto;
	}

div.mainBtn {
	position: relative;
	margin: 0px 0px 20px 0px;
	height: 50px;
	padding: 0px;
	background-color: #ffffff;
	clear: both;
	}

div.basketBtn {
	position: relative;
	width: 150px;
	margin: 0px auto;
	padding-top: 10px;
	}

/* Texts */
h1, h2, h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}

h1 {
	font-size: 150%;
	margin: 10px 20px;
	text-align: center;
	}

h2 {
	font-size: 120%;
	margin: 10px 20px;
	}

h3 {
	font-size: 100%;
	margin: 20px 20px 10px 20px;
	}

p {
	margin: 10px 20px;
	padding: 0px;
	line-height: 130%
	}

p.right {
	text-align: right;
	}

p.red {
	color: #cc0000;
	}

p.center {
	text-align: center;
	}

p.navItem {
	margin: 0;
	padding: 5px;
	text-align: center;
	}
	
p.bg_txt {
	font-size: 240%;
	color: #d7d7d7;
	margin: 0px 5px 30px 5px;
	padding: 0px;
	text-align: justify;
	}

p.jb_txt {
	font-size: 120%;
	font-weight: bold;
	}

span.red {
	color: #cc0000;
	font-weight: bold;
	}

span.white {
	color: #ffffff;
	font-weight: bold;
	}

span.dark {
	color: #828282;
	}

pre {
	margin: 10px;
	}

/* Lists */
ul, ol {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-left: 20px;
	padding-left: 20px;
	}

ul.shop {
	margin-left: 150px;
	padding-left: 150px;
	}
	
ol.olSub {
	list-style-type: upper-alpha;
	}

li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 130%;
	}

/* Links */
a:link {color: #000000; text-decoration: underline;}
a:visited {color: #000000; text-decoration: underline;}
a:hover {color: #cc0000; text-decoration: underline;}
a:active {color: #000000; text-decoration: underline;} 

a.nav:link {font-size: 120%; font-weight: bold; text-decoration: none;}
a.nav:visited {font-size: 120%; font-weight: bold; text-decoration: none;}
a.nav:hover {font-size: 120%; font-weight: bold; text-decoration: none;}
a.nav:active {font-size: 120%; font-weight: bold; text-decoration: none;} 

a.navWhite:link {color: #ffffff; font-size: 120%; font-weight: bold; text-decoration: none;}
a.navWhite:visited {color: #ffffff; font-size: 120%; font-weight: bold; text-decoration: none;}
a.navWhite:hover {color: #ffffff; font-size: 120%; font-weight: bold; text-decoration: none;}
a.navWhite:active {color: #ffffff; font-size: 120%; font-weight: bold; text-decoration: none;} 

a.navGrey:link {color: #e2e2e2; font-size: 120%; font-weight: bold; text-decoration: none;}
a.navGrey:visited {color: #e2e2e2; font-size: 120%; font-weight: bold; text-decoration: none;}
a.navGrey:hover {color: #e2e2e2; font-size: 120%; font-weight: bold; text-decoration: none;}
a.navGrey:active {color: #e2e2e2; font-size: 120%; font-weight: bold; text-decoration: none;} 

a.navSub:link {font-size: 120%; font-weight: bold;}
a.navSub:visited {font-size: 120%; font-weight: bold;}
a.navSub:hover {font-size: 120%; font-weight: bold;}
a.navSub:active {font-size: 120%; font-weight: bold;} 

/* Images */
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
	border: 1px solid #e2e2e2;
	}

img.noBorder {
    display: block;
    margin-left: auto;
    margin-right: auto;
	border: none;
	}

img.left {
	border: 1px solid #e2e2e2;
	float : left;
	margin: 0px 20px;
	}

img.right {
	border: 0px;
	float : right;
	margin: 0px;
	}