
/*

Style sheet authored by niXer. nixer@ndevix.com

*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

:focus { outline: 0; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td { vertical-align: middle; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }

blockquote, q { quotes: "" ""; }

button, code, h1, h2, h3, h4, h5, h6, input, pre, select, table, td, textarea, th { font-size: 1em; }

img { border: 0; }

blockquote, dl, dd, ol, p, pre, textarea, ul, li { margin-bottom: 1.5em; }

li { margin: 0 0 1px 2.5em; }

ul li { list-style: square; }

a { text-decoration: underline; }

a:hover { text-decoration: underline; }

body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #C9C9C9 url(images/bkg.jpg) repeat-x;
	font: normal 11px Arial;
	color: #222;
	line-height: 1.4em;
	behavior: url("csshover3.htc");
}

h1 { font-size: 20px; }

h2 { font-size: 15px; }

h3 { font-size: 13px; }

h4 { font-size: 12px; }

input, textarea {
	width: 158px;
	margin: 1px 0;
	padding: 3px 4px;
	border: 1px solid #cecece;
	outline: 0;
	font: normal 11px "lucida grande", tahoma, verdana, arial, sans-serif;
	color: #222;
}

input.button {
	width: auto;
	height: auto;
	margin: 0;
	padding: 1px;
	background: #b2b2b2;
	border: 1px solid #888;
	color: #000;
	font-weight: bold;
	cursor: pointer;
}

input.check {
	width: auto;
	height: auto;
	margin: 0;
	padding: 2px;
	line-height: 1.5em;
	border: medium none;
	font: normal 1em "lucida grande", tahoma, verdana, arial, sans-serif;
	cursor: pointer;
}

select {
	width: auto;
	height: auto;
	margin: 0;
	padding: 3px;
	border: 1px solid #cecece;
	font: normal 11px "lucida grande", tahoma, verdana, arial, sans-serif;
}

textarea {
	width: 75%;
	height: auto;
	margin: 0;
}

label {
	font: normal 10.5px "lucida grande", tahoma, verdana, arial, sans-serif;
	line-height: 1.5em;
	cursor: pointer;
}

hr {
	height: 1px;
	margin-bottom: 3px;
	background-color: #eee;
	border: 0;
	color: #eee;
}

/* 

input:focus, input:hover, select:hover, select:focus, textarea:hover, textarea:focus { background-color: #; }

input.button:focus, input.button:hover { background-color: #; }

filter: alpha(opacity=75);
opacity: 0.75;

*/

/*	----------------------------------------------
	CLASSES
	------------------------------------------- */

.row { padding: 2px 4px; }

.fineprint { font-size: 85%; }

.underline { text-decoration: underline; }

.noline { text-decoration: none; }

.caps { text-transform: capitalize; }

.widthauto, div.widthauto, input.widthauto { width: auto; }

.cursor { cursor: pointer; }

.highlight { color: #DD0000; }

/* Margins */

.center { margin: 0 auto; }

.marginnone { margin: 0; }

.bump { margin-top: 5px; }

.bumpright { margin-right: 5px; }

.bumpbigright { margin-right: 10px; }

.bumpbottom { margin-bottom: 10px; }

/* Alignment */

.textleft, td.textleft, th.textleft, div.textleft { text-align: left; }

.textright, td.textright, th.textright, div.textright { text-align: right; }

.textcenter, td.textcenter, th.textcenter, div.textcenter { text-align: center; }

.textjustify, td.textjustify, th.textjustify, div.textjustify { text-align: justify; }

.top { vertical-align: top; }

.middle { vertical-align: middle; }

.bottom { vertical-align: bottom; }

/* Display */

.none { display: none; }

.block { display: block; }

.inline { display: inline; }

/* Float */

.clear {
	clear: both;
	visibility: hidden;
}

.floatl {
	float: left;
	width: auto;
}

.floatr {
	float: right;
	width: auto;
}

/*	----------------------------------------------
	STRUCTURE
	------------------------------------------- */

#header {
	height: 113px;
	background-color: #eee;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#fff));
	background: -moz-linear-gradient(100% 100% 90deg, #fff, #eee);
	background: -o-linear-gradient(100% 100% 90deg, #fff, #eee);
	background: -ms-linear-gradient(100% 100% 90deg, #fff, #eee);
	background: -webkit-linear-gradient(100% 100% 90deg, #fff, #eee);
	background: linear-gradient(100% 100% 90deg, #fff, #eee);
	border-bottom: 1px solid #eee;
}

#logo {
	display: block;
	margin-bottom: 5px;
}

#wrap, #header_wrap, #bar_wrap, #inner_wrap {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}

#header_wrap {
	height: 66px;
	padding-top: 5px;
}

#inner_wrap { background: #fff; }

#bar {
	padding: 3px 0;
	background-color: #508CD7;
	border-bottom: 2px solid #FFAA00;
}

#bar ul {
	margin: 0 auto;
	float: right;
}

#bar ul li, #bar ul li.fix {
	float: left;
	margin: 0 10px 0 0;
	list-style: none;
}

#bar ul li a, #bar ul li a.fix {
	display: block;
	height: 25px;
	padding: 2px 5px;
	font: bold 0.9em "lucida grande", tahoma, verdana, arial, sans-serif;
	line-height: 25px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: underline;
}

#bar ul li a:hover {
	background-color: #FFAA00;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFAA00), to(#FF5C0F));
	background: -moz-linear-gradient(100% 100% 90deg, #FF5C0F, #FFAA00);
	background: -o-linear-gradient(100% 100% 90deg, #FF5C0F, #FFAA00);
	background: -ms-linear-gradient(100% 100% 90deg, #FF5C0F, #FFAA00);
	background: -webkit-linear-gradient(100% 100% 90deg, #FF5C0F, #FFAA00);
	background: linear-gradient(100% 100% 90deg, #FF5C0F, #FFAA00);
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
}

#menu { padding-top: 42px; }

#menu ul { margin: 0 auto; }

#menu ul li {
	float: left;
	margin: 0 0 0 5px;
	list-style: none;
}

#menu ul li a {
	display: block;
	height: 25px;
	padding: 2.5px 10px;
	background-color: #888;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#888), to(#323232));
	background: -moz-linear-gradient(100% 100% 90deg, #323232, #888);
	background: -ms-linear-gradient(100% 100% 90deg, #323232, #888);
	background: -o-linear-gradient(100% 100% 90deg, #323232, #888);
	background: -webkit-linear-gradient(100% 100% 90deg, #323232, #888);
	background: linear-gradient(100% 100% 90deg, #323232, #888);
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	font: bold 1em "lucida grande", tahoma, verdana, arial, sans-serif;
	line-height: 25px;
	text-transform: capitalize;
	color: #fff;
}

#menu ul li a:hover {
	background: #eee;
	text-decoration: none;
	color: #3c3c3c;
}

#inner_wrap { padding-bottom: 15px; }

#rotate img {
	margin-bottom: 10px;
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-ms-border-radius: 0 0 8px 8px;
	-o-border-radius: 0 0 8px 8px;
}

#side {
	width: 470px;
	float: left;
	margin-right: 10px;
	padding-left: 5px;
}

.sectionsl, .sectionsr {
	float: left;
	width: 225px;
	height: 230px;
	margin-bottom: 5px;
	padding: 20px 5px 10px 5px;
	background-color: #000;
	background: url(images/texture.jpg) repeat-x, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000), to(#3f3f3f));
	background: url(images/texture.jpg) repeat-x, -moz-linear-gradient(100% 100% 90deg, #3f3f3f, #000);
	background: url(images/texture.jpg) repeat-x, -ms-linear-gradient(100% 100% 90deg, #3f3f3f, #000);
	background: url(images/texture.jpg) repeat-x, -o-linear-gradient(100% 100% 90deg, #3f3f3f, #000);
	background: url(images/texture.jpg) repeat-x, -webkit-linear-gradient(100% 100% 90deg, #3f3f3f, #000);
	background: url(images/texture.jpg) repeat-x, linear-gradient(100% 100% 90deg, #3f3f3f, #000);
	border-radius: 7px 0 0 7px;
	-moz-border-radius: 7px 0 0 7px;
	-webkit-border-radius: 7px 0 0 7px;
	-ms-border-radius: 7px 0 0 7px;
	-o-border-radius: 7px 0 0 7px;
	color: #555;
}

.sectionsr {
	width: 224px;
	border-left: 1px solid #3d3d3d;
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-ms-border-radius: 0 5px 5px 0;
	-o-border-radius: 0 5px 5px 0;
}

.stitle {
	font: bold 1.6em "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0.01em;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.sprice {
	padding: 5px;
	text-align: center;
}

.sprice strong {
	font: bold 2.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
}

.sinfo {
	width: 188px;
	height: 50px;
	margin: 0 auto;
	border-top: 2px solid #999;
	text-align: center;
}

input.learn {
	display: block;
	width: 150px;
	height: 50px;
	margin: 0 auto;
	padding: 0 10px;
	background-color: #FFAA00;
	background: -moz-linear-gradient(100% 100% 90deg, #F04E00, #FFAA00);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFAA00), to(#F04E00));
	border: 1px solid #F04E00;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 50px;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}

input.learn-small {
	display: block;
	width: 60px;
	height: 25px;
	margin: 0 auto;
	padding: 0 10px;
	background-color: #FFAA00;
	background: -moz-linear-gradient(100% 100% 90deg, #F04E00, #FFAA00);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFAA00), to(#F04E00));
	border: 1px solid #F04E00;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font: bold 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}

input.learn:hover {
	background-color: #00BA02;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00BA02), to(#6C0));
	background: -moz-linear-gradient(100% 100% 90deg, #6C0, #00BA02);
	background: -ms-linear-gradient(100% 100% 90deg, #6C0, #00BA02);
	background: -o-linear-gradient(100% 100% 90deg, #6C0, #00BA02);
	background: -webkit-linear-gradient(100% 100% 90deg, #6C0, #00BA02);
	background: linear-gradient(100% 100% 90deg, #6C0, #00BA02);
	border: 1px solid #060;
}

.section {
	margin-top: 7px;
	padding: 10px 15px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 7px 0 0 7px;
	-moz-border-radius: 7px 0 0 7px;
	-webkit-border-radius: 7px 0 0 7px;
	color: #666;
}

.section h3 {
	font: bold 1.3em "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.section p {
	margin-bottom: 1em;
	padding: 5px 17px 10px 0;
	border-bottom: 3px solid #eee;
	font-size: 1em;
	letter-spacing: 0.02em;
	line-height: 12px;
}

.textbox {
	margin-bottom: 10px;
	padding: 15px 25px 20px 25px;
	background: #fafafa;
	border: 1px solid #eee;
}

#main {
	float: left;
	width: 510px;
}

#main h1 {
	padding: 0;
	font-size: 18;
	letter-spacing: 0.01em;
	line-height: 18px;
	color: #222;
}

#main p {
	margin-bottom: 1em;
	padding: 5px 17px 10px 0;
	border-bottom: 3px solid #eee;
	font-size: 1.2em;
	letter-spacing: 0.01em;
	line-height: 18px;
	color: #222;
}

#main p.blurb {
	margin-bottom: 3px;
	padding: 5px 3px 5px 0;
	border-bottom: 0;
	font: normal 1.3em Arial, Helvetica, sans-serif;
	letter-spacing: 0.01em;
	line-height: 18px;
}

#main h2 {
	text-transform: uppercase;
	color: #FFAA00;
}

#window, #widewindow {
	max-width: 940px;
	min-height: 500px;
	margin: 0 auto;
	padding: 20px 0 25px 0;
	font: normal 1.3em Arial, Helvetica, sans-serif;
	letter-spacing: 0.01em;
	line-height: 18px;
}

#window li {
	/*max-width: 640px;*/
	margin-bottom: 8px;
}

.plans_box {
	float: left;
	width: 400px;
	margin: 5px 10px 15px 0;
	padding: 10px 10px 15px 10px;
	background: #508CD7;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#508CD7), to(#fff));
	background: -moz-linear-gradient(100% 100% 90deg, #fff, #508CD7);
	background: -ms-linear-gradient(100% 100% 90deg, #fff, #508CD7);
	background: -o-linear-gradient(100% 100% 90deg, #fff, #508CD7);
	background: -webkit-linear-gradient(100% 100% 90deg, #fff, #508CD7);
	background: linear-gradient(100% 100% 90deg, #fff, #508CD7);
	border-radius: 7px 0 0 7px;
	-moz-border-radius: 7px 0 0 7px;
	-webkit-border-radius: 7px 0 0 7px;
}

.plans_box h3 {
	margin-bottom: 15px;
	font: bold 1.5em Arial, Helvetica, sans-serif;
	color: #fff;
}

.price {
	font: bold 1.8em Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
}

input.buy, input.buy-button {
	width: auto;
	height: 50px;
	padding: 0 10px;
	background-color: #508CD7;
	background: -moz-linear-gradient(100% 100% 90deg, #036, #508CD7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#508CD7), to(#036));
	border: 1px solid #036;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 50px;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}

input.buy-button {
	height: 40px;
	padding: 0 5px;
	font: bold 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 40px;
}

input.big {
	width: auto;
	height: auto;
	margin: 0;
	padding: 5px;
	background: #00A5FF;
	border: 1px solid #39C;
	color: #fff;
	font: normal 1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
	cursor: pointer;
	border-radius: 5px;
	-moz-border-radius: 5px; }

input.buy:hover {
	background-color: #FFAA00;
	background: -moz-linear-gradient(100% 100% 90deg, #F04E00, #FFAA00);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFAA00), to(#F04E00));
	border: 1px solid #F04E00;
}

input.outofstock-button {
	width: auto;
	height: 40px;
	padding: 0 5px;
	background-color: #508CD7;
	background: -moz-linear-gradient(100% 100% 90deg, #ee2323, #b80101);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b80101), to(#ee2323));
	border: 1px solid #036;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font: bold 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 40px;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}

.plans_box hr {
	height: 1px;
	margin-bottom: 3px;
	background-color: #508CD7;
	border: 0;
	color: #508CD7;
}

.plans_boxmain { height: 360px; }

#steps {
	position: relative;
	float: left;
	width: 168px;
	z-index: 2;
}

#step1, #step2, #step3, #step4, #step5 {
	margin-bottom: 4px;
	padding: 10px 0 10px 10px;
	background-color: #FFAA00;
	background: -moz-linear-gradient(100% 100% 90deg, #F04E00, #FFAA00);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFAA00), to(#F04E00));
	border: 1px solid #F04E00;
	border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	-webkit-border-radius: 0 6px 6px 0;
	box-shadow: 3px 3px 5px #888;
	font: bold 0.8em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
}

#step1.step, #step2.step, #step3.step, #step4.step, #step5.step {
	background-color: #00BA02;
	background: -moz-linear-gradient(100% 100% 90deg, #6C0, #00BA02);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00BA02), to(#6C0));
	border: 1px solid #060;
}

#mainbox {
	position: relative;
	float: left;
	width: 668px;
	margin-left: -10px;
	padding-left: 20px;
	border: 1px solid #ddd;
	z-index: 1;
}

#main-widebox {
	padding-left: 20px;
	border: 1px solid #ddd;
	z-index: 1;
}

.mini-header {
	margin: 5px 0 3px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	font: bold 1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFAA00;
}

#custombox ul {
	height: 130px;
	margin-right: 2px;
	padding: 10px;
	background-color: #eee;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#fff));
	background: -moz-linear-gradient(100% 100% 90deg, #fff, #eee);
	background: -ms-linear-gradient(100% 100% 90deg, #fff, #eee);
	background: -o-linear-gradient(100% 100% 90deg, #fff, #eee);
	background: -webkit-linear-gradient(100% 100% 90deg, #fff, #eee);
	background: linear-gradient(100% 100% 90deg, #fff, #eee);
	border: 1px solid #ddd;
}

.cc {
	margin-right: 10px;
	padding: 10px;
	background-color: #eee;
	background: -moz-linear-gradient(100% 100% 90deg, #fff, #eee);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#fff));
	border: 1px solid #ddd;
}

.cblft {
	float: left;
	width: 120px;
	margin-bottom: 10px;
	text-align: right;
}

cbrht {
	float: left;
	margin-bottom: 10px;
}

.orderbox {
	padding: 5px 0 15px 0;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#eee));
	background: -moz-linear-gradient(100% 100% 90deg, #eee, #fff );
	background: -ms-linear-gradient(100% 100% 90deg, #eee, #fff);
	background: -o-linear-gradient(100% 100% 90deg, #eee, #fff);
	background: -webkit-linear-gradient(100% 100% 90deg, #eee, #fff);
	background: linear-gradient(100% 100% 90deg, #eee, #fff);
}

.pricing_table th {
	padding: 3px;
	background-color: #000;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000), to(#555));
	background: -moz-linear-gradient(100% 100% 90deg, #555, #000);
	background: -ms-linear-gradient(100% 100% 90deg, #555, #000);
	background: -o-linear-gradient(100% 100% 90deg, #555, #000);
	background: -webkit-linear-gradient(100% 100% 90deg, #555, #000);
	background: linear-gradient(100% 100% 90deg, #555, #000);
	border: 1px solid #ddd;
	color: #fff;
}

.pricing_table td {
	padding: 3px;
	background: #eee;
	border: 1px solid #ddd;
}

.tablelist th {
	padding: 5px 3px;
	background-color: #000;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000), to(#555));
	background: -moz-linear-gradient(100% 100% 90deg, #555, #000);
	background: -ms-linear-gradient(100% 100% 90deg, #555, #000);
	background: -o-linear-gradient(100% 100% 90deg, #555, #000);
	background: -webkit-linear-gradient(100% 100% 90deg, #555, #000);
	background: linear-gradient(100% 100% 90deg, #555, #000);
	color: #fff;
}

.tablelist td {
	padding: 5px 3px;
	border: 1px solid #ddd;
	border-collapse: collapse;
	font: normal 0.9em Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	vertical-align: middle;
}

#footer {
	padding: 5px 10px;
	margin-bottom: 15px;
	background: #508CD7;
	border-top: 3px solid #F9B000;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	color: #fff;
}

#footer a {
	padding: 0 5px;
	font: normal 1em "lucida grande", tahoma, verdana, arial, sans-serif;
	color: #fff;
}

.box {
	float: left;
	width: 285px;
	margin: 5px 10px 15px 0;
}

.boxbody {
	padding: 15px 5px 10px 5px;
	background-color: #dfdfdf;
	background: #fff -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dfdfdf), to(#fff));
	background: -moz-linear-gradient(100% 100% 90deg, #fff, #dfdfdf);
	background: -ms-linear-gradient(100% 100% 90deg, #fff, #dfdfdf);
	background: -o-linear-gradient(100% 100% 90deg, #fff, #dfdfdf);
	background: -webkit-linear-gradient(100% 100% 90deg, #fff, #dfdfdf);
	background: linear-gradient(100% 100% 90deg, #fff, #dfdfdf);
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-ms-border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxbody li { list-style-type: circle; }

.boxmain { height: 335px; }

.boxbody h3 {
	color: #00A3FF;
	font: bold 1.1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.price {
	font: bold 1.3em "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
}

#colol {
	float: left;
	width: 640px;
	margin-right: 5px;
	font: normal 1em Arial, Helvetica, sans-serif;
}

#color {
	float: left;
	width: 290px;
	font: normal 1.0em Arial, Helvetica, sans-serif;
}

.colopack {
	margin-bottom: 10px;
	padding: 15px 10px 25px 20px;
	background: #fff -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dfdfdf), to(#fff));
	background: -moz-linear-gradient(100% 100% 90deg, #fff, #dfdfdf);
	background: -ms-linear-gradient(100% 100% 90deg, #fff, #dfdfdf);
	background: -o-linear-gradient(100% 100% 90deg, #fff, #dfdfdf);
	background: -webkit-linear-gradient(100% 100% 90deg, #fff, #dfdfdf);
	background: linear-gradient(100% 100% 90deg, #fff, #dfdfdf);
	border: 1px solid #ddd;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.colopack h3 {
	padding-bottom: 5px;
	font: bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.cprice {
	display: block;
	margin-top: 15px;
	font: bold 1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFAA00;
}

.header {
	margin-bottom: 10px;
	padding: 12px 0 2px 0;
	border-bottom: 2px solid #508CD7;
	border-radius: 0 10px 0 0;
	-moz-border-radius: 0 10px 0 0;
	-webkit-border-radius: 0 10px 0 0;
	-ms-border-radius: 0 10px 0 0;
	-o-border-radius: 0 10px 0 0;
	color: #508CD7;
}

.pricearea {
	height: 115px;
	margin-top: 5px;
	padding: 10px 0 5px 0;
	background: #fff -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#bbb));
	background: -moz-linear-gradient(100% 100% 90deg, #bbb, #fff );
	background: -ms-linear-gradient(100% 100% 90deg, #bbb, #fff );
	background: -o-linear-gradient(100% 100% 90deg, #bbb, #fff );
	background: -webkit-linear-gradient(100% 100% 90deg, #bbb, #fff);
	background: linear-gradient(100% 100% 90deg, #bbb, #fff );
	border-top: 2px solid #ddd;
	text-align: center;
}

.oos {
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #DD0000;
}

#lightbox {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1000;
	background: url(images/lb_bkg.png) repeat; }

#lb_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 400px;
	margin-top: -212px;
	margin-left: -212px;
	background: #fff;
	padding: 10px;
	border: 1px solid #888; }

#packages {
	margin: 0 auto; }
	
.tablelist th {
	padding: 5px 3px;
	background-color: #000;
	background: -moz-linear-gradient(100% 100% 90deg, #555, #000);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000), to(#555));
	color: #fff; }
	
.tablelist td {
	padding: 5px 3px;
	border: 1px solid #ddd;
	border-collapse: collapse;
	font: normal 0.9em Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	vertical-align: middle; }
	
.tablelist tr:hover td { 
background-color:#eee;
cursor: pointer;
}

.btn {
	width: auto;
	height: auto;
	margin: 0;
	padding: 2px;
	background: #00A5FF;
	border: 1px solid #39C;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

.bigprice {
	font: bold 1.3em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FF6600; }
	
.confirm_vps_btn {
	width: auto;
	height: auto;
	margin: 0;
	padding: 2px;
	background: #00A5FF;
	border: 1px solid #39C;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	margin: 10px;
	padding: 5px;
	background: #00A5FF;
	border: 1px solid #39C;
	color: #fff;
	font: normal 1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-radius: 5px;
	-moz-border-radius: 5px;
}