a {
    color: #0E5CA5;
}

h1 {
    margin: 0.3em 0 1em 0;
}

p {
    margin: 0 0 1em 0;
}

#container {
    font: 1.3em helvetica, tahoma, verdana, arial, sans-serif;
    line-height: 1.4em;
}

#header {
    width: 954px;
    margin: 0 auto;
    height: 109px;
	position: relative;
}

#logo {
    background: transparent url(/images/presentation/logo-is.gif) no-repeat left center;
    height: 89px;
	position: relative;
}

#logo a {
	position: absolute;
	left: 0;
	top: 0;
	height: 89px;
	width: 200px;
	text-decoration: none;
}

#logo h1 {
    position: absolute;
    left: -99em;
}

#call-to-action {
    background: transparent url(/images/presentation/call-to-action.png) no-repeat 520px center; 
    height: 102px;   
}

#lp {
    position: absolute;
    top: 10px;
    right: 0;
}

.button:hover {
}

.textfield {
    border-top: 1px solid #BFBFBF;
    border-left: 1px solid #CFCFCF;
    border-bottom: 1px solid #EFEFEF;
    border-right: 1px solid #F4F4F4;
}

/*
 * Toolbar
 */
#toolbar {
    background: #F0B455;
    height: 30px;
}

#toolbar .container {
    width: 954px;
    margin: 0 auto;
}

/*
 * Search Form
 */
#searchForm {
    padding-top: 0px;
}

#searchStr {
    vertical-align: middle;
    margin: 0;
    border-top: 1px solid #C0BFBC;
    border-left: 1px solid #C0BFBC;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    color: #333;
    padding: 2px 4px 2px 30px;
    background: #FFF url(/images/presentation/icon-search.png) no-repeat 4px center; 
    width: 158px;
}

#searchStr:focus {
    /*
width: 220px;
*/    
}

#searchButton {
    background: #000 url(/images/presentation/button-search.png) no-repeat left center; 
    height: 24px;
    width: 70px;
    border: 0;
    padding: 0;
    margin: 0 0 0 2px;
    vertical-align: middle;
    cursor: pointer;
}

/*
 * Idea List
 */

#idealist {
    width: 273px;
    float: right;
    position: relative;
}

#isOverview {
    width: 231px;
    background: #F09555;
    height: 30px;
    border-right: 1px solid #FFF;
    border-left: 1px solid #F0B455;
    position: relative;
    z-index: 2;
    line-height: 30px;
    color: #6B4125;
    padding-left: 40px;
    font-weight: bold;
}

#isNumItems {
    padding-left: 0.5em;
    color: #FFF;
}

#isButton {
    height: 24px;
    width: 54px;
    border: 0;
    padding: 0;
    margin: 3px 4px 0 2px;
    vertical-align: middle;
    cursor: pointer;
    float: right;
}

#isOverview .view {
    background: transparent url(/images/presentation/button-view.png) no-repeat left center; 
}

#isOverview .close {
    background: transparent url(/images/presentation/button-close.png) no-repeat left center; 
}

#isDetail {
    position: absolute;
    z-index: 1;
    background: #F09555;
    top: 30px;
    width: 251px;
    border: 1px solid #FFF;
    border-top: 0;
    padding: 10px;
    display: none;
}

#isDetail table {
    width: 100%;
}

#isDetail th, #isDetail td {
   text-align: left;
   border-bottom: 1px dotted #885330;
   padding: 4px 4px 4px 0;
   color: #FFF;
}

#isDetail .right {
   text-align: right;
   padding: 2px 12px 2px 0;
}    

#isDetail th:first-child, #isDetail td:first-child {
   text-align: left;
}

#isDetail th {
    color: #6B4125;
}

#isDetail .edit, #isDetail .delete, #isDetail .save {
    cursor: pointer;
    width: 20px;
    padding: 0;
}

#isDetail .edit {
    background: transparent url(/images/presentation/icon-edit.png) no-repeat center center;
}

#isDetail .delete {
    background: transparent url(/images/presentation/icon-delete.png) no-repeat center center;
}

#isDetail .save {
    background: transparent url(/images/presentation/icon-save.png) no-repeat center center;
}

#continueButton {
    background: transparent url(/images/presentation/button-continue.png) no-repeat left center; 
    height: 24px;
    width: 129px;
    border: 0;
    padding: 0;
    margin: 20px 0 0 0;
    vertical-align: middle;
    cursor: pointer;
    float: right;
    position: relative;
}

#continueButton:hover {
}

#is-icon {
    height: 45px;
    width: 42px;
    background: transparent url(/images/presentation/icon-list.png) no-repeat left center;
    position: absolute;
    z-index: 3;
    top: -9px;
    left: -7px;
}

/*
 * Main
 */
#main {
    width: 954px;
    margin: 0 auto;
    min-height: 500px;
    top: 0;
}


/*
 * Sidebar
 */
#sidebar {
    width: 190px;
    float: left;
    padding: 20px 0 20px 0;
}

#sidebar h2 {
    margin: 0;
    border-bottom: 2px solid #000;
    font-size: 1.1em;
}

#bm {
    margin: 2em 0;
}

#bm h2 {
    margin: 0 0 1em 0;
    color: #333;
    border: 0;
}

/*
 * Browse Menu
 */
#browse, #browse ul {
    margin: 0.5em 0 0 0;
    padding: 0;
    list-style-type: none;
}

#browse ul {
    margin: 0;
}

#browse li {
    border-bottom: 1px solid #F3715B;
    margin: 0;
}

#browse li a {
	color:#000000;
    text-decoration: none;
    display: block;
    padding: 2px;
}

#browse li a.selected {
    font-weight: bold;
}

#browse li a:hover {
    background: #EEE;
}

#browse ul {
}

#browse ul li {
    border: 0;
    height: 1%; /* for IE6 */
}

#browse ul li a {
    padding: 2px 2px 2px 20px;
}

/*
 * Content
 */

#content {
    margin: 0 0 0 230px;
    padding: 20px 0 30px 0;
}


/*
 * Selections
 */
.selection {
    margin: 2em 0 1em 0;
    float: left;
    width: 724px;
}

.selection h2 {
    background: transparent url(/images/presentation/icon-star.png) no-repeat left center;
    padding-left: 25px;
    border-bottom: 1px solid #E0E0E0;
    margin: 0;
}

.thumb {
    display: block;
    float: left;
    margin: 12px 40px 30px 0;
    width: 104px;
    min-height: 8em;
    position: relative;
	text-align: center;
	font-size: 95%;
	line-height: 1.2;
}

.thumb img {
    width: 104px;
    height: 104px;
    background: #DFDFDF;
    display: block;
    margin-bottom: 10px;
}

.thumb a {
    display: block;
}


/*
 * Footer
 */
#footer {
    width: 954px;
    margin: 0 auto;
    border-top: 2px solid #000;
    padding: 0;
    font-size: 0.9em;
	line-height: 1.2;
	color: #666;
}

#footer ul {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footer li {
    float: left;
    margin-right: 2em;
}

#footer a {
    font-size: 1.2em;
}

#footer #copy {
	clear: left;
    text-align: right;
	padding: 5px 0 20px 0;
}

#footer p {
	margin-bottom: 0; padding:0px 0px 4px 0px; line-height:16px;
}

#logos, #subscribeBox {
	background: #f2f2f2;
	height: 58px;
	float: left;
	padding: 15px;
}

#logos {
	width: 521px;
	background: #f2f2f2;
}

#logos a {
    padding: 10px 0 0 100px;
    background: transparent url(/images/content/footer_vavavoom_logo.gif) no-repeat left 10px;
    line-height: 38px;
    display: block;
    text-decoration: none;
}

#logos a:hover {
    text-decoration: underline;
}

#logos p {
    clear: both;
}

#subscribeBox {
	width: 373px;
	background: #d9d9d9;
}

#subscribeBox  strong{
	display: block;
}

#subscribeBox button, #subscribeBox input, #subscribeBox label {
	float: left;
}

#subscribeBox label {
	padding-top: 8px;
	margin-right: 4px;
	font-weight: bold;
    width: 3em;
}

#subscribeBox input {
	border-top: 1px solid #C0BFBC;
    border-left: 1px solid #C0BFBC;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    color: #333;
    padding: 3px 4px 3px 4px;
    /*
background: #FFF url(/images/presentation/icon-email.gif) no-repeat 4px center;
*/ 
    width: 178px;
	margin: 2px 4px 0 0;
}

#subscribe {
	background: url(/images/presentation/button_subscribe.gif) no-repeat 0 0;
	border: none;
	width: 86px;
	height: 26px;
    cursor: pointer;
    display: block;
    margin-top: 5px;
}

#subscribeBox span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

#subscribeBox p {
	padding-bottom: 3px;
}



