/*======== Universal ========*/
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(../../../../../../slices/header-bg.jpg) repeat-x 0 0;
	margin: 0; /* good css practice to zero the body element margin and padding. */
	padding: 0;
	text-align: center; /* centers the container in IE 5-6 browsers. */
	color: #3F3B3B;
}

h1,h2,h3,h4,h5,h6 { font-weight: bold; margin: 0; padding: 0; text-decoration: none;}

a:link, a:visited {color:#1587AF;}
a:hover, a:active {color:#fff; background-color:#1587AF;}

#page_1 h1, #page_cart h1 {font-size:155%; font-weight:normal; height:27px; background:url(../../../../../../slices/h1-orange.gif) no-repeat; color:#fff; padding:0px 5px;} 
#home h1 {font-size:155%; font-weight:normal; height:27px; background:url(../../../../../../slices/h1-3col-blue.gif) no-repeat; color:#fff; padding:0px 5px;}
h2 {font-size:135%} 
h3 {font-size:120%} 
h4 {font-size:115%} 
h5 {font-size:110%} 
h6 {font-size:105%}

#container { 
	position: relative; 
	width: 980px;  /* 20px less than a full 1024px width allows for browser chrome */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

img {border:none;}

a:hover img {background-color: transparent;}

#wrapper a.imgfix, #wrapper a:hover.imgfix, #wrapper #craftysyntax a {
        text-decoration:none; 
        background-color:transparent; 
        border: 0 none;
}

/*======== Header ========*/
#top {
	position: absolute;
	left: 130px;
	margin: 5px 0 0 0;
	color: #fff;
	font-size: 105%;
	font-weight: bold;
}
#header { 
	height: 305px;
	background: #DDDDDD url(../../../../../../slices/header-bg.jpg) repeat-x 0 0; 
	padding: 0 10px 0 0;  /* matches the left alignment of the elements in the divs beneath it. */
} 
#header span img {
	border: none; /* removes image anchor border */
}
#header span a:hover {
        background-color: transparent; /* removes color on hover */
}
#header h1 {
	margin: 0; /* zeroing margin of the last #header div element will avoid margin collapse. */
	padding: 0;
}
#dyk {
	position: absolute;
	width: 505px;  /*502px*/
	height: 127px;  /*114px*/
	background: url(../../../../../../slices/dyi.jpg) no-repeat top left;
	top: 40px; /*44*/
	left: 475px; /*480*/
	color: #2B36AF;	/*border: 1px solid #000;*/
}
#dyk1, #dyk2 {
	width: 46.5%;
	float: left;
	padding: 10px 0 8px 12px;
}
#dyk h4 {
	margin: 0 0 5px;
	/*padding: 5px 0;*/
	border-bottom: 1px solid #E6E6E6;
	font: bold 95% Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .02em;
}
#dyk p {
	margin: 0;
	color: #31459F;
}

/*======== Navigation ========*/

#nav ul {
	margin: 0px auto 0px;
	text-align: center;
	width: 745px;
	color: #fff;
	height:41px;
	padding:0;
}
#nav li {
	float: left;
	display: inline;
	line-height: 36px;
	margin-left: -1px;
}
#nav li a:link, #nav li a:visited {
	display: block;
	background: url(../../../../../../slices/btn-hover.jpg) no-repeat 0 0;
	width: 125px;
	padding: 5px 0 0;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#nav li a:hover {
	background: url(../../../../../../slices/btn-hover.jpg) no-repeat -125px top;
}
#page_user li.page_user a {
	background: url(../../../../../../slices/btn-hover.jpg) no-repeat right top;
}
#page_user li.page_user a:hover {
	background: url(../../../../../../slices/btn-hover.jpg) no-repeat -125px top;
}

/*======== Main Content ========*/

/*==== Pages ====*/
#home .mainContent { 
	margin: 0 0;
	padding: 0 20px;
	float: left;
    width:480px;
}
#page_1 .mainContent, #page_cart .mainContent {
	width: 710px;
	margin: 0 0;
	padding: 0px 20px 5px;
    float: left;
}
#page_cart .mainContent #order_form {
	line-height: 135%;
}
#cont-top {
	background: url(../../../../../../slices/cont-top.gif) no-repeat top center;
	width: 980px;
	height: 2px;
	margin-top: -70px;
}
#cont-bg {
	background: url(../../../../../../slices/cont-btm.gif) no-repeat;
	height: 9px;
}
#wrapper {
	background:url(../../../../../../slices/cont-bg.jpg) repeat-x top left;
	min-height:400px;
	width: 978px;
    padding-top: 5px;
	border-left: 1px solid #BAB193;
	border-right: 1px solid #BAB193;
}

/*======== Sidebar 1 & 2 ========*/
.sb-top {
	background: transparent url(../../../../../../slices/sb-top.gif) no-repeat;
    line-height:27px;
	padding: 0 10px;
	margin:0;
}
.sb2-top {
	background: transparent url(../../../../../../slices/sb2-top.gif) no-repeat;
    line-height:27px;
	padding: 0 10px;
	margin: 10px 0 0 0;
}
.sb-top h3, .sb2-top {
	color: #fff;
}
.sb-bg {
	background: #F1EEE5 url(../../../../../../slices/sb-bg.jpg) repeat-x 0 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 1px 8px 5px;
	margin: 0;
}
.sb-bg h3, .sb-bg h4, .sb-bg h5, .sb-bg h6 {
        color:#EFAE00;
        width:200px;
        background-color:#fff;
        border-bottom:#ccc solid 1px;
        padding-left:4px;
        margin-left:-2px;
}
#sidebar1 {
	float: left;
	width: 218px; /* IE will include padding & border in addition to the width */
	margin: 0;
	padding: 0 5px 15px 5px; /* padding to give the text some space from the edges */
}
#sidebar2 {
	float: right;
	width: 218px; /* IE will include padding & border in addition to the width */
	padding: 0 5px 15px 5px; /* padding keeps the content of the div away from the edges */
}

/*======== Footer ========*/
#footer { 
	padding: 0 10px 0 10px; /* this matches the left alignment of the elements in the divs above it.*/
	background:#DDDDDD url(../../../../../../slices/footer-bg.jpg) repeat-x;
	height: 132px;
} 
#foot-inner {
	width:980px;
	margin: 0 auto;
	padding: 25px 0 15px;
}
#ft-left, #ft-center, #ft-right {
	float: left;
}
#ft-left {
	width: 200px;
	text-align: left;
}
#ft-right {
	width: 200px;
	text-align: right;
}
#ft-center {
	width: 580px;
}
#footer p {
	margin: 0; /* avoids the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* creates space, as the the margin would, without the margin collapse issue */
}

/*======== Generic Styles =======*/
.fltrt {
    float: right;
    margin-left: 8px;
}
.fltlft {
    float: left;
    margin-right: 8px;
}
.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.sb-feature {
    background-color: #fbfbfb;
    border: #f1f1f1 solid 1px;
    padding: 5px;
    width: 188px;
    margin: 7px 0;
}

/*========== Lists ==========*/
.floatleft1, .floatleft2, .floatleft3 {
    background-color: #fbfbfb;
    border: #f1f1f1 solid 1px;
    padding: 5px;
    width: 30%;
}
.floatleft1 {
    float: left;
    margin: 15px 0;
}
.floatleft2, .floatleft3 {
    float: left;
    margin: 15px 0px 15px 2.4%;
}
.floatleft1 h2, .floatleft2 h2, .floatleft3 h2 {
    border-bottom: #666 dashed 1px;
}
ul.checkbox{
    margin-left: 20px;
    padding-left: 0;
}
.checkbox li {
    list-style-image: url(../../../../../../slices/checkbox.gif);
    padding: 2px 0;
}
.checkbox-gr li {
    list-style-image: url(../../../../../../slices/checkbox-gr.gif);
    padding: 2px 0;
}
.checkbox-red li {
    list-style-image: url(../../../../../../slices/checkbox-red.gif);
    padding: 2px 0;
}
.captcha img {
    width: 170px;
    height: 39px;
}

/* ========= FB Forms =========*/ 
.contactform fieldset {padding: 1em; background-color: #eee;} 
.contactform fieldset legend {font-weight: bold;} 
.contactform div {width: 100%; padding: 0.25em 0 0.25em 0;} 
.contactform div label {display: block; width: 10em; } 
.contactform div.required {color: #E18B00;}
#m3fbrp__16 {width:100%;}

/*========== Tables ==========*/
.share-cp {
	width: 99.5%;
	border: #003399 1px solid;
    text-align: center;
    margin: 20px 0px;
}
.plans { 
	font:normal .83em Verdana, Arial, Helvetica, sans-serif; 
	color:#666666; 
	border-top:#003399 1px solid; 
	background-color:#f9f9f9;
}
.plans caption {
	display: none;
}
.share-cp h2 { 
	background-color: #f1f1f1; 
	text-align: center; 
    font-weight: bold;
	width: 100%; 
	margin: 0; 
	padding: .2em 0; 
	border-top:#6F96FF solid 1px; border-bottom:#6F96FF solid 1px;
}
.plans td {
	border-left: #fff 2px solid;
	border-top: #fff 2px solid;
	padding: .8em .5em;
}
.plans th {
	color:#FFFFFF;
}
.specs {
	background-color: #91AD38;
    font-size: 1.2em;
}
.colth {
	background-color: #386BA0;
	border-left: #79A5D0 2px solid;
	width: 15%;
    margin: 0;
    padding: .75em 0em;
	text-align:center; 
    font-size: 1.2em;
}
.rowth {
	width: 22%;
	background-color: #A5C44A;
	border-top: #C4D885 2px solid;
    text-align: left;
    padding-left: 5px;
}








/*
 * ##################################################################
 * Created on: 11 Jul, 2005
 * File name:  style.css 
 * ##################################################################
 * This code is a sole property of netenberg.com 
 * ##################################################################
 */
/*
 * ##################################################################
 * Default style sheet
 * ##################################################################
 */
/*TABLE, TH, TR, TD, UL, OL, LI, P, FONT, A, BLOCKQUOTE, LABEL
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
}*/
.accountlabPageBODY{}
#bill_div_1 {  /*payment cycle div*/
	margin-left:1em;
	line-height:120%;
}
#bill_cycle, {
	width:250px;
}
#product_id {
	width:290px;
}
#bill_opt_1 {
	margin-right:0px;
}
#order_form {
	margin-top: 1em;
}
#basket_body, #group_section_1 .accountlabFormTABLE {  /*bottom 2 cart forms*/
	line-height: 145%;
}
#group_section_1 .accountlabFormTABLE {
	padding-right:1em;
}
.accountlabFormTABLE input {
	margin-left:1em;
}
.accountlabFormTABLE  /*All cart-basket forms*/
{
	border-top: 1px solid #9C929C;
	border-left: 1px solid #9C929C;
	border-bottom: 1px solid #9C929C;
	border-right: 1px solid #9C929C;
}
.accountlabFormHeaderFont
{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
.accountlabFieldCaptionTD
{
	border: 1px solid #CFC6D0;
	background-color: #336699;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.accountlabAltDataTD
{
	border-top: 1px solid #9C929C;
	border-left: 1px solid #9C929C;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color: #F1F1F1;
	color: #000000;
	font-size: 12px;
}
.accountlabColumnTD{
	border-top: 1px solid #336699;
	border-left: 1px solid #336699;
	border-bottom: 1px solid #336699;
	border-right: 1px solid #336699;
	background-color: #336699;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.accountlabColumnTDred{
	border-top: 1px solid #FF9933;
	border-left: 1px solid #FF9933;
	border-bottom: 1px solid #FF9933;
	border-right: 1px solid #FF9933;
	background-color: #FF9933;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.accountlabDataTD
{
	border-top: 1px solid #9C929C;
	border-left: 1px solid #9C929C;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color: #EDE7EE;
	color: #000000;
	font-size: 12px;
}
.accountlabSeparatorTD
{
	height: 0px;
}
.accountlabFooterTD
{
	border: 1px solid #CFC6D0;
	border-color: #336699;
	background-color: #CFC6D0;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
a.accountlabSorterLink:link,a.accountlabSorterLink:visited
{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
a.accountlabSorterLink:hover,a.accountlabSorterLink:active
{
	color: #8C798C;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none; 
}
a.accountlabDataLink:link,a.accountlabDataLink:visited
{
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}
a.accountlabDataLink:hover,a.accountlabDataLink:active
{
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
}
a.accountlabNavigatorLink:link,a.accountlabNavigatorLink:visited
{
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
}
a.accountlabNavigatorLink:hover,a.accountlabNavigatorLink:active
{
	color: #8C798C;
	font-size: 12px;
	text-decoration: none;
}
.accountlabButton
{
	border-bottom:1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	background-color: #EDE7EE;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
}
.accountlabInput
{
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, sans-serif;
}
.accountlabTextarea
{
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, sans-serif;
}
.accountlabTextarea1
{
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	border-top: 0px solid #000000;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, sans-serif;
}
.accountlabSelect
{
	font-size: 12px;
	font-family: Verdana, sans-serif;
}
.accountlabSmallGrey
{
	color: grey;
	font-size: 10px;
	font-family: Verdana, sans-serif;
}
#addon_sec_1 .accountlabFormTABLE td {
	border-bottom: 1px solid #f1f1f1;
}
