﻿
/* Master Page CSS  */



#topbar {
position:absolute;
top:0px;
left:0px;
width:100%;
height:25px;
background:#204C7B;

}
#topbarshadow {
position:absolute;
top:25px;
left:0px;
width:100%;
height:10px;
background-image:url(images/topshadow.png);
background-repeat:repeat-x;
}
 
#mainwrapper {
margin:auto;
width:960px;
top:0px;
text-align:left;
}

#mainwrapper2 {
margin:auto;
width:960px;
top:0px;
text-align:left;
}

#topbarcontainer {
position:relative;
text-align:left;
width:960px;
background:#204C7B;
height:25px;
z-index:2;

}

#welcomeback {
position:absolute;
left:0px;
top:5px;
color:#FFFFFF;
}


#accounttext {
position:absolute;
right:0px;
top:5px;
color:#FFFFFF;

}

#logowrapper {
position:relative;
width:960px;
height:80px;
}

#logo{
position:absolute;
left:50px;
top:11px;
height:65px;


}

#homelogo{
position:absolute;
left:1px;
top:33px;
height:33px;
width:35px;
}

#search{
position:absolute;
right:0px;
top:25px;
width: 700px;
height:50px;
}

.searchbox {
    float:right;
	background:#ffffff url(images/searchicon.jpg) no-repeat 4px 4px;
	padding: 0px 4px 0px 32px;
	border:1px solid #666666;
	margin:0px;
	color:#666666;
	font-size:13px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	behavior:url('PIE.htc');
	width:150px;
	height:26px;
	space:0px;
	line-height:14px;
	border-spacing:0px;
 }



 .blueball {
 background:url('images/blueball.png'); background-repeat:no-repeat;
 height: 15px;
 width: 15px;
 }

#navbar {
height: 32px;
width:960px;
background:#404040;
position:relative;
}

#navbar2 {
height: 32px;
border-bottom:1px solid #000000;
width:960px;
background:#000000;
}

#contentcontainer {
width:960px;
background:#FFFFFF;
margin:0px;
}

#contentcontainer2 {

width:960px;
background:#FFFFFF;
margin:0px;
}



#footer {
position:relative;
height: 30px;
width:960px;
}

#footer1 {
position:absolute;
top:0px;
z-index:-10;
height: 15px;
width:960px;
background:#246896;
}

#footer2 {
height: 15px;
position:absolute;
top:15px;
z-index:-10;
border-bottom:1px solid #1E3B6B;
width:960px;
background:#1E3B6B;
}

#footertext {
height:30px;
width:960px;
font-size:10px;
position:absolute;
top:43px;
left:0px;
z-index:10;
color:#1E3B6B;
}

#cleardiv {
clear:both;
width:960px;
margin:0px;
}

.clear 
{
    clear:both;
}

/* Buttons */

.buttoncolor {
position:relative;
float:right;
margin:0px;
height: 25px;

background-image: -ms-linear-gradient(top, #26A4D9 0%, #1E3B6B 100%);

background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.11, #26A4D9),
    color-stop(0.89, #1E3B6B)
	);
background-image: -moz-linear-gradient(
    center bottom,
    #26A4D9 11% ,
    #1E3B6B 89%
);
-pie-background: linear-gradient(
    center bottom,
    #26A4D9 11%,
    #1E3B6B 89%
);
-webkit-border-radius:8px;
-moz-border-radius:8px;
border-radius:8px;
border: 1px solid #1E3B6B;
behavior:url('PIE.htc');

font-family:'arial';
font-size:14px;
font-weight:bold;
color:#FFFFFF;
text-shadow: 1px 1px 5px #808080;
cursor:pointer;
}

.buttonnocolor {
position:relative;
float:right;
margin:0px;
height: 25px;

background-image: -ms-linear-gradient(top, #9b9ca1 0%, #c9c9c9 100%);

background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.11, #9b9ca1),
    color-stop(0.89, #c9c9c9)
	);
background-image: -moz-linear-gradient(
    center bottom,
    #9b9ca1 11% ,
    #c9c9c9 89%
);
-pie-background: linear-gradient(
    center bottom,
    #9b9ca1 11%,
    #c9c9c9 89%
);
-webkit-border-radius:8px;
-moz-border-radius:8px;
border-radius:8px;
border: 1px solid #9b9ca1;
behavior:url('PIE.htc');

font-family:'arial';
font-size:14px;
font-weight:bold;
color:#000000;
text-shadow: 1px 1px 5px #808080;
cursor:pointer;
}

.aspbuttoncolor {
position:relative;
margin:0px;
height: 25px;

background-image: -ms-linear-gradient(top, #26A4D9 0%, #1E3B6B 100%);

background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.11, #26A4D9),
    color-stop(0.89, #1E3B6B)
	);
background-image: -moz-linear-gradient(
    center bottom,
    #26A4D9 11% ,
    #1E3B6B 89%
);
-pie-background: linear-gradient(
    center bottom,
    #26A4D9 11%,
    #1E3B6B 89%
);
-webkit-border-radius:8px;
-moz-border-radius:8px;
border-radius:8px;
border: 1px solid #1E3B6B;
behavior:url('PIE.htc');
letter-spacing:1px;
font-family: "myriad-pro",sans-serif;
font-size:14px;
font-weight:600;
color:#FFFFFF;
text-shadow: 1px 1px 5px #808080;
cursor:pointer;
}

.asphelpbutton 
{
position:relative;
margin:0px;
height: 25px;

background-image: -ms-linear-gradient(top, #9b9ca1 0%, #c9c9c9 100%);

background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.11, #9b9ca1),
    color-stop(0.89, #c9c9c9)
	);
background-image: -moz-linear-gradient(
    center bottom,
    #9b9ca1 11% ,
    #c9c9c9 89%
);
-pie-background: linear-gradient(
    center bottom,
    #9b9ca1 11%,
    #c9c9c9 89%
);
-webkit-border-radius:8px;
-moz-border-radius:8px;
border-radius:8px;
border: 1px solid #9b9ca1;
behavior:url('PIE.htc');
letter-spacing:1px;
font-family:'arial', 'serif';
font-size:12px;
font-weight:bold;
color:#000000;
text-shadow: 1px 1px 5px #808080;
cursor:pointer;
}

.aspbuttonnocolor {
position:relative;
margin:0px;
height: 25px;

background-image: -ms-linear-gradient(top, #5BC0DE 11%, #A1DBE9 89%);

background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.11, #5BC0DE),
    color-stop(0.89, #A1DBE9)
	);
background-image: -moz-linear-gradient(
    center bottom,
    #5BC0DE 11% ,
    #A1DBE9 89%
);
-pie-background: linear-gradient(
    center bottom,
    #5BC0DE 11%,
    #A1DBE9 89%
);
-webkit-border-radius:8px;
-moz-border-radius:8px;
border-radius:8px;
border: 1px solid #5BC0DE;
behavior:url('PIE.htc');
letter-spacing:1px;
font-family:arial;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
text-shadow: 1px 1px 5px #808080;
cursor:pointer;
}

.aspbuttongreen {
position:relative;
margin:0px;
height: 25px;

background-image: -ms-linear-gradient(top, #6eb928 0%, #468d13 100%);

background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.11, #6eb928),
    color-stop(0.89, #468d13)
	);
background-image: -moz-linear-gradient(
    center bottom,
    #6eb928 11% ,
    #468d13 89%
);
-pie-background: linear-gradient(
    center bottom,
    #6eb928 11%,
    #468d13 89%
);
-webkit-border-radius:8px;
-moz-border-radius:8px;
border-radius:8px;
border: 1px solid #468d13;
behavior:url('PIE.htc');
letter-spacing:1px;
font-family:arial;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
text-shadow: 1px 1px 5px #808080;
cursor:pointer;
}

.buttontext {
margin:5px 10px 5px 10px;
font-family:arial;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
text-shadow: 1px 1px 5px #808080;
cursor:pointer;
}

.buttontoptext {
margin:3px 10px 5px 10px;
text-align:center;
font-family:'myriad-pro','sans-serif';
font-size:16px;
font-weight:normal;
color:#FFFFFF;
text-shadow: 1px 1px 5px #808080;

}



.handCursor {
 cursor: pointer;
 }
 
 .buttonlogin {
position:relative;
margin:0px;
height: 25px;

background-image: -ms-linear-gradient(top, #cba101 0%, #ebc208 100%);

background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.11, #cba101),
    color-stop(0.89, #ebc208)
	);
background-image: -moz-linear-gradient(
    center bottom,
    #cba101 11% ,
    #ebc208 89%
);
-pie-background: linear-gradient(
    center bottom,
    #cba101 11%,
    #ebc208 89%
);
-webkit-border-radius:8px;
-moz-border-radius:8px;
border-radius:8px;
border: 1px solid #d9a90b;
behavior:url('PIE.htc');
letter-spacing:1px;
font-family:arial;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
text-shadow: 1px 1px 5px #808080;
cursor:pointer;
}


/* Edit Page */
.btnSmallClass {cursor: pointer;	font-size:8pt;}

#imageloader img {
     background-color:#FFF;
     background-image:url(images/loading.gif);
     background-repeat:no-repeat;
     background-position: center center;
 } 

.accordianlinks
{ }
.accordianlinks a:link
{
 text-decoration:none;
 color:#404040;
}
.accordianlinks a:hover 
{
 color:#000000;
  text-decoration:underline;
}

.edit_TitleText
{ font-size:14pt;
font-family:'arial'; }

/*Welcome Page*/
#contentleft {
position:relative;
float:left;
width:625px;
margin:10px;
display:inline;
}

#contentright 
{
position:relative;    
float:left;
display:inline;
width:295px;
_width:285px;
min-height:607px;
margin:10px;
_margin:5px;
background:#f0f0f0;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
behavior:url('PIE.htc');
}

#contentrightlogin 
{
position:relative;    
float:left;
display:inline;
width:295px;
_width:285px;
margin:10px;
_margin:5px;
background:#f0f0f0;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
behavior:url('PIE.htc');
}

#cleardiv {
clear:both;
width:960px;
margin:0px;
}


.featuredTable
{
 font-size:10pt;
}

.featuredtableCell 
{
	padding: 10px;
}

.featuredLists
{
  line-height:14pt;
  font-size:9pt;
}

a.featuredLists:link { text-decoration: none; color:#686868; }
a.featuredLists:visited { text-decoration: none; color:#686868;}
a.featuredLists:hover { text-decoration: underline;color:#686868; }

.featuredPrefix
{
 font-family:Arial;
 font-size:7pt;
 color: #808080;
 }

 .featuredTitle
{
 font-family: 'mryiad-pro', Sans-Serif;
 font-size:11pt;
}



.clear 
{
    clear:both;
}

.sidebannerwrap {
width:625px;

position:relative;
margin:0px;
}

.sidebanner {
position:relative;
float:left;
left:-20px;
height:52px;
width:348px;
margin-top:20px;
background:url('images/sidebanner.png');
cursor:default;

}

.sidebannertext 
{
clear:both;
position:relative;    
padding-left:30px;
padding-top:6px;
font-size:24px;
font-family: "myriad-pro",sans-serif;
font-style: normal;
font-weight: 300;
color:#FFFFFF;
height:46px;
}




.sidebannerbutton {
float:right;
margin-top:25px;

}

.text {
clear:both;
padding:20px;
}

.rightsectionswrap {
padding:15px;
text-align:center;
}

.rightsectionswrapinprog {
padding:15px;
text-align:center;

behavior:url('PIE.htc');
}

#slider, #slider li {
    width: 625px;
    height: 290px;
    list-style: none;
}

.getstartedwrapper 
{
    clear:both;
    margin:5px;
    width:630px;
   
    background-color:#E6F0FC;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    behavior:url('PIE.htc');

    
}
    
    
.getstartedsections 
{

}

.getstartedcreatedocimg 
{
    width:210px;
    height:130px;
    background:url('images/getstartedcreatedoc.png'); 
}

.xgetstartedcreatecreatecampaignimg 
{
    width:623px;
    height:30px;
    background:url('images/gacgetstarted.png'); 
}     

.getstartedmanagelistingsimg 
{
    width:210px;
    height:130px;
    background:url('images/getstartedwebready.png');
}

.getstartedtext 
{
    width:175px;
    margin:0px 15px 20px 20px;
    text-align:center;
}

.getstartedtitle
{
    font-size:18px;
    font-family:'arial',helvetica,serif;
    border-bottom: 1px dotted #c0c0c0;
    padding-bottom:5px;
    margin-bottom:5px;
}  

.getstartedsubtitle 
{
    position:relative;
    width:170px;
    color:#8f8f8f;
     line-height:12pt;
}

.title { /*used universally, DO NOT CHANGE for one instance*/
text-align:left;
font-family: "myriad-pro",sans-serif;
font-size:18px;
color: #1E3B6B;
margin-bottom:10px;
}

.rightbar {
border-bottom:1px solid #e1e1e1;
border-top:1px solid #fefefe;
width:265px;
height:0px;
}

.accountglancewrap {
position:relative;
margin: 0px;
padding:0px;
text-align:left;
margin-top:15px;
 font-size:9pt;
width:260px;
}

.accountglanceicon {
float:left;
display:inline;
height:18px;
width:18px;
background:url('images/blueballarrow.png');
margin-bottom:6px;
}

.accountglancetext {
float:left;
display:inline;
font-size:9pt;
font-weight:bold;
height:12px;
width:105px;
margin-top:1px;
margin-bottom:8px;
margin-left:6px;
}

.accountglancetext a:link
{
    text-decoration:none;
}

.inprogleft {
position:relative;
float:left;
width:140px;
margin:10px 0px 0px 5px;
text-align:left;
}

.inproglefttitle {
position:relative;
width:280px;
margin:10px 0px 0px 5px;
text-align:left;
}

.inprogright {
position:relative;
float:left;
margin-top:10px;
width:100px;
/* height:100px; */

}

.inprogtext 
{
    margin:10px 0px 0px 0px;
}

.loginwrap {
position:relative;
margin: 0px;
padding:0px;
text-align:left;
margin-top:15px;
width:260px;
}

.logintext 
{
    position:relative;
    float:left;
    margin-top:3px;
    width:100px;
    margin-bottom:7px;
}

.logininput 
{
    position:relative;
    float:left;
    margin-bottom:10px;
    width:150;
}

.loginbutton 
{
    width:265px;
    margin:5px;
    text-align:right;
}

.logininfo 
{
    position:relative;
    width:100%;
    color: #565656;
    font-size:10px;
}

.righthowtotext 
{
    margin-top:10px;
    text-align:left;
    color:#686868;
    line-height:14pt;
}

.righthowtotext P
{
    text-indent:0px;
}
   
 /* Log In Page */
   
   #logincontentwrap 
   {
       padding:10px;
       height:500px;
       width:940px;
   } 
   
   #logintitle 
   {
       font-size:35px;
       font-family:'arial';
       color:#000000;
   }
   
   .loginbar {
border-bottom:1px solid #e1e1e1;
border-top:1px solid #fefefe;
width:100%;
height:0px;
margin-bottom:10px;
}

#loginbarsmall 
{
    border-bottom: 1px solid #e1e1e1;
    border-top:1px solid #fefefe;
    width:90%;
    height:0px;
    margin-bottom:10px;
}

.loginspacer1 
{
    position:relative;
    float:left;
    width:30px;
    height:10px;
}

.loginspacer2
{
    position:relative;
    float:left;
    width:40px;
    height:10px;
}

.loginbox 
{
    position:relative;
    float:left;
    width:410px;
    min-height:250px;
    margin-top:20px;
    background:#f0f0f0;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    behavior:url('PIE.htc');
}

.logintoptext 
{
    margin: 10px 5px 10px 5px;
    font-size:12px;
}

.loginboxtext 
{
    padding:10px 10px 40px 10px;
}

.loginboxtitle 
{
    font-size:24px;
    font-family:'arial';
    color:#000000;
}

.loginboxinputtext 
{
    position:relative;
    float:left;
    margin-top:3px;
    width:120px;
    margin-bottom:7px;
}

.loginboxinput 
{
    position:relative;
    float:left;
    margin-bottom:10px;
    width:154px;
}

.loginboxmessage 
{
    position:relative;
    float:left;
    margin-bottom:10px;
}

.loginboxbutton 
{
    width:304px;
    margin:5px;
    text-align:right;
}
   
.loginboxinfo 
{
    margin:0px 2px 15px 2px;
     line-height:11pt;
     letter-spacing:0.02em;
}

.loginboxinfosmall 
{
    margin: 5px 2px 0px 2px;
    color:#686868;
    font-size:10px;
    height:12px;
} 

    
  /* My Account Master */
  
  .myaccountcontainer 
  {
      padding:10px;
  }
  
  
  #myaccounttitle
  {
      font-family:'arial';
      font-size:35px;
      color:#000000;
  }
  
  .myaccountbanner {
position:relative;
float:left;
left:-20px;
height:52px;
width:662px;
margin-top:20px;
background-image:url('images/myaccountbanner.png');
cursor:default;
}

.myaccountbannertext 
{
    clear:both;
position:relative;    
padding-left:30px;
padding-top:6px;
font-size:24px;
font-family:'arial';
height:46px;
}

.myaccountbannertext a:link
{
    text-decoration:none;
}

.myaccountbannertext a:hover
{
    color:#204C7B;
}

.dashboardbannerlink 
{
    position:relative;
    float:left;
    margin-right:40px;
    color:#FFFFFF;
}

.activedashboardbannerlink 
{
    position:relative;
    float:left;
    margin-right:40px;
    color:#204C7B;
}

#accountbannerlink 
{
    position:relative;
    float:left;
    margin-right:40px;
    color:#FFFFFF;
}

#profilebannerlink 
{
    position:relative;
    float:left;
    margin-right:40px;
    color:#FFFFFF;
}

/* Dashboard */

.dashboardcontentleft
{
position:relative;    
float:left;
display:inline;
width:300px;
_width:285px;
margin:10px;
_margin:5px;
background:#f0f0f0;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
behavior:url('PIE.htc');
}
    
.dashboardleftcontainer 
{
    position:relative;
    padding:15px;
}


.dashboardrightbar {
border-bottom:1px solid #e1e1e1;
border-top:1px solid #fefefe;
width:270px;
height:0px;
margin: 10px 0px 10px 0px;
clear:both;
}

.dashleftglanceleft 
{
    position:relative;
    float:left;
    width:120px;
}

.dashboardaccountpicture 
{
    position:relative;
    height:160px;
    width:120px;
    background:#FFFFFF;
    margin-bottom:10px;
}
    
 .dashleftglanceright 
 {
     position:relative;
     float:left;
     margin:10px;
     width:130px;
 }  
 
 .dashboardcontentright
 {
     position:relative;    
     float:left;
     display:inline;
     width: 600px;
     margin:10px;
}

.dashbarright 
{
border-bottom:1px solid #e1e1e1;
border-top:1px solid #fefefe;
width:600px;
height:0px;
margin: 4px 0px 10px 0px;
}

/*Account Page*/


.myaccountmenubar
{
position:relative; 
width:600px;
_width:580px;
height:35px;
background:#f0f0f0;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
behavior:url('PIE.htc');
}
.accountcontentleft
{
position:relative;    
float:left;
display:inline;
width:250px;
_width:235px;
margin:10px;
_margin:5px;
background:#f0f0f0;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
behavior:url('PIE.htc');
}
    
.accountleftcontainer 
{
    position:relative;
    padding:15px;
}

.accountcontentright 
{
    position:relative;
    float:left;
    width:650px;
    margin:10x;
}

.accountrightcontainer 
{
    padding:15px;
}

.accountleftbar 
{
    border-bottom:1px solid #e1e1e1;
border-top:1px solid #fefefe;
width:220px;
height:0px;
margin: -5px 0px 10px 0px;
}

.accountlinks a:link 
{
    text-decoration:none;
}


.accountlinks a:hover 
{
    text-decoration: underline;
}
.activeaccountlinks 
{
    font-weight:bold;
}


.accountlinks li
{
    list-style:none;
    list-style-image:none;
    text-decoration:none;
    height:20px;
}

.accountlinks 
{
    margin-left:-25px;
}
    
/*Catalog Page*/


#catalogtop {
position:relative;
float:left;
width:960px;
margin:0px;
/* height:1130px; */
display:inline;
}   

#catalogtop2 {
position:relative;
float:left;
width:960px;
margin:0px;
display:inline;
}     

#catalogbanner
{
background-image:url('images/catalog_topbg.jpg');
 background-repeat:no-repeat;
width:960px;
height:50px;
}

.catalogsidebanner {
position:relative;
float:left;
left:-10px;
height:52px;
width:348px;
margin-top:28px;
background:url('images/sidebanner_half.png');
cursor:default;
}

.catalogallsidebanner {
position:relative;
float:left;
left:-20px;
height:52px;
width:348px;
margin-top:28px;
background:url('images/sidebanner_full.png');
cursor:default;
}

#catalogcategories
{

position:relative;    
float:left;
display:inline;
width:940px;
_width:920px;
height:820px;
margin:10px;
_margin:5px;
background:#f0f0f0;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
behavior:url('PIE.htc');
}

.catalogdots
{
 border-left: 1px dotted #c0c0c0
 }     
 
 .catalogtopdots
{
 border-top: 1px dotted #c0c0c0
 }  
 
 .catalogtop
 {
  color: #808080;
  line-height:12pt;
 } 
 
 .cattoprow 
 {
 	border-left: 1px solid #c0c0c0;
 	padding: 20px;
 }
 
 .catrow 
 {
 	border-left: 1px solid #c0c0c0;
 	border-top: 1px solid #c0c0c0;
 	padding: 20px;
 }
 
 .catjusttop 
 {
 	border-top: 1px solid #c0c0c0;
 	padding:20px;
 }
 
 .catfirst 
 {
 	padding:20px;
 }
 
 .catalogtable 
 {
 	padding: 0px;
 	margin: 0px;
 	cellspacing: 0px;
 }
 	
 
 .catalogText
 {
 font-size: 8.5pt;
 line-height:10pt;
 }

 .catalogBreadcrumbText 
{
font-size:10pt;
font-family: sans-serif;
font-style: normal;
font-weight: 300;
color:#000000;
}

  
 
 /*Category Products Page*/

 .catalogTitle
{
 font-family: arial,Sans-Serif;
 font-size:9pt;
 font-weight:bold;  
}

.catalogPanel
{
  border-style:dotted;
  border-width: 1px;
  border-color: #FFFFFF;
}

 #categorytop
{

position:relative;    
float:left;
display:inline;
width:940px;
_width:920px;
height:50px;
margin:10px;
_margin:5px;
background:#f0f0f0;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
behavior:url('PIE.htc');
}

 #categorybottom
{

position:relative;    
float:left;
display:inline;
width:940px;
_width:920px;
height:50px;
margin:10px;
_margin:5px;
background:#f0f0f0;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
behavior:url('PIE.htc');
}

.catalog_separator
{ background:url('images/gray_separator.gif');
  height:20px;
  width:3px;
  }
  
  /*Registration*/
  
  #registrationwrap 
  {
      margin-top:10px;
      position:relative;    
width:930px;
padding:5px;
background:#f0f0f0;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
behavior:url('PIE.htc');
}

/* Retrieve Password */
#retrievepasswrap 
{
    margin-top:10px;
    margin:auto;
    padding:50px;
    width:400px;
    background:#f0f0f0;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    behavior:url('PIE.htc');
}

/* MyList Pages */
#mylisttop {
position:relative;
float:left;
width:960px;
margin:0px;

display:inline;
}    

/*my profiles */

.chooseaprofile 
{
    position:relative; 
    background:#f0f0f0;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    width:300px;
    padding:10px;
    behavior: url('PIE.htc');
}

#profilephotoright
{
    float:right;
    background:#f0f0f0;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    width:180px;
    padding:10px;
    behavior: url('PIE.htc');
}

.yourphoto 
{
    padding:5px;
     -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    border:1px solid #f0f0f0;
    behavior: url('PIE.htc');
}

.tabInactive
{
position: relative; 
top: 5px; 
 font-family:arial, Times;
 font-size:12pt;
 font-weight:bold;
  color:White;
background-image:url('images/tab_inactive.png');
 background-repeat:no-repeat;

}

.tabActive
{
position: relative; 
top: 5px; 

color:#292929;
 font-family:arial, Times;
 font-size:12pt;
 font-weight:bold;
background-image:url('images/tab_active.png');
 background-repeat:no-repeat;
}

/* My Pictures */
.mypicturescontentleft
{
position:relative;    
float:left;
display:inline;
width:200px;
_width:185px;
margin:10px;
_margin:5px;
background:#f0f0f0;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
behavior:url('PIE.htc');
}
    
.mypicturesleftcontainer 
{
    position:relative;
    padding:15px;
}

.hoverunderline a:link 
{
    text-decoration:none;
}

.hoverunderline a:hover 
{
    text-decoration:underline;
}

.mypicwelcomecontainer 
{
    float:left; 
    width:460px;
    margin: 0px 10px 0px 10px;
    padding:2px;
}

.mypicwelcomeimg
{
    margin-bottom:10px;
    height:136px;
    width:458px;
    background:url('images/uploadpictures.jpg');
}

.mypicquicktipcontainer 
{
   width:456px;
   position:relative;
   padding-bottom:10px;
   border-bottom: 1px dotted #c0c0c0;
}

.mypicquicktipleft 
{
    float:left;
    width:50px;
    height:50px;
    margin-right:10px;
    background: url('images/pictip.jpg') no-repeat right top;
}

.mypicquicktipright 
{
    float:left;
    width:340px;
    height:50px;
}

.mypicfeaturescontainer 
{
    float:left;
    width:215px;
    margin-left:10px;
    
}

.mypicfeaturesdivider 
{
    border-bottom: 1px dotted #c0c0c0;
    height:0px;
    width:215px;
}

.mypicftcontainer 
{
    width:215px;
    margin-top:15px;
    position:relative;
}


.mypicfttext 
{
    float:left;
    height:58px;
    width:125px;
    margin-left:10px;
}

.mypicftpicupload 
{
   height:58px;
   width:58px;
   float:left;
   background: url('Images/picupload.jpg'); 
}

.mypicftpicview
{
   height:58px;
   width:58px;
   float:left;
   background: url('Images/picview.jpg'); 
}

.mypicftpicorganize
{
   height:58px;
   width:58px;
   float:left;
   background: url('Images/picorganize.jpg'); 
}

.mypicftpiccreate
{
   height:58px;
   width:58px;
   float:left;
   background: url('Images/piccreate.jpg'); 
}

.mypicuploadunderline 
{
    height:1px;
    width:570px;
    border-bottom: 1px dotted #c0c0c0;
}

.mypicuploadtipbox 
{
    margin-top:15px;
    width:540px;
    padding:5px;
    background:#f0f0f0;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    behavior:url('PIE.htc');
    text-align:left;
}

.mypiclibrarycontainer 
{
    float:left; 
    width:695px;
    margin: 0px 10px 0px 10px;
    padding:2px;
}

.mypiclibraryunderline 
{
    width:700px;
    height:1px;
    border-bottom: 1px solid #c0c0c0;
}

a.linktext:link
{  text-decoration:none; }

.spacercelldotted 
{
    border-bottom: 1px dotted #c0c0c0;
}

.mypicturessubtext 
{
    font-family: Arial;
    color: gray;
    font-size: 12px;
}

.mypictureslowres 
{
    font-family: Arial;
    color: gray;
    font-size: 12px;
    margin-left:3px;
    margin-right:3px;
    margin-top:7px;
    line-height:11pt;
    text-align:justify;
}

 .mypictureslowresTitle
{
 font-family: Georgia, arial, Times, Sans-Serif;
 font-size:11pt;
  text-align:center;
}


.mypicturestopbar {
position:relative;
margin:10px 0px 10px 0px;
height: 35px;
width:700px;
background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.11, #9b9ca1),
    color-stop(0.89, #c9c9c9)
	);
background-image: -moz-linear-gradient(
    center bottom,
    #9b9ca1 11% ,
    #c9c9c9 89%
);
-pie-background: linear-gradient(
    center bottom,
    #9b9ca1 11%,
    #c9c9c9 89%
);
-webkit-border-radius:8px;
-moz-border-radius:8px;
border-radius:8px;
border: 1px solid #9b9ca1;
behavior:url('PIE.htc');
letter-spacing:1px;
font-family:arial;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
text-shadow: 1px 1px 5px #808080;
}

.mypicturestopbar_new {
position:relative;
margin:10px 0px 10px 0px;
height: 35px;
width:700px;

background:#FBF9F9;
-moz-border-radius:5px;
 border-style:solid;
 border-color:#c0c0c0;
 border-width:1px;

-webkit-border-radius:5px;
border-radius:5px;



letter-spacing:1px;
font-family:arial;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
text-shadow: 1px 1px 5px #808080;
}




.cssImgPanelCont 
{
    position:relative;
}

.cssImgPanel 
{
    position:absolute;
    left: 5px;
    top: 5px;
}

.cssImgPanelFave 
{
    z-index: 5;
    position:absolute;
    right:0;
    top:0;
    height:23px;
    width:23px;
    background:url('images/mypicturesfav.png');
}

.cssImgPanelWeb 
{
    z-index: 5;
    position:absolute;
    left:0;
    top:0;
    height:24px;
    width:24px;
    background:url('images/webicon.gif');
}
   .mypiceditinfowrap 
   {
       width:890px;
       position:relative;
       margin-top:10px;
   }
   
   .mypiceditinfoleft 
   {
       width:440px;
       float:left;
       margin:0px;
       text-align:center;
   }
   
   .mypiceditinforight 
   {
       width:440px;
       margin-left:10px;
       float:right;
   }
   
/* EZAddress */

.ezAddress45
{
 background: url('Images/ezaddress45.png');  width:175px; height: 45px;
}

.ezAddress350
{
 background: url('Images/ezaddress350.png');  width:350px; height: 90px;
}

.ezAddress500
{
 background: url('Images/ezaddress500.png');  width:500px; height: 128px;
}

.GoogleMaps100
{
 background: url('Images/GoogleMaps100.png');  width:100px; height: 21px;
}


    
/* Checkout */

.checkoutTitles
{
 font-size:12pt;
 font-weight:bold;
 font-family: arial, Times, Sans-Serif;
 }

 .cclogosall
 {   background: url('Images/cclogosall.png');  width:113px; height: 23px;}


 .checkoutCard 
{
position:relative;    
float:left;
display:inline;
width:195px;
_width:185px;
height:90px;
margin:0px;
_margin:0px;
background:#FBF9F9;
-moz-border-radius:5px;
 border-style:solid;
 border-color:#c0c0c0;
 border-width:1px;

-webkit-border-radius:5px;
border-radius:5px;
behavior:url('PIE.htc');
}

 .checkoutSummary
{
position:relative;    
float:left;
display:inline;
width:295px;
_width:285px;
height:1000px;
margin:10px;
_margin:5px;
background:#f0f0f0;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
behavior:url('PIE.htc');
}

 /* Position Bar */

 .MENUBAR {
   font-weight:normal;
   font-size:10pt;
  /* font-family:Trebuchet MS; */
  }
 
.MENUBAR a:link {
 text-decoration: none;
 color:#000000;
 }
 
 .MENUBAR a:visited {
 text-decoration: none;
 color:#000000;
 }
 
 .MENUBAR a:hover {
 text-decoration: underline;
 color:#000000;
 }
 
 .MENUBAR_selected {
   font-weight:bold;
   font-size:10pt;
  /* font-family:Trebuchet MS; */
  }
  
 .MENUBAR_selected a:visited {
 text-decoration: none;
 color:#000000;
 }
 
 .MENUBAR_selected a:link {
 text-decoration: none;
 color:#000000;
 }
 
 /* Picture Select Dialog */

.pictureselectbar
{

position:relative;    
float:left;
display:inline;
width:875px;
_width:855px;
height:35px;
margin:10px;
_margin:5px;
background:#f0f0f0;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
behavior:url('PIE.htc');
}

 
 /* My Listings */

#mylistingcontentleft {
position:relative;
float:left;
width:625px;
margin:10px;
display:inline;
}

.mylistingsmenubar
{

position:relative;    
float:left;
display:inline;
width:640px;
_width:620px;
height:35px;
margin:10px;
_margin:5px;
background:#f0f0f0;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
behavior:url('PIE.htc');
}

.mylistingpanel
{
position:relative;
width:640px;
height:105px;
background:#ffffff;
 border:1px solid #f0f0f0;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
behavior:url('PIE.htc');
}

.mylistingtitle
{
float:left;
 padding-left:10px;
width:620px;
height:22px;
 line-height:18pt;
 margin-left:5px; 
margin-top:5px;
 font-weight:bold;
background:#f0f0f0;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
behavior:url('PIE.htc');
}

/* Camaigns */
.mycampaignpanel
{
position:relative;
width:640px;
height:130px;
background:#ffffff;
 border:1px solid #f0f0f0;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
behavior:url('PIE.htc');
}

.campaignPanel
{
position:relative;    
float:left;
display:inline;
background:#f0f0f0;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
behavior:url('PIE.htc');
}

 /*Web Ready Plus*/

.pluspanel
{
position:relative;
width:800px;
height:180px;
background:#ffffff;
 border:1px solid #f0f0f0;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
behavior:url('PIE.htc');
}

.plustitle
{
padding-left:10px;
padding-top:5px;
width:780px;
height:25px;
line-height:18pt;
margin-left:5px; 
margin-top:5px;
font-weight:bold;
background:#f0f0f0;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
behavior:url('PIE.htc');
}
 /*Help Center Page*/

 .helpcategory
{

position:relative;    
width:940px;
_width:920px;
height:30px;
margin:10px;
_margin:5px;
background:#f0f0f0;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
behavior:url('PIE.htc');
 font-family: Georgia, arial, Times, Sans-Serif;
 font-size:12pt;
 font-weight:bold;
 line-height:22pt;

}

.helptopic
{ 
margin-left:10px; margin-top:15px;
font-size:10pt;
font-weight:bold;
  }

 /*Help Flyout Control*/
 .helpflyout
 {
  font-size:9pt;
  font-family:Arial, Helvetica, Sans-Serif;
  line-height:11pt;
  letter-spacing:.01em;
 }

/* EZAddress Street Selector */

.streetselectortitle 
{
	font-size:18px;
	font-family:'arial', Serif;
	color:#000000;
	text-align:left;
}

.streetselectorsubtitle 
{
	font-size:12px;
	font-weight:bold;
	font-family:arial, Helvetica, Sans-Serif;
	color:#000000;
	text-align:left;
}

.streetselectorleft 
{
	position:relative;
	float:left;
	width:110px;
	margin:10px;
	padding:15px;
	background:#f0f0f0;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
behavior:url('PIE.htc')
}



