html { overflow-x: auto; } 



.bodyborder

{

	border-bottom : 0px solid #DADADA;
	border-left : 0px solid #DADADA;
	border-right : 0px solid #DADADA;
	border-top : 0px solid #DADADA;

}

BR {
font-size : 5px; 
margin : 0; 
} 

A {
font-family : tahoma, verdana, arial, helvetica; 
font-size : 11px; 
color : #5678a2; 
text-decoration : none; 
} 

A:hover {
color : #F56655; 
text-decoration : underline; 
} 

INPUT , SELECT {
background-color : #FFFFFF; 
font-family : tahoma, verdana, arial, helvetica; 
font-size : 11px; 
color : #000000;

} 

TEXTAREA {
background-color : #FFFFFF; 
color : #000000; 
font-family : tahoma, verdana, arial, helvetica; 
font-size : 11px; 
} 




LI {

list-style: none;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
padding: 2px 2px 2px 20px;
display:block;

}

UL {

margin-top:0px; 
margin-bottom:0px;
padding: 0px 0px 0px 0px;

}


TD {
color : #000000; 
font-family : tahoma, verdana, arial, helvetica; 
font-size : 11px; 
text-decoration : none; 
} 



.border {
	border-bottom : 1px solid #DADADA;
	border-left : 1px solid #DADADA;
	border-right : 1px solid #DADADA;
	border-top : 1px solid #DADADA;
}

.border2 {
	BACKGROUND-REPEAT: repeat-x;
	border-left : 1px solid #DADADA;
	border-right : 1px solid #DADADA;
	border-top : 1px solid #DADADA;
}








/* Categories */

.maincat {
        font-family: tahoma;
        font-size: 14px;
        font-weight: bold;
	text-decoration : none; 
}







/* SubCategories on the index page */

.subcat {
        font-family: verdana;
        font-size: 10px;
	text-decoration : underline; 

}






/* Category Counters (number of subcategories, number of listings */

.count {
        font-family: verdana;
        font-size: 9px;
	color: 888888;
	text-decoration : none; 

}



/* Empty Categories */

.emptycat {
        font-family: tahoma;
        font-size: 13px;
        font-weight: bold;
	text-decoration : none; 
	color: 888888;
}


/* Empty SubCategories on the index page*/

.emptycat2 {
        font-family: verdana;
        font-size: 10px;
	text-decoration : none; 
	color: 888888;
}


/* Side boxes gray text (hits, date) */

.sideboxtext {
        font-family: tahoma;
        font-size: 10px;
	text-decoration : none; 
	color: AAAAAA;
}

/* Side boxes description font */

.boxdescr
{
        font-family: verdana, tahoma, arial;
        font-size: 9px;
	text-decoration : none; 
	color: 777777;

}

.companyA
{
        font-family: verdana, tahoma, arial;
        font-size: 12px;
	text-decoration : none; 
        font-weight: bold;
	color: red;
}

.companyB
{
        font-family: verdana, tahoma, arial;
        font-size: 10px;
	text-decoration : none;
        font-weight: bold; 
	color: blue;
}


.companyC
{
        font-family: verdana, tahoma, arial;
        font-size: 10px;
	text-decoration : none;
        font-weight: bold;
	color: green;
}

.companyD
{
        font-family: verdana, tahoma, arial;
        font-size: 11px;
	text-decoration : underline; 
        font-weight: bold;
	color: black;
}


/* CSS Document */

/*
    SS
*/

body {
	background-color: #adb8cc; /*#B5BDD2;*/
	background-repeat: repeat-x;
	text-align: center;  /* IE */
	font-family: verdana, arial, sans-serif;
	font-size: 80%;
	padding: 25px;
	color: #000;
}

form {
	margin: 0; padding: 0;
	border: 0 solid #fff;
}

input,
select,
textarea {
    font-family: verdana, arial, sans-serif;
    font-size: 100%;
}
input.textbox,
select,
textarea {
    border: 1px solid #3499cc;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.hidden {
    display: none;
}

div.clearing {
    clear: both;
}

a,
a:link,
a:visited {
	color: #36c;
	text-decoration: underline;
}
a:hover {
	color: #00f;
}



img {
	border: 0;
	margin: 0;
	padding: 0;
}



p {
	margin: 0.8em 0;
	padding: 0;
	line-height: 130%;
}



th {
	font-weight: normal;
}



/*====== Main Template ======*/

div.centeringContainer {
    width: 860px;
    text-align: left;  /* Correct alignment */
    margin: 0 auto;  /* non IE */
    padding: 0;
}

div#outerContainer {
    float: left;
    width: 860px;
    background-color: #fff;
    margin: 0 0 20px 0;
    padding: 0;
}

/*====== end Main Template ======*/



/*====== Corners ======*/

div.cornerContainer {
    float: left;
    width: 860px;  /* Absolute width for MacIE */
    margin: 0;
    padding: 0;
}

div.cornerContainer  div.corner {
    float: left;
    width: 430px;  /* Absolute width for MacIE */
    height: 10px;
    font-size: 1%;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
}

div#cornerTopLeft {
    background-image: url('http://www.theshoppingshow.net/images/upperleft.png' );
    background-position: top left;
}
div#cornerTopRight {
    background-image: url('http://www.theshoppingshow.net/images/upperright.png' );
    background-position: top right;
}
div#cornerBottomLeft {
    background-image: url('http://www.theshoppingshow.net/images/lowerleft.png' );
    background-position: bottom left;
    background-color: #F2F2F2;
    
}
div#cornerBottomRight {
    background-image: url('http://www.theshoppingshow.net/images/lowerright.png' );
    background-position: bottom right;
    background-color: #F2F2F2;
}

/*====== end Corners ======*/



/*====== Header ======*/

div#logo {
    float: left;
    width: 350px;
    margin: 10px 20px 15px 20px;
}

div#login {
	float: right;
	text-align: right;
	width: 350px;
	margin: 10px 10px 0 0;
}

div#login  a {
	color: #888;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}
div#login  a:hover {
    text-decoration: underline;
}

/*====== Header ======*/


/*====== Menu Bar ======*/

div#navbar {
    float: left;
	width: 843px;
	height: 24px;
	font-size: 15px;
	vertical-align: middle;
	margin: 0;
	padding: 7px 10px 0 7px;
	background-color: #F5F5F5;
	background-image: url('http://www.theshoppingshow.net/images/navbarBg.jpg');
	background-repeat: repeat-x;
	border-top: solid 1px #b7becf;
	border-bottom: solid 1px #b7becf;
}

#navbar  ul {
    list-style-type: none;
    margin: 0;
	padding: 0;
}

#navbar  ul  li {
	float: left;
	margin-right: 16px;
	white-space: nowrap;
}

#navbar ul li.first
{
	margin-left: 0px;
}

#navbar  ul  li.last {
	margin-right: 0px;
}

#navbar  a {
	font-family: verdana, arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #31A3EC;
}

#navbar  a:hover, #navbar a.active {
    text-decoration: underline;
	color: #35D500;
}

/*====== end Menu Bar ======*/






/*====== Footer ======*/

* html div#footer /*Added to correct firefox problem */
{
		float: none;
    width: 780px;
    font-size: 90%;
    color: #000;
    background-color: #f2f2f2;
    margin: 0;
    padding: 0;
		border-top: 1px solid #e4e4e4;
}

 div#footer 
{
		float: left;
    width: 860px;
    font-size: 90%;
    color: #000;
    background-color: #f2f2f2;
    margin: 0;
    padding: 0;
		border-top: 1px solid #e4e4e4;
}

div#footer  a {
    color: #3D55C5;
}

/*div#footer .hiring  {
    float: left;
    width: 400px;
    text-align: left;
    padding: 3px 0 6px 19px;
    background: url(../images/footerLeft.gif) no-repeat 0 bottom;
}*/

div#footer  .copyright,
div#footer  div#utilityMenu 
{
	font-weight: normal;
    float: left;
    width: 360px;
    margin: 0;
    padding: 15px 15px 5px 15px;
}

div#utilityMenu  ul {
    display: block;
    list-style-type: none;
    text-align: right;
    margin: 0; padding: 0;
}

div#utilityMenu  li {
    display: inline;
    padding-left: 1em;
}

/*====== end Footer ======*/


.textMiddle
{
	text-align: center;
}

#replacement
{
	width: 163px;
	height: 23px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url('http://www.theshoppingshow.net/images/submit.png') no-repeat center top;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
}






.mainText
{
	margin: 0px 30px 0px 0px;
}






/*====== Blue container ======*/

div.columnTop  {
	float: left;
    width: 440px;
    padding: 0 0 15px 0;
}

div.columnTop1  {
	/*float: left;*/
    width: 440px;
    margin: 0px 0 0 0;
    padding: 10px 0 0 0;
    background: url('http://www.theshoppingshow.net/images/main/mainbg.jpg');
}


/*
 *  Set defaults to simplify rulesets below
 */
.middleBlue,
.upperleftBlue,
.upperrightBlue,
.lowerleftBlue,
.lowerrightBlue {
    float: left; width: 100%;
    margin: 0; padding: 0;
    background-repeat: no-repeat;
	z-index: 0;
}

.middleBlue {
    background-image: url('http://www.theshoppingshow.net/images/backgrounds/blue.png');
    background-repeat: repeat;
}

.upperleftBlue {
	background-image: url('http://www.theshoppingshow.net/images/upperleftBlue.png');
	background-position: top left;
}

.upperrightBlue {
	background-image: url('http://www.theshoppingshow.net/images/upperrightBlue.png');
	background-position: top right;
}

.lowerleftBlue {
	background-image: url('http://www.theshoppingshow.net/images/lowerleftBlue.png' );
	background-position: bottom left;
}

/*
 *  This contains the actual text
 */
.lowerrightBlue {
    width: 420px;
    padding: 10px;
    font-size: 120%;
    color: #fff;
	text-align: center;
	background-image: url('http://www.theshoppingshow.net/images/lowerrightBlue.png');
	background-position: bottom right;
}

.lowerrightBlue  h1 
{
    font-size: 100%;
    font-weight: normal;
    color: #fff;
    padding: 0px;
    margin: 0px;
}

/*
 *  DELETE THIS???
 */
.middle {
	margin: 0 0 0 38.5px;  /* Where d'you get a half-pixel from?! */
}




/*main container*/
.upperleftMain
{
	margin: 10px 0 0 0;
	width: 100%;
	text-align: left;
	background-color: #E5E5E5;
	color: #000000;
	text-align: justify;
	background-image: url('http://www.theshoppingshow.net/images/main/upperleftMain.png' );
	background-repeat: no-repeat;
	background-position: top left;
}

.upperrightMain
{
	background-image: url('http://www.theshoppingshow.net/images/main/upperrightMain.png' );
	background-repeat: no-repeat;
	background-position: top right;
}

.lowerleftMain
{
	background-image: url('http://www.theshoppingshow.net/images/main/lowerleftMain.png' );
	background-repeat: no-repeat;
	background-position: bottom left;
}

.lowerrightMain
{
	background-image: url('http://www.theshoppingshow.net/images/main/lowerrightMain.png' );
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 2% 2% 2% 2%;
	font-size: 95%;
}

/* redo the CSS... */
.mainContent 
{
    width: 440px;
    text-align: left;
}
.mainContent p 
{
    background: url('http://www.theshoppingshow.net/images/main/mainbottom.jpg') no-repeat bottom left;
    padding: 10px;
    margin: 0 0 0 0;
    text-align: justify;
}

/* New CSS 24-03-06 */
.text
{
	width: 150px;
	border: 1px solid #7F9DB9;
}

#screenshotThumb
{
	margin-left: 10px;
}

div#ctl00_Content_UpdateProgress
{
	float: left;
}

.updatingPrice div
{
	display: inline;
	float: left;
}

.button
{
    margin-bottom: 16px;
}

.first
{
	
}

div.fullWidth
{
	width: 100%;	
}

h1
{
	font-family: verdana, arial, sans-serif;
	color: #666666;
	font-size: 230%;
	font-weight: bold;
	margin: 0 0 23px 0;
}

h2
{
	color: #31A3EC;
	font-size: 140%;
	font-weight: normal;
	margin: 0 0 20px 0;
}

h3
{
	color: #666666;
	margin: 0px;
	font-size: 120%;
}

h3 img
{
	vertical-align: middle;
	margin-right: 9px;
}

p.howItWorksStep
{
	margin-bottom: 20px;	
}

table.packages
{
	border-collapse: collapse;
	border: solid 1px #DADFE9;
	background-color: #F5F7FA;
	width: 750px;
}

table.packages td, table.packages th
{
	border-collapse: collapse;
	border: solid 1px #DADFE9;
	padding: 5px 0 5px 0;
}

table.packages td
{
	text-align: center;	
}

table.packages th.packageName
{
	color: #0F669F;
	font-weight: normal;
	font-size: 150%;
	text-align: center;
}

table.packages th
{
	font-size: 90%;
	font-weight: bold;
	padding-left: 3px;
}

#signUpQuickSignUp
{
	color: #666;
	font-size: 120%;
	margin: 0 0 15px 0;
}

#signUpQuickSignUpSmall
{
	color: #666;
	font-size: 80%;
	margin: 0 0 15px 0;
}

.signUpWhichPackage
{
	font-size: 80%;
	text-align: right;
	padding: 0 0 10px 0;
	width: 749px;
}

.support
{
	font-size: 80%;
	text-align: left;
	padding: 0 0 10px 0;
	width: 749px;
}

h2.signUpSteps
{
	font-size: 195%;
	font-weight: normal;
	color: #666666;
}

h2.signUpSteps img
{
	vertical-align: middle;
	margin: 0 5px 0 5px;
}

span.signUpStepName
{
	color: #31A3EC;
}

td.price
{
	font-size: 120%;
	font-weight: bold;	
}

.textbox {
	width: 230px;	
}

.comingSoonKey
{
	color: #f00;
	font-size: 80%;
	padding: 10px 0 10px 0;
}





