/*-------------------------------------------------
  Nucleus CMS Stylesheet - bundled with version 3.2
  Based on the Stanch skin by Ivan Fong
  Mods by hcgtv and moraes
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{
	background: #C1C1C1 url(images/bgfade.jpg) repeat-x;
	color: #494949;
	font-family: Trebuchet, "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	padding: 20px 0;
	margin: 0;
}

.highlight {
	margin:0px;
	padding:1px;
	font-weight:bold;
	background:#FEFFF8;
}

img
{
	border: 0;
}
form
{
	margin: 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
}
h2 {
	font-size:20px;
}
/* Lists */
.sidebar ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
.sidebar li
{
	background: url(images/arrow.gif) left 5px no-repeat;
	padding: 0 0 0 10px;
	margin: 0 20px;
}

#callouts img{
	float:left;
}

/* Links */
a:link, a:visited
{
	color: #4C4C4C;
	text-decoration: none;
	
}
a:hover, a:active
{
	color: black;
}

.contentbody a:link, .contentbody a:visited, .scart-wrap a:link, .scart-wrap a:visited
{
	color: #126FAC;
	font-weight:bold;
	text-decoration:underline;
}
.contentbody a:hover, .contentbody a:active, .scart-wrap a:hover, .scart-wrap a:active
{
	color: black;
	font-weight:bold;
}

#copyrights a:link, #copyrights a:visited
{
	color: #FFF;
}
#copyrights a:hover, #copyrights a:active
{
	color: #B6CAD7;
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	width: 704px;
	height: 0;
	clear: both;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	position: relative;
	width: 750px;
	height: 217px;
	/* large header image is defined below */
	background:url(images/ue_header.gif) no-repeat;
	margin:10px auto 0 auto;
}
#header-newsletter {
	float:right;
	display:inline;
	width:209px;
	height:89px;
	margin:80px 50px 0 0;
	}

#print-header h1, #print-header  h3{
	display:none;
}

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	width: 750px;
	background: white;
	margin: auto;
}
#wrapper
{
	width: 741px;
	background: white url(images/bgcontainer01.gif) repeat-y;
	margin: auto;
	border-right:9px solid #56A2D6;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container
{
	width: 741px;
	height: 1%;
	overflow: visible;
	float: right;
	padding: 4px 0 0 0;
	margin-left: -175px;
}
.content
{
	padding: 0;
	margin: 7px 20px 30px 190px;
}

/*-------------------------------------------------
  Item styles
-------------------------------------------------*/

h3 {
	font-size: 16px;
	padding:0;
	margin: 0 0 5px 0;
	text-align:left;
	font-weight:bold;
}

.contenttitle h2
{
	clear: both;
	background: url(images/ue_header_border.gif) bottom right no-repeat;
	font-size: 20px;
	padding: 0 0 6px 0;
	margin: 0px 0 0 0;
	text-align:right;
}

.contenttitle h2 img {
	margin-right:7px;
}

.contentbody
{
	font-size:13px;
	text-align: left;
	padding: 0 0 16px 0;
	line-height:1.4em;
}

/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.contentitemcategory
{
	background: url(images/bgcategory.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 0px 0 15px;
}
.contentitempostedby
{
	background: url(images/bgpostedby.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 12px;
}
.contentitemcomments
{
	background: url(images/bgcomment.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 13px;
}
.contentitemedit
{
	background: url(images/bgedit.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 11px;
}
.contentitem
{
	padding: 3px 0 0 0;
	margin: 0 0 16px 0;
	text-align:right;
}
.contentitem1
{
	display: inline;
}
.contentitem2
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem3
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem4
{
	display: inline;
	padding: 0 0 0 10px;
	background: url(images/dotv.gif) left repeat-y;
}

/*-------------------------------------------------
  Comments
-------------------------------------------------*/
.itemcomment
{
	background: url(images/commentquote01.gif) no-repeat;
	background-position: 6px 9px;
	padding: 6px 42px;
	border: 1px solid white;
	margin: 10px 0 0 0;
}
.itemcomment:hover
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #CCCCCC;
}
.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.id1:hover
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.itemcomment h3
{
	font-size: 12px;
}

/*-------------------------------------------------
  Menu
-------------------------------------------------*/
#sidebarcontainer
{
	float: left;
	width: 175px;
	padding: 2px 0 0 0;
	margin:25px 0 0 0;
}
.sidebar
{
	color: #21262A;
	margin: 0 0 4px 6px;
}

/* Menu lists */
.sidebardl
{
	padding: 0 0 10px 0;
	margin: 0;
	width:160px;
}
.sidebardl dt
{
	background: #E5E5E5 url(images/ue_sectionheader.gif) no-repeat;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, "Trebuchet MS", sans-serif;
	padding: 0px 15px;
	letter-spacing:-.1em;
}
.sidebardl dd
{
	background: #FFF;
	padding: 2px 10px;
	margin: 1px 0 0 0;
	border-bottom:1px #ccc solid;
}
.sidebardl dd:hover
{
	background: #F6F6F6;
	margin: 1px 0 0 0;
}
.sidebardl dd a:link, .sidebardl dd a:visited
{
	background: url(images/arrow.gif) left center no-repeat;
	padding: 0 0 0 10px;
}
.lp-button img 
{
	width:159px;
}
/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	width: 750px;
	background: url(images/ue_footer.gif) no-repeat;
	text-align: center;
	padding: 25px 0 10px 0;
	margin: 0px auto;
	height:52px;
}

#copyrights
{
	color: #FFF;
}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin: 5px 0;
}
.commentform, .mailform
{
	margin-top: 10px;
    padding: 10px;
    background: #EEEEEE;
    /* Rounded borders, for Mozilla browsers */
    /* -moz-border-radius: 10px; */
}
.commentform img{
    margin: 5px 0 0 0;
}
.formfield
{
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	margin: 1px 0 0 0;
}
.formbutton
{
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	margin: 1px 0 0 0;
}
.searchform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.searchform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}

.price-schedule .formfield
{
	width: 180px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
	margin: 0 2px 2px 0;
}
.price-schedule .formbutton
{
	width: 120px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}


.contact .formfield
{
	width: 180px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.contact .formbutton
{
	width: 80px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}

.loginform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.mainform .formfield
{
	width: 280px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
#nucleus_cf_name, #nucleus_cf_mail
{
    width: 300px;
    margin-right: 105px;
    font-family: Arial, Trebuchet MS, Verdana, sans-serif;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
{
    width: 300px;
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
}
.error
{
	color: red;
	font-weight: bold;
}


/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/
/* VBlog image onion skin shadow - From AListApart.com*/
.wrap1, .wrap2, .wrap3
{
	display:inline-table;
	/* \*/display:block;/**/
}
.wrap1
{
	float:left;
	background:url(images/shadow.gif) right bottom no-repeat;
	margin: 0 5px 3px 0;
}
.wrap2
{
	background:url(images/corner_br.gif) left bottom no-repeat;
}
.wrap3
{
	background:url(images/corner_tr.gif) right top no-repeat;
	padding:0 5px 5px 0;
}
.wrap3 img
{
	display:block;
}


/* Leftbox and Rightbox toolbar buttons */
.leftbox {
	float: left;
	margin:0 10px 5px 0;
	clear:both;
}
.rightbox {
	float: right;
	margin:0 0px 5px 10px;
	clear:both;
}

table.price-schedule {
	width:100%;
	font-family:verdana;
	font-size:10px;
	line-height:1.5em;
}

table.price-schedule a:link, table.price-schedule a:visited {
	color:#000;
	text-decoration:none;
}

table.price-schedule a:hover {
	color:#000;
	text-decoration:underline;
}

table.price-schedule th, table.price-schedule td {
	padding:3px;
}

table.price-schedule th{
	text-align:left;
	background:#56A2D6;
	color:#fff;
}
table.price-schedule .on td {
	background:#E0E6E6;
}

/***************************/
/*  epikone.com css        */
/***************************/


td {
font-family:arial;
}
table.signup {
width:570px;
}
table.signup th img {
margin-top: 3px;
background-color: #fff;
border: none;
}
table.signup small {
color: #999;
}
table.signup th, table.signup th.personal {
font-size: 14px;
padding: 3px 7px 3px 7px;
text-align: center;
vertical-align: bottom;
border-bottom: 1px solid #999;
border-right: 1px solid #E3DFDF;
border-left: 1px solid #E3DFDF;
}
table.signup th.biz {
background:#F4FBFD url(http://www.basecamphq-.com/images/topbluefade.gif);
background-repeat: repeat-x;
}
table.signup th.personal {
font-size: 12px;
}
table.signup th.details {
font-size: 12px;
color: #666;
text-align: right;
font-weight: normal;
}
table.signup th.details strong {
color: #000;
}
table.signup th.personal span {
font-weight: normal;
}
table.signup td.select {
font-size: 10px;
font-weight: bold;
background-color: #ffc;
}
table.signup td.shaded {
background-color: #F8FFCC;
}
table.signup td.shaded small{
background-color:red;
font-size:12px;
}
table.signup td.projectnumber {
font-size: 14px;
}
table.signup td.bigend, table.signup th.bigend {
border-right: 2px solid #0c0;
}
table.signup td {
border-bottom: 1px solid #E3DFDF;
padding: 3px;
font-size: 9px;
border-right: 1px solid #E3DFDF;
border-left: 1px solid #E3DFDF;
text-align: center;
}
table.signup td.banner {
background-color: #333;
color: #fff;
font-size: 9px;
font-weight: bold;
}
table.signup td.plancatper, table.signup td.plancatbiz {
background-color: #fff;
font-size: 10px;
font-weight: bold;
}
table.signup td.plancatbiz, table.signup th.plancatbiz{
background-color: #cfc;
border-bottom: 1px solid #0c0;
border-top: 1px solid #ccc;
}
table.signup td.item {
text-align: right;
vertical-align: top;
font-size: 11px;
border-right: 1px solid #ccc;
white-space: nowrap;
}
table.signup td.perfect {
text-align: center;
font-size: 9px;
vertical-align: top;
}
table.signup span.price {
font-size: 12px;
color: #f60;
letter-spacing: -0.5px;
}
.plan {
background-color:#E3EDB2;
}
table.signup big {
font-size:14px;
font-weight:bold;
}
.biz span {
font-size:18px;
}
.biz span.savings {
font-size:14px;
color:#76A200;
}
.support-table {
width:570px;
background:#F0F0F0;
padding:10px;
}
.hr{
margin:20px 0 0 0;
padding:0;
border-bottom:3px solid #E6E7E8;
}
ul#training {
margin:0px 0 0 50px;
line-height:1em;
}
ul#training li {
margin:0px 0 0 0;
padding:0px;
}
.leftbox {
	float:left;
	margin:0 10px 5px 0;
}
.support-table td .qty {
	width:15px;
}	

.support-table td .check {
	border:1px solid #fff;
}

table#scart {
width:320px;
border-collapse:collapse;
padding:0px;
margin:0px;
font-size: 11px;
}	

table#scart input, table#scart select{
border-color:#ccc;
font-size:10px;
}

table#scart select{ 
width:35px;
}

table#scart .quantity input { 
width:35px;
border:none;
padding:0 0 0 2px;
background:transparent;
}


table#scart td, table#scart th{
font-family:verdana;
padding:0px;
margin:0px;
}	

table#scart th {
color:#fff;
padding:5px 0px 5px 0px;
margin:0xp;
background:#666666 url(/img/e1_cart_th.gif) top right no-repeat;
}

table#scart th.first {
color:#fff;
margin:0xp;
background:transparent none;
}

table#scart td.first {
width:44px;
}
table#scart td.title {
background:#e8e9e6;
padding:0 10px 0 0;
text-align:right;
color:#626262;
font-weight:bold;
}
table#scart td.end {
width:100px;
padding:3px 0 3px 7px;
background:#ecefea url(/img/e1_cart_arrow.gif) 0 no-repeat;
}

table#scart td.bottom {
background:#f1f4ef none;
padding:15px 0 10px 0;
}

table#scart td.border {
border-bottom:1px dotted #000;
height:1px;
}

table#scart td .price {
font-size:18px;
color:#97c41f;
}
 
table#scart .select {
background:#97c41f;
width:100%;
padding:3px 0 3px 0;
color:#fff;
}

table#scart .select input{
margin:0 0 0 5px;
} 

table#scart .quantity {
margin:4px 0 4px 0;
background: url(/img/e1_cart_arrow.gif) 0 no-repeat;
padding:0 0 0 5px;
}

table#scart td#prod_image_1 {
background: #f7f8f5 url(/img/e1_pl_base.gif) bottom left no-repeat;
text-align:right;
padding:15px 10px 10px 0;
font-size:10px;
}

table#scart td#prod_image_2 {
background: #f7f8f5 url(/img/e1_pl_pack.gif) bottom left no-repeat;
text-align:right;
padding:15px 10px 10px 0;
font-size:10px;
}

table#scart td#prod_image_3 {
background: #f7f8f5 url(/img/e1_pl_balancer.gif) bottom left no-repeat;
text-align:right;
padding:15px 10px 10px 0;
font-size:10px;
}

table#scart td#prod_image_4 {
background: #f7f8f5 url(/img/e1_pl_ecommerce.gif) bottom left no-repeat;
text-align:right;
padding:15px 10px 10px 0;
font-size:10px;
}

table#scart td#prod_image_5 {
background: #f7f8f5 url(/img/e1_pl_campaign.gif) bottom left no-repeat;
text-align:right;
padding:15px 10px 10px 0;
font-size:10px;
}

table#scart td#prod_image_6 {
background: #f7f8f5 url(/img/e1_pl_psuite.gif) bottom left no-repeat;
text-align:right;
padding:15px 10px 10px 0;
font-size:10px;
}

table#scart .amount input{
text-align:right;
width:35px;
margin:0 0 0 5px;
}
table#scart .amount {
background: url(/img/e1_cart_arrow.gif) 0 no-repeat;
padding:0 0 0 5px;
}
.scart-wrap h1{
background:#91989a url(/img/e1_cart_h1.gif) top right no-repeat;
padding:3px;
color:#fff;
font-size:14px;
margin:0px;
border-bottom:1px dotted #000;
font-weight:bold;
}
.scart-wrap {
background:url(/img/gradient.jpg) 20px 0 repeat-x;
padding:0px;
width:540px;
}

.scart-wrap p {
font-size:14px;
font-family:arial;
line-height:1.3em;
padding:10px;
}
.scart-left {
float:left;
width:215px;
}
.scart-right {
width:320px;
float:right;
}

.scart-left span {
font-weight:bold;
color:#99cc00;
}

.no-display {
visibility:hidden;
display:none;
}
.show-display {
visibility:visible;
display:block;
}

#leftcolumn h1{
background:#666666 url(/img/e1_cart_nav_h1.gif) top left no-repeat;
padding:1px 0 2px 5px;
color:#fff;
font-size:14px;
font-weight:bold;
border-bottom:1px dotted #ccc;
margin:0px;
}

#scart-nav  {
list-style:none;
padding:0px;
margin:0px 0 20px 0;
}
#scart-nav  li{
border-bottom:1px dotted #999999;
padding:2px 0px 2px 5px;
}

#scart-nav li span {
font-weight:bold;
}

#scart-nav li.on {
background:#fff url(/img/e1_cart_arrow.gif) 0 6px no-repeat;
font-weight:bold;
}

.spayment td{
border-top:1px dotted #ccc;
}

.spayment-end {
background:#e6ecec;
}

.spayment-end-total {
background:#757575 url(/img/e1_cart_total.gif) bottom right no-repeat;
color:#fff;
font-weight:bold;
}

.sinformation input{
background:#fff;
border-top:1px solid #a5a5a5;
border-left:1px solid #c6c6c6;
border-right:1px solid #c6c6c6;
border-bottom:1px solid #a5a5a5;
padding:2px;
width: 250px;
}

.sinformation SELECT{
width:90px;
background:#d7e0df;
border-top:1px solid #a5a5a5;
border-left:1px solid #c6c6c6;
border-right:1px solid #c6c6c6;
border-bottom:1px solid #a5a5a5;
padding:1px;
}

.ssignup {
width:550px;
}

.ssignup th{
border-left:1px dotted #ccc;
border-right:1px dotted #ccc;
border-bottom:1px dotted #ccc;
padding-bottom:5px;
}

.agree {
background:#757575 url(/img/e1_cart_total.gif) bottom right no-repeat;
color:#fff;
padding:3px 3px 3px 13px;
margin:10px 0 0 0;
}

table.price-schedule {
	width:100%;
	font-family:verdana;
	font-size:10px;
	line-height:1.5em;
}

table.price-schedule a:link, table.price-schedule a:visited {
	color:#000;
	text-decoration:none;
}

table.price-schedule a:hover {
	color:#000;
	text-decoration:underline;
}

table.price-schedule th, table.price-schedule td {
	padding:3px;
        font-family:arial;
        font-size:12px;
}
table.price-schedule input {
        font-family:arial;
        padding:2px;
        width:200px;
        background:#fff;
        border-top:1px solid #a5a5a5;
        border-left:1px solid #c6c6c6;
        border-right:1px solid #c6c6c6;
        border-bottom:1px solid #a5a5a5;
}

table.price-schedule th{
	text-align:left;
	background:#666666 url(/img/e1_cart_th.gif) top right no-repeat;
	color:#fff;
}
table.price-schedule .on td {
	background:#f1f4ef;
}
