/* CSS Document */

/* CSS Document */

/* CSS Document */

/******************************************************************

   The following stylesheet elements allow you to control fonts,
   colors, and spacing in the Instant Reseller System

******************************************************************/


/* controls basic properties of the entire document */
body {
        background-color: #FFFFFF;
        text-color: #000000;
	font-size: 11px;
        color: #000000;
}

td {
	font-size: 11px;
}


/* a.shead controls look of important links on the site */
.shead {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-color: #000000;
	font-size: 11px;
	padding-right: 2px;
	padding-left: 2px;
}

.smallshead,   {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-color: #000000;
	font-size: 11px;
	padding-right: 2px;
	padding-left: 2px;
}

.odd  {
	font-family: Arial, sans-serif;
	font-color: #000000;
	font-size: 11px;
}

.fieldtxt {
	font-family: Arial, sans-serif;
	font-color: #000000;
	font-size: 11px;
}

.even {
	font-family: Arial, sans-serif;
	font-color: #000000;
	font-size: 11px;
	padding-right: 2px;
	padding-left: 2px;
}




a.shead {
    color: #4693B8;
    text-decoration: underline;
    font-weight: bold;
			padding-right: 4px;
	padding-left: 4px;
}


/* a.visited controls links that were already visted */
a:link, a:visited { color:#006699;  text-decoration: none; }
a:hover { color: #FF9900;  text-decoration: underline; }



/* .stext controls text that is at the header of sections */
.stext {
        font-family: Arial, sans-serif;
        font-weight: bold;
        font-color: #000000;
        font-size: 11px;
        color : #000000;
}

.caption{
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin: 0px;
	padding: 0px;

}


/* .pagetitle controls the look of page titles */
.pagetitle {
	font-family: Arial, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #4693B8;
font-weight: bold;

}


/* .functiontext controls text that describes functions */
.functiontext {
        font-family: Arial, sans-serif;
        font-weight: bold;
        font-color:#000000;
        font-size: 11px;
        color: #000000;
}


/* .fieldtext controls text in fields */
.fieldtxt {
        font-family: Arial, sans-serif;
        font-weight: bold;
        font-color: #000000
        font-size: 11px;
}


/* .notavailable controls text for domains that aren't available */
.notavailable { color: #AAAAAA; }


/* .available controls text for domains that are available */
.available { color: #663300; }


/* .domain controls text for domains */
.domain { color: #000000; }


/* .error controls text for errors */
.error {
        color: #FF0000;
        font-weight: bold;
	font-size: 11px;
}



/*
  Universal Shopping Cart settings
*/

div.usc {
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 16px;
}

div.usc form {
    display: inline;
}

div.usc a {
    color: #4693B8;
    text-decoration: none;
    font-weight: normal;
}

div.usc a:visited {
    color: #4693B8;
    text-decoration: none;
    font-weight: normal;
}

div.usc a:hover {
    color: #FF9900;
    text-decoration: underline;
    font-weight: normal;
}

div.usc a:active {
    color: #4693B8;
    text-decoration: underline;
    font-weight: normal;
}

div.usc div.hr {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 2px;
    line-height: 1px;
    font-size: 1px;
    background: url(/images/4798/divider_horizontal.gif) repeat;
}

div.usc .textinput {
    border: 1px solid #4693B8;
    background-color: #E7F2F7;
    height: 15px;
    padding-left: 2px;
    font-family: Arial, sans-serif;
    font-size: 11px;
    padding-bottom: 0px;
}

div.usc select {
    font-size: 10px;
    font-style: normal;
    line-height: 10px;
    font-weight: normal;
    margin: 5px 5px 0 auto;
    padding: 0;
    clear: both;
    background: #FFFFFF;
    color: #4693B8;
    border: 1px solid #4693B8;
}

div.usc option {
    font-size: 10px;
    font-style: normal;
    line-height: 10px;
    font-weight: normal;
    padding: 0 auto 0 5px;
    clear: both;
    background: #FFFFFF;
    color: #4693B8;
}

/*
  Text body (titles, sections, main text...)
*/
div.usc .title {
    font-size: 12px;
    font-style: normal;
    color: #4693B8;
    line-height: 16px;
    font-weight: bold;
}

div.usc .subtitle {
    font-size: 11px;
    font-style: normal;
    color: #4693B8;
    line-height: 16px;
    font-weight: bold;
}

div.usc .text {
}

div.usc .caption {
    font-size: 10px;
    line-height: 10px;
    color: #666666;
}

div.usc .caption_color {
    font-size: 10px;
    line-height: 10px;
    color: #4693B8;
}

div.usc .listitem {
    font-family: sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #4693B8;
}


/*
  Special messages 
*/
div.usc .error {
    color: #ff0000;
    font-weight: bold;
}

div.usc .info {
    color: #00cc00;
    font-weight: bold;
}

div.usc .coupon {
    color: #009900;
}

div.usc .option {
    color: #666666;
}

div.usc .note {
    color: #999999;
}

div.usc .label {
    font-weight: normal;
}


/*
  Tabs and boxes
*/
div.usc .nav_off {
    font-size: 10px;
    color: #999999;
    font-style: normal;
    line-height: 10px;
    font-weight: bold;
}

div.usc .nav_on {
    font-size: 10px;
    color: #4693B8;
    font-style: normal;
    line-height: 10px;
    font-weight: bold;
}

div.usc td.box {
    background: #f3f3f3;
}


div.usc td.tab_on {
    font-size: 10px;
    color: #666666;
    background-color: #f3f3f3;
    font-style: normal;
    line-height: 10px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

div.usc td.tab_off {
    font-size: 10px;
    color: #666666;
    background-color: #B8B8B8;
    font-style: normal;
    line-height: 10px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    cursor: hand;
}



/*
  Buttons 
*/
div.usc .button_normal {
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 900;
    color: #FFFFFF;
    background: #4693B8;
    border-top: 1px solid #E7F2F7;
    border-right: 1px solid #2A5B72;
    border-bottom: 1px solid #2A5B72;
    border-left: 1px solid #E7F2F7;
    text-transform: uppercase;
}

div.usc .button_emphasis {
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 900;
    color: #FFFFFF;
    background-color: #FF9900;
    border-top: 1px solid  #FFDA84;
    border-right: 1px solid #CA7900;
    border-bottom: 1px solid #CA7900;
    border-left: 1px solid #FFDA84;
    text-transform: uppercase;
}


/*
  Tables 
*/
div.usc td.odd {
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    background-color: #f2f2f2;
    color: #1C6486;
}

div.usc td.even {
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    background-color: #eeeeee;
    color: #1C6486;
}

div.usc div.cart td_even {
}

div.usc div.cart td_odd {
}

div.usc div.watchlist td_even {
}

div.usc div.watchlist td_odd {
}