﻿body 
{
    background: #ffffff url(Images/backgrounds/fadeout_ltblue.png) repeat-x fixed top;
    color: #111111;
    font-family: Helvetica, Verdana, Arial, Sans-Serif;
    font-size: small;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}

#mainContainerBorder
{
    background: #ffffff url(Images/backgrounds/fadein_black.png) repeat-x fixed bottom;
    margin: 0 100px 0 100px;
    border: solid 1px #000000;
    border-top-width: 0;
}

#mainContainer
{
    background-color: #ffffff;
    margin: 0 2px;    
}

em {color: red;}
h1 {color: #356AA0;}
h2 {color: #356AA0;}
h3 {color: #356AA0;}
/* a {color:#ff5600;}
a:link {color:#ff5600;}
a:visited {color:#ff5600;}
a:hover {color: #ffffff; background-color: #ff5600;}
a:active {color: #ff5600;} */

#topsection{
    height: 125px; /*Height of top section*/
}

#logoContainer
{
    float: left;
    display: inline;
}

#loginContainer 
{
}

#contentwrapper{
    float: left;
    width: 100%;
}

#contentcolumn{
    margin-right: 300px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn{
    float: left;
    width: 300px; /*Width of right column in pixels*/
    margin-left: -300px; /*Set left margin to -(RightColumnWidth) */ 
}

#navContainer 
{
    clear: left;
} 

.headerAdContainer
{
    float: right;
}

.innertube{
     /*margin: 10px; Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 0;
}

#mainContentContainer 
{
    padding: 10px;
}

#contentContainer
{
    clear: left;
}

#footer{
    clear: left;
    width: 100%;
    height: auto;
    min-height: 280px;
    color: #FFF;
    font-size: 0.8em;
	border-top: 20px solid #fff;
	border-top: 5px solid #000;
	margin: 0;
	padding: 0;
	background-color: #292929;
	text-align: left;
}

#footer a{
    color: #FFFFCC;
}

#copyright
{
    margin-top: 0;
    clear: both;
    text-align: right;
}

.highlight 
{
    background-color: #fffacd; 
}

.bannerad 
{
}

#FeaturedItem
{
    font-size: 0.9em;
    line-height: 1.4em;
}

a.featureditemname
{
  color:#ff5600;
  font-size:1.2em;
  line-height: 1.1em;
  font-weight:bold;
}

a.featureditemname:hover{
  background:#ff5600;
  color:#ffffff;
}

/*NAVIGATION STYLE*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.halfmoon{
margin-bottom: 1em;
}

.halfmoon ul{
padding: 3px 9px 2px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid #929492;
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
text-decoration: none;
padding: 3px 9px 2px 5px;
margin: 0;
margin-right: 1px; /*distance between each tab*/
border-left: 1px solid #DDD;
color: black;
font-size: 13px;
background: #ECEEEC url(images/tabright.gif) top right no-repeat;
}

.halfmoon li a:visited{
color: black;
}

.halfmoon li a:hover{
background-color: #CDDADA;
color: navy;
}
/*END NAVIGATION STYLE*/

/* Fieldsets */

fieldset{
  border:1px solid #ccc;
  padding:0 15px 15px 15px;
  margin-bottom:0;
}

legend{
  font-size:1.2em;
  font-weight:bold;
  margin-left:-5px;
  padding-left:5px;
  color:#356AA0;
  padding-bottom:10px;
  padding-top:10px;
}

#PopularItems
{
    margin: 10px 20px 20px 20px;
}
.popitem{
  border-top:1px solid #e6e6e6;
  border-bottom: 1px solid #ffffff;
  clear: left;
  background-image: url('images/postBgRev.jpg'); 
  background-repeat: no-repeat;
  background-position: right;
  font-size: 0.9em;
  line-height: 1.3em;  
}
.popitemimage{
  padding:10px;
  float:left;
  width: 90px; 
  height: 75px;
  overflow: hidden;
  text-align: center;
}
.popitemimage img
{
    max-width: 75px;
    max-height: 75px;
}
.popiteminfo{
    margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	padding-left:100px;
}
.popiteminfo p 
{
    margin: 2px;
}
.popiteminfo p.popitemname a{
  color:#ff5600;
  font-weight:bold;
}
.popiteminfo p.popitemname a:hover{
  background:#ff5600;
  color:#ffffff;
}
.popitembar{
	background-color:#eeeeee;
	height:16px;
	padding-left:10px;
	margin-bottom:5px;
	color:#6b6b6b;
	clear: right;
}

#GiftIdeaItems
{
}
.giftideaitem{
  border-top:1px solid #e6e6e6;
  border-bottom: 1px solid #ffffff;
  background-image: url('images/postBgRev.jpg'); 
  background-repeat: no-repeat;
  background-position: right;
  font-size: 0.9em;
  line-height: 1.3em;  
  height: 100px;
  overflow: hidden;
}
.giftideaitemimage{
  padding:10px;
  float:left;
  width: 90px; 
  height: 75px;
  overflow: hidden;
  text-align: center;
}
.giftideaitemimage img
{
    max-width: 75px;
    max-height: 75px;
}
.giftideaiteminfo{
    margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	padding-left:100px;
}
.giftideaiteminfo p 
{
    margin: 2px;
}
.giftideaiteminfo p.giftideaitemname a{
  color:#ff5600;
  font-weight:bold;
}
.giftideaiteminfo p.giftideaitemname a:hover{
  background:#ff5600;
  color:#ffffff;
}
.giftideaitembar{
	background-color:#eeeeee;
	height:16px;
	padding-left:10px;
	margin-bottom:5px;
	color:#6b6b6b;
	clear: right;
}

/**********************
*   Bottom            *
***********************/

#bottom-divs {
	float: left;
	clear: both;
	margin: 0;
	padding: 20px;
	}
#bottom-left,
#bottom-mid,
#bottom-right {
	width: 30%;
	padding: 20px 0 20px 20px;
	float: left;
	}
#footer h2 {
	margin: 0 0 10px 0;
	padding: 0 8px;
	font-size: 1.6em;
	color: #fff;
	}
#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #555;
	}
#footer ul li {
	line-height: 26px;
	border-bottom: 1px solid #555;
	}
#footer ul li a {
	display: block;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	}
#footer ul li a:hover {
	background: #191919;
	}
