.flashing {
color: #da5555;
text-decoration: blink;
} 

/************************************************************************************************/ 
/* trigger button */ 
#play_1 { 
    background:transparent url(/img2/play.png) no-repeat scroll 0 0; 
	display:block; 
    height:44px; 
    margin-bottom:30px; 
    overflow:hidden; 
    text-indent:-999em; 
    width:159px; 
    cursor:pointer; 
} 
 
/* mouseover state */ 
#play_1:hover { 
    background-position:0 -44px ;         
} 
 
/* clicked state */ 
#play_1:focus { 
    background-position:0 -88px; 
} 

/************************************************************************************************/ 
/* trigger button */ 
#play_2 { 
    background:transparent url(/img2/play.png) no-repeat scroll 0 0; 
	float:right;
	display:block; 
    height:44px; 
    margin-bottom:30px; 
    overflow:hidden; 
    text-indent:-999em; 
    width:159px; 
    cursor:pointer; 
} 
 
/* mouseover state */ 
#play_2:hover { 
    background-position:0 -44px ;         
} 
 
/* clicked state */ 
#play_2:focus { 
    background-position:0 -88px; 
} 

/* trigger button */ 
#product_1 { 
    background:transparent url(/shop/images/order1.png) no-repeat scroll 0 0; 
    display:block; 
    height:44px; 
    margin-bottom:30px; 
    overflow:hidden; 
    text-indent:-999em; 
    width:159px; 
    cursor:pointer; 
	align:centre;
	
	
} 
 
/* mouseover state */ 
#product_1:hover { 
    background-position:0 -44px ;         
} 
 
/* clicked state */ 
#product_1:focus { 
    background-position:0 -88px; 
} 
 




.teaser {
		width:430px;
		padding:0 0 14px 0;
		margin:10px auto;
		background:url("/img3/tsr.gif") bottom left no-repeat;
	}
	.teaser h1 {
		margin:0;
		padding:7px 10px 3px 10px;
		background:url("/img3/tsr.gif") top left no-repeat;
	}
	.teaser h3 {
		margin:0;
		padding:7px 10px 3px 10px;
		background:url("/img3/tsr.gif") top left no-repeat;
	}
	.teaser p, .teaser a.more {
		margin:0;
		padding:0 10px 3px;
		border:1px solid #d8d8d8;
		border-width:0 1px;
		background:#fff;
	}
	.teaser a.more {
		display:block;
		text-align:right;
		background:url("/img3/tsr-a.gif") 410px 50% no-repeat;
		padding:0 24px 0 0;
		text-decoration:none;
		color:#44a;
	}
	.teaser a.more:hover {
		text-decoration:underline;
	}
	
	.teaser2 {
		width:258px;
		padding:0 0 14px 0;
		margin:10px auto;
		background:url("/img3/tsr2.gif") bottom left no-repeat;
	}
	.teaser2 h1 {
		margin:0;
		padding:7px 10px 3px 10px;
		background:url("/img3/tsr2.gif") top left no-repeat;
	}	
	.teaser2 h3 {
		margin:0;
		padding:7px 10px 3px 10px;
		background:url("/img3/tsr2.gif") top left no-repeat;
	}
	.teaser2 p, .teaser a.more {
		margin:0;
		padding:0 10px 3px;
		border:1px solid #d8d8d8;
		border-width:0 1px;
		background:#fff;
	}
	.teaser2 a.more {
		display:block;
		text-align:right;
		background:url("/img3/tsr-a.gif") 410px 50% no-repeat;
		padding:0 24px 0 0;
		text-decoration:none;
		color:#44a;
	}
	.teaser2 a.more:hover {
		text-decoration:underline;
	}
	
		.teaser3 {
		width:258px;
		padding:0 0 14px 0;
		margin:10px auto;
		background:url("/img3/tsr3.gif") bottom left no-repeat;
	}
	.teaser3 h3 {
		margin:0;
		padding:7px 10px 3px 10px;
	}
	.teaser3 p, .teaser a.more {
		margin:0;
		padding:0 10px 3px;
		border:1px solid #d8d8d8;
		border-width:0 1px;
		background:#FBD8B4;
	}
	.teaser3 a.more {
		display:block;
		text-align:right;
		background:url("/img3/tsr-a.gif") 410px 50% no-repeat;
		padding:0 24px 0 0;
		text-decoration:none;
		color:#44a;
	}
	.teaser3 a.more:hover {
		text-decoration:underline;
	}

.tool-tip {
	color: #fff;
	width: 190px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}
html body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #44483d url(/img2/bkgd.gif) repeat-x fixed bottom;
	font-size: 12px;
	font-family: "Lucida Grande", sans-serif;
	line-height: 1em;
	color: #555;
	text-align: left;
}

#shell {
padding: 0;
margin: 0 auto;
height: 100%;
width: 990px;
text-align: left; 
}

img {
border: 0;
}

a {
color: #069;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

p {
margin-top: 0;
}

b {
color: #000;
}

.clear {
display: block;
clear: both; 
height: 1px;
}

.l {
float: left;
}

.r {
float: right;
}

.btn  {
clear: both; 
text-align: right;
margin: 20px 10px 20px 20px; 
}

.btn img {
cursor:pointer;
}

.small {
font-size: 11px !important;
color: #555555 !important;
}

.tiny {
font-size: 10px !important;
color: #999999 !important;
}

.gray {
background: #f2f2f2; 
padding: 10px;
margin: 5px; 
}

.red0{
color: #c00; 
} 

.red {
color: #c00; 
font-size: 12px;
}

.green{
color: #80a040; 
font-size: 12px;
} 


.dotted {
 border-top: 1px dotted #ccc;
 margin: 45px 0 0 0 !important;
}

#topbar {
height: 52px;
}

#logo {
float: left; 
padding: 8px 20px;
}

#toplinks {
font-size: 11px;
padding: 17px 10px;
text-align: right; 
color: #fff;
}

#toplinks a {
color: #eed;
margin: 0 10px;
}

#toplinks b {
color: #f93;
font-weight: normal;
margin-right: 10px;
}

#top-cap {
height: 5px;
background: url(../img2/bkgd-top.gif) no-repeat bottom;
margin-top: 4px;
}

#bottom-cap {
height: 5px;
background: url(../img2/bkgd-bottom.gif) no-repeat top;
margin-bottom: 4px;
}

#wrapper {
padding: 20px 25px 25px 25px;
text-align: left;
background: #fff; 
}

#leftSide {
 float: left;
 width: 732px;
 padding: 0 0 20px 0;
 background: url(../img2/grey-fade.gif) 0 30px repeat-x;

}

#leftSide2 {
 float: left;
 width: 850px;
 padding: 0 0 20px 0;
 background: url(../img2/grey-fade.gif) 0 30px repeat-x;

}

#leftSide3 {
 float: left;
 width: 940px;
 padding: 0 0 20px 0;
 background: url(../img2/grey-fade.gif) 0 30px repeat-x;

}

#rightSide {
 float: right;
 width: 200px; 
 margin: 15px 0 0 0;
}


#statusInfo,
#leftSide #colCombine {
  padding: 0 0 0 15px;
}

#statusInfo,
#leftSide #colCombine {
  padding: 0 0 0 2px;
}

#leftSide #column1 {
float: left;
width: 320px;
height: auto;  
padding: 0 0 0 15px; 
}

#leftSide #column2 {
float: right;
width: 350px;
height: auto;  
padding: 0 0 0 10px; 
}

#leftSide #column6 {
float: right;
width: 300px;
height: auto;  
padding: 0 0 0 10px; 
}

#leftSide2 #column2 {
	float: right;
	width: 330px;
    padding: 0 70px 0 0;

}
#leftSide #column3 {
float: left;
width: 410px;
height: auto;  
padding: 0 0 0 2px; 
}

#leftSide2 #column3 {
float: left;
width: 390px;
height: auto;  
padding: 0 20px 0 2px; 
}


#leftSide #column4 {
float: right;
width: 290px;
padding: 0 2px 0 0;
}

#leftSide #column5 {
float: right;
width: 200px;
padding: 0 2px 0 0;
margin-bottom: 4px;
}

#column1 ul {
 padding: 0;
 margin: 0;
 list-style: none;
}

#column1 ul li {
 padding: 0;
 margin: 0;
 padding-bottom: 10px;
}



ul#breadcrumbs {
margin: 0;
margin-bottom: 15px; 
padding: 0;
list-style: none; 
}

ul#breadcrumbs li {
font-size: 12px;
color: #555;
display: inline; 
margin:0; 
padding: 0;
}

ul#breadcrumbs li.on {
font-size: 12px;
color: #069;
display: inline; 
margin:0; 
padding: 0;
}

ul#tabs {
width: 732px;
height: 30px;
margin: 15px 0; 
padding: 0 0 0 10px;
list-style: none; 
background: url(../img2/tab-bkgd.gif) no-repeat; 
}

ul#tabs2 {
width: 850px;
height: 30px;
margin: 15px 0; 
padding: 0 0 0 10px;
list-style: none; 
background: url(../img2/gtab-bkgd.gif) no-repeat; 
}

ul#tabs3 {
width: 940px;
height: 30px;
margin: 15px 0; 
padding: 0 0 0 10px;
list-style: none; 
background: url(/img2/gtab-bkgd.gif) no-repeat; 
}

ul#tabs3 li {
font-size: 12px;
color: #555;
display: inline; 
margin:0; 
padding: 0;
}


ul#tabs3 li * {
float: left; 
color: #555;
padding: 8px 14px 7px 14px;
* padding: 8px 12px 7px 12px; 
margin: 0; 
border-right: 1px solid #aaa;
line-height: 14px;
}

#tabs3 a:hover {
background: url(/img2/tab-bkgd-on.gif);
color: #000;
text-decoration: none;
}

.tab3-on {
color: #900;
background: url(/img2/tab-bkgd-on.gif);
}

.tab3-off {
color: #aaa !important;
}

ul#tabs li {
font-size: 12px;
color: #555;
display: inline; 
margin:0; 
padding: 0;
}


ul#tabs li * {
float: left; 
color: #555;
padding: 8px 14px 7px 14px;
* padding: 8px 12px 7px 12px; 
margin: 0; 
border-right: 1px solid #aaa;
line-height: 14px;
}

#tabs a:hover {
background: url(../img2/tab-bkgd-on.gif);
color: #000;
text-decoration: none;
}

.tab-on {
color: #900;
background: url(../img2/tab-bkgd-on.gif);
}

.tab-off {
color: #aaa !important;
}



.alert {
clear: both;
padding: 10px;
color: #930;
background: #ffc;
border: 1px solid #930;
margin-bottom: 15px;
}

.alert_saved{
clear: both;
padding: 10px;
background: #ffc;
border: 1px solid #668844;
margin-bottom: 15px;
}

.alert2 {
margin: 0px 20px;
padding: 5px 10px;
color: #930;
background: #ffc;
border: 1px solid #930;
}

.alert-inline {
padding: 2px 5px;
background: #ffc;
}

.message {
clear: both;
padding: 10px;
background: #ffc;
border: 1px solid #ccb;
margin: 0 20px 15px 0;
font-size: 12px;
line-height: 1.5em;
}

.note {
display: block;
}

.info {
background: url(../img2/icon-info.gif) no-repeat;
padding-left: 20px;
}

.check {
background: url(../img2/icon-check.gif) no-repeat;
padding-left: 20px;
}

h1 {
font-size: 1.5em;
margin:0;
margin-bottom: 10px;
}

h2 {
color: #8a4;
font-family: Arial, sans-serif;
font-size: 18px;
padding: 5px 0;
margin: 15px 0 10px 0;
font-weight: normal;
border-top: 1px solid #ddd;
border-bottom: 1px dotted #ddd;
line-height: 1.3em;
}


h3 {
font-size: 1.5em;
margin:0;
margin-bottom: 10px;
}

h4 { 
font-size: 12px;
margin: 0 0 10px 0;
padding: 3px 0 ; 
text-transform: uppercase;
border-bottom: 1px dotted #ccc;
}

h5 { 
font-size: 12px;
margin: 4px 0;
padding: 0; 
}

h5 span { 
font-size: 11px;
margin: 0 0 0 5px;
padding: 0; 
font-weight: normal; 
}

h6  { 
font-size: 11px;
margin: 4px 0;
padding: 0; 
}


#installBlogger {
 padding: 0;
 margin: 0 0 25px 0;
}

#sharesList li {
/* border: 2px solid #ddd; */
width: 320px;
}

#sharesList li.border{
border: 2px solid #ddd; 
}

/* 2nd Shares Tier */
#MyAdNetworkPartner,
#AdNetworkSignUp,
#pubID, 
#myAds,
#myMedia,
#CharityAds {
padding: 7px 2px 7px 23px;
margin: 0;  
}

#AdNetworkSignUp input {
position: relative; 
top: 1px; 
background: transparent; 
}

#MyMedia p,
#CharityAds p {
padding: 5px 25px 5px 25px;
margin: 0;
}

/* 3rd Shares Tier */
#myAdTextChoices,
#MyMediaChoices {
/*background: #eee;*/
padding: 7px 0 7px 25px;
margin: 0;  
}

#swatches {
height: 45px;
}

a.swatch:hover {
border: 1px solid #f60;
}

.swatch-div {
float: left;
padding: 8px;
}

.selected {
background: #EBECE6 none repeat scroll 0%;
border: 1px solid #BBBBAA;
padding: 5px;
}

.swatch {
float: left;
width: 20px;
height: 30px;
}

.swatch-sep {
float: left;
margin: 7px;
margin-bottom: 15px;
width: 1px;
height: 32px;
border-left: 1px dotted #bba;
}

.color1 {
background: #eee;
border: 1px solid #888;
}

.color2 {
background: #def;
border: 1px solid #578;
}

.color3 {
background: #deb;
border: 1px solid #684;
}

.color4 {
background: #e4dbd0;
border: 1px solid #876;
}

.color5 {
background: #fea;
border: 1px solid #b50;
}

.color6 {
background: #fde;
border: 1px solid #967;
}

.color7 {
background: #dde;
border: 1px solid #668;
}

.color8 {
background: #444;
border: 1px solid #222;
}

#shot-demo {
position: relative;
width: auto;
height: 440px;
margin-left: 15px; 
}

#shot-demo .bottom {
position: absolute;
top: 421px;
}


#shares-demo {
float: right;
clear: right;
width: auto;
height: 470px;
margin-left: 15px;
background: #fff; 
}




#col2-content {
float: right;
clear: right;
width: 320px;
height: auto;
margin: 0 0 10px 15px;   
padding: 0 0 0 10px;
}

#web2links {
margin: 0;
text-align:right;
}



input[type="text"],
input[type="password"]
{
  background: #eee;
}

select {
background: #eee;
}

form {
 padding: 0;
 margin: 0;
}


form input.image { 
 background: transparent; 
 } 


form input#submit_index { 
 position: relative;
 top: 11px; 
 padding: 0 0 0 8px;
 background: transparent; 
 } 

form input.text,
form#setup_form input.text {
width: 260px; 
margin: 2px 0 0 0;
padding: 2px;
}

form input.text2  {
width: 87%; 
margin: 2px 0 5px 0;
padding: 2px;
}

form input.text3  {
width: 85%; 
margin: 2px 0 5px 0;
padding: 2px;
}

form select  {
width: 260px; 
margin: 3px 0 3px 0;
padding: 1px;
}

form select#SelectMyPartner,
form select#SignUpPartner,
form select#SelectCharity {
width: 90%; 
margin: 3px 0 4px 0;
padding: 1px;
}

form select#SignUpNetwork {
width: 75%; 
margin: 3px 0 4px 0;
padding: 1px;
}


form textarea  {
width: 98%; 
height: 150px; 
margin: 10px 5px 10px 0;
padding: 2px;
background: #eee; 
} 

form textarea.area2,
form textarea.area3{
width: 85%; 
height: 75px; 
margin: 2px 0 5px 0;
padding: 2px;
} 




form ul,
#col1-content ul  {
margin: 0;
padding:0;
list-style: none;
}

form ul li,
#col1-content ul li {
margin: 0 0 12px 0;
padding:0;
}

form ul li.w {
width: 290px;
margin: 0 0 15px 0;
padding:0;
}

#terms {
clear: both;
width: 100%;
}

#agree,
.textR {
text-align: right; 
margin: 15px 0;
}

#remember,
#engage {
padding: 3px 0 0 0;
_padding: 0;
margin: 0;
}

table#badges  {
border: 0;
padding: 5px;
margin: 0;
} 

table#badges td {
padding: 5px;
}

table#badges td.col1 {
width: 160px;
text-align: center;
color: #777;
line-height: 2em;
}

table#badges td textarea {
width: 450px;
margin-left: 30px;
font-size: 10px;
}

.sidebar {
border: 1px solid #ccc;
padding: 2px;
margin: 2px 0;
}

.sidebar2 {
border: 1px solid #ccc;
padding: 5px;
margin: 10px 0;
text-align: center;
}

.sidebar2 h4 {
font-weight: normal;
text-align: left;
padding-left: 5px;
}

.sidebar ul {
margin: 15px 0 5px 10px;
padding: 0;
list-style: none;
}

.sidebar ul li  {
margin: 0;
padding: 0; }

#AdNetImages {
margin-bottom: 1em;
text-align: center;
}

#AdNetImages img {
margin: 10px 0;
text-align: center;
}

.oneclick {
text-align: center;
margin: 10px;
}

.user-sites {
padding: 3px;
padding-left: 20px;
margin: 10px;
background: url(/img2/icon-site.gif) no-repeat;
line-height: 1.5em;
font-size: 18px;
font-weight: normal; 
}

.user-sites a {
margin: 0 5px;
font-size: 14px; 
}

.add-sites {
padding: 3px;
margin: 10px;
line-height: 1.5em;
}

.article {
font-size: 11px;
}

.article h4 {
margin: 0;
margin-top: 1em;
font-size: 13px;
font-weight: normal;
color: #333;
padding: 0; 
text-transform: none;
letter-spacing:0;
border: 0;
}

.article small {
text-transform: uppercase;
color: #999;
display: block;
}

.article a {
white-space: nowrap;
}

.js-expand {
margin-right: 5px;
cursor: pointer;
}

.expand-section {
padding-bottom: 10px;
border-bottom: 1px dotted #ccc;
}

#footer {
text-align: right; 
background: url(/img2/footer-bkgd.gif) no-repeat;
height: 48px;
margin-bottom: 40px;
}

#footlinks {
font-size: 10px;
padding: 17px 20px;
color: #887;
}

#footlinks a {
color: #eed;
margin: 0 10px;
}

.tooltip {
visibility: hidden; 
position: absolute; 
top: 0;  
left: 0; 
z-index: 999999; 
color: #000;
font-family: sans-serif;
font-size: 11px;
line-height: 13px;
padding: 5px; 
border: 1px solid #ccc;
opacity: .9;
background: #ffc;
}

.example_text {
margin-left: 20px;
}

.example_text .tabs {
    border: 0;
    padding: 0;
    margin: 0;
    position: relative;
    top: 1px;
    left: 7px;
}

.example_text .tabs img {
    padding: 0 2px 0 3px;
    cursor: pointer;
}

.example_body {
    background-color: #FFFFCC;
    border: 1px solid #CCCCCC;
    width: 500px;
    padding: 20px 10px 10px 10px;
    margin: 0 0 0 0;
}

.example_body h4 {
    font-size: 12px;
    margin: 0 0 3px 0;
    padding: 0;
    border: 0;
    color: #333333;
    text-transform: none;
}

.example_body a {
    color: #0000EE;
    text-decoration: underline;
}

.example_body a:hover {
    text-decoration: none;
}

.example_body hr {
    border-style: dotted;
    border-width: 0 0 1px;
}

.inset {
margin-left: 15px;
}

.cour {
 font-family: "courier new", arial, helvetica, sans-serif; 
}


#overlay {
display: none;
position: fixed;
top:0;
left:0;
width:100%;
height:100%;
z-index: 600;
text-align: center;
}

#overlay2 {
display: none;
position: fixed;
top:0;
left:0;
width:100%;
height:100%;
z-index: 600;
text-align: center;
}

#screen {
position: fixed;
top:0;
left:0;
width:100%;
height:100%;
background: #444;
opacity: .8;
-moz-opacity: 0.8;
filter: alpha(opacity=80);
}

#introText {
opacity: 1;
position: absolute;
top: 80px;
left: 25%;
width: 500px;
font-size: 12px;
text-align: left;
background: #fff; 
padding: 20px;
border: 1em solid #B8B8B8;
z-index: 700;
overflow: hidden; 
}

#introText h2 {
margin: 0;
margin-bottom: 10px;
}

#closebtn {
position: absolute;
right: 30px;
top: 30px;
}

#introText ul {
padding: 0;
margin: 15px;  
list-style: disc; 
}

#introText ul li {
 padding: 0 0 8px 0; 
}


.error {
border: 2px solid #993300;
}

label.overlabel {
 color:#999;
}
label.overlabel-apply {
 position:absolute;
 top:3px;
 left:5px;
 z-index:1;
 color:#999;
 width: 220px;
 overflow: hidden;
}

.overlabel-wrapper{
 position:relative;
 margin-right:3px;
}
