/********************************************
   AUTHOR:  			Gerard Jacolbia 
   WEBSITE:   			http://judasinwonderland.com/
   TEMPLATE NAME: 	          Floro Works Storefront
   TEMPLATE CODE: 	          SF-0001
   VERSION:                               1.0          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { margin:0; 	padding: 0; }

body {
	margin: 0; padding: 0;
	font: 70%/1.5em  Verdana, Tahoma, Arial,sans-serif;
	color: #333; 
	text-align: center; 
}

p.prighty{
    text-align: right;
}

p.centered{
    text-align: center;
}

/* form elements */
form {
	margin:10px; padding: 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	/*display:block;*/
	font-weight:bold;
	margin:5px 1em;
}
input {
	padding: 3px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:350px;
	padding:3px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Verdana, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #75A54B;
}
input.text{
    border-width: 0;
    border-left: 1px dotted black;
    border-bottom: 1px dotted black;
}
input:hover{
    background-color: #66FFCC;
}

/* links */
a {
	color: #F9864D; 
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #575757;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 145%;	
	padding: 10px 10px 5px 10px;
	color: #75A54B;
	background-color: inherit;
	border-bottom: 1px solid #EFF0F1;		
}
h2 {
	font-size: 125%;
	text-transform: uppercase;
}
h3 {
	font-size: 125%;	
	color: #404040;
}

h2, h3, p {
	padding: 10px;		
	margin: 0;
}

/* images */
img {
	/*border: 3px solid #D5D5D5;*/
}
img.float-right {
  margin: 5px 0px 5px 10px;  
}
img.float-left {
  margin: 5px 10px 5px 0px;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

img.noborder, .kbsuggestions img{
    border: none;
    vertical-align: text-bottom;
}

li.underlineme{
    border-bottom: 1px solid #EFF0F1;
}


/* tables */
table.centered {
    margin: 0 auto;
}

table.floatleft{
    float: left;
}

table.border{
    border: 1px solid red;
}

table.fixedwidth90{
    width: 90%;
}

table.fixedwidth100{
    width: 100%;
}

table.fixedwidth45{
    width: 45%;
}

table.fixedwidth90 td, table.fixedwidth100 td{
    background-color: #FAFAFA;
}

table.fixedwidth90 td.transparent, table.fixedwidth100 td.transparent{
    background-color: transparent;
}


table.fixedwidth90 td.topcaption, table.fixedwidth100 td.topcaption{
    font: bolder 0.9em Tahoma, Verdana, Arial, Sans-Serif;
    vertical-align: bottom;
    background: transparent;
}

th {
    font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #CC6600;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    padding: 6px 6px 6px 12px;
    background: #FFCC99;
}

th.nobg {
    border-top: 0;
    border-left: 0;
    background: none;
}

table.fixedwidth90 th, table.fixedwidth45 th, table.fixedwidth100 th{
    text-align: center;
}

td {
    background: #FFF;
    padding: 6px 6px 6px 12px;
    color: #6D929B;
    text-align: center;
}

td.lbl , td.righty, th.righty{
    text-align: right;
}

td.fld, td.lefty, td.fieldarea{
    text-align: left;
}

td.toppy{
    vertical-align: top;
}

td.bottom{
    vertical-align: bottom;
}

td.dontunderline{
    border-bottom: 0px none #FFFFF;
}

tr.clientareatableactive {
	background-color: #FAFAFA;
	text-align: center;
}

tr.clientareatablepending {
	background-color: #ffffcc;
	text-align: center;
}

tr.clientareatablesuspended {
	background-color: #ccff99;
	text-align: center;
}

tr.clientareatableterminated {
	background-color: #ff9999;
	text-align: center;
}



/**************************************
   LAYOUT 
***************************************/	

#page {
	margin: 0 auto; 
	padding: 0; 
	width: 850px;
	text-align: left;
}


/* header */
#header { 
	position: relative;
	height: 70px; 
    float: left;
    width: 60%;
	margin: 0; padding: 0;
	color: #808080; 		
}
#header h1#logo {
	position: absolute;	
	font: bold 3.9em "trebuchet MS", Arial, Tahoma, Sans-Serif;
	margin: 0; padding:0;
	color: #75A54B;
	letter-spacing: -2px;	
	border: none;	
	
	/* change the values of top and Left to adjust the position of the logo*/
	top: 0; left: 2px;		
}
#header h1#logo span { color: #F18359; }

#header h2#slogan { 
	position: absolute;
	margin: 0; padding: 0;	
	font: bold 12px Arial, Tahoma, Sans-Serif;	
	text-transform: none;
	
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 43px; left: 10px;
}

#livechat {
    float: right;
    margin: 5px 5px 0 0;
    padding: 5px 5px 0 0;
}
#livechat img {
    border: 0;
}


/* menu */
#menu{
    clear: both;
    background: #FF9966;
    height: 30px;
    margin: 0;
    font: bolder 1.2em/30px Tahoma, Verdana, Arial, Sans-Serif;
    position: relative;
    overflow: hidden;
}

#menu ul{
	margin: 0; padding: 0 0 0 8px;
}

#menu ul li {
    float: left;
    list-style: none;
    border-right: 1px solid #FFA500;
}

#menu ul li a{
    position: relative;
    text-decoration: none;
	padding: 0 15px;
	color: #FFF;	
    display: block;
    overflow: hidden;
    z-index: 10;
}
/*
#menu ul li a:hover {
  	color: #333;	
	background: url(../images/menu-hover-bg.gif) repeat-x;
}
#menu ul li#current a {
	color: #333;
	background: url(../images/menu-current-bg.gif) repeat-x;	
}
*/
#menu li.background{
    background: url('images/menu-hover-bg-full.gif') no-repeat top right;
    position: absolute;
}

#menu .background .left{
    background: url('images/menu-hover-bg-full.gif') no-repeat top left;
    /*height: 30px;*/
}

#breadcrumbtrail{
    font-size: 80%;
    margin: 2px;
    padding: 0 0 0 0.5em;
    background: #EEFFEF;
    border-top: 1px solid #EFF0F1;
}

#content{
    float: left;
    position: relative;
    width: 815px;
    left: 17px;
}

#loginform{
    float: left;
    width: 430px;
}

#centerform {
    width: 650px;
    margin: 0 auto;
    text-align: center;
}

table#clientaccountstable td.underline{
    border-bottom: 1px solid #EFF0F1;
}

table#clientaccountstable td.dontunderline{
    border-bottom: 1px none #FFFFF;
}

form.basic {
	margin:10px; padding: 5px;
	border: 0; 
	background-color: transparent; 
}

#servicecolorlegend {
    color: #6D929B;
    font: bolder 0.9em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    margin: 0 auto;
    text-align: center;
    padding-top: 0.5em;
    width: 300px;
    border: 1px dotted gray;
}

div#productdetailsleft{
    float: left;
    width: 400px;
    border: 1px solid black;
}

div#productdetailsright{
    float: left;
    width: 400px;
    border: 1px solid red;
    clear: right;
}

div#clientareasidepanel{
    float: left;
    width: 210px;
    padding-top: 1em;
    border-right: 1px solid #EFF0F1;
}

div#clientareasidepanel ul {
    list-style: none;
    margin: 0 5px 0 5px;
    padding: 0 5px 0 5px;
}

div#clientareasidepanel ul li{
    padding: 2px 0 2px 0;
    border-bottom: 1px dotted gray;
}

div#clientareasidepanel ul li a img{
    border: 0;
}

div#clientareacontent{
    float: right;
    width: 620px;
    border-left: 1px solid #EFF0F1;
    padding-left: 1em;
    margin: 0;
}

div.orderstepone{
    margin: 7px;
    padding: 7px;
}

label.orderpage{
    display: inline;
    margin: 0 7px 0 3px;
    padding: 0 7px 0 3px;
    font-weight: bold;
}

table.domainpricingtable{
    text-align: center;
    margin: 0 auto;
}

table.domainpricingtable td.noalt{
    background: #FFF;
    padding: 6px 6px 6px 12px;
    color: #6D929B;
    font: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
}

table.domainpricingtable td.alt{
    background: #F5FAFA;
    color: #B4AA9D;
}

table.domainpricingtable th{
    text-align: center;
}

table.domainpricingtable th.righty{
    text-align: right;
}

table.domainpricingtable th.domain {
    border-top: 0;
    background: #FFF;
    text-align: right;
    font: bold Verdana, Arial, Helvetica, sans-serif;
    color: #6D929B;
}

table.domainpricingtable th.domainalt{
    border-top: 0;
    background: #F5FAFA;
    text-align: right;
    font: bold Verdana, Arial, Helvetica, sans-serif;
    color: #B4AA9D;
}

.activeservice{
    background-color: #FAFAFA;
}

div.domaintools{
    display: inline;
    float: left;
}

.domaincheckeravailable {
	color: #669900;
}

.domaincheckerunavailable {
	color: #cc0000;
}

.pendingservice{
    background-color: #FFC;
}

.suspendedservice{
    background-color: #CF9;
}

.terminatedservice{
    background-color: #F99;
}

.kbsuggestions{
    text-align: center;
}

.captchainput{
    margin-right: 10px;
}

.notice {
    font-size: 80%;
    font-weight: bolder;
    font-style: italic;
    color: #555;
}

.notice-red {
    font-size: 80%;
    font-weight: bolder;
    font-style: italic;
    color: #F00;
}

.emphasizeme{
    font-size: 115%;
    font-weight: bolder;
    color: #404040;
    background-color: #EFF0F1;
}

.errorbox {
	border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
	text-align: center;
	width: 90%;
	padding: 10px;
	color: #cc0000;
	margin-left: auto; 
	margin-right: auto;
    position: relative;
}

.nobg{
    border: 0;
    background-color: #FFF;
}

/* footer */
#footer { 
	clear: both; 	
	color: #666666; 	
	padding: 0;	 
    margin-top: 1.5em;
	height: 60px;
    float: left;
    position: relative;
    width: 815px;
    left: 17px;
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;
}
#footer-content {
	margin: 0 auto;
	width: 810px;
    border-top: 1px solid #EFF0F1;
}
#footer-content #footer-left {
	padding: 10px;
	width: 50%;
	float: left;
	text-align: left;
}
#footer-content #footer-right {
	padding: 10px;
	width: 43%;
	float: right;
	text-align: right;
}

/* additional classes */
.clear  { clear: both; }
.green  { color: #75A54B; }
.orange { color: #F18359; }