* {
    margin: 0;
    padding: 0;
}
    
html {
    font-family: Arial, Helvetica, sans-serif;    
}

body {
	background-image:url(/static/templates/guestbookland/images/header_background.png);
    background-repeat:repeat-x;
    line-height:1.4em;
    font-size:0.9em;
}

p {
    margin:0.5em 0 0.8em 0;
    }

h1 {
	color:#3182A7;
	margin:0.5em 0 0.8em 0;
    font-size:2em;
	}

h2 {
    font-size:1.1em;
    font-weight:none;
    margin-top:1.5em;
    margin-bottom:0.5em;
	}

h3 {
    font-size:1em;
    font-weight:none;
    margin-top:1.5em;
    margin-bottom:0.5em;
	}


img {
    border:0;
}

input[type="submit"]:focus {
	outline:none;
    -moz-outline-style: none;
    }

:focus{
    outline:none;
    }

a:link {
    color:#00a8e1;
    text-decoration:none;
    outline:none;
    -moz-outline-style: none;
    }

a:visited,
a:hover,
a:active {
    color:#00a8e1;
    text-decoration:none;
    outline:none;
    -moz-outline-style: none;
    }
    
a:hover {
    color:#00a8e1;
    text-decoration:underline;
    }
	

ul {
    margin:0.5em 0 1.5em 1em;
}

input[type="submit"] {
    cursor:pointer;
    padding:0.3em;
    }
    
input[type="submit"]:hover {
	color:#d40005;
	}
	
select {
    border:1px solid #CCCCCC;
    padding:2px 2px 2px 5px;
    font-size:100%;
    background-image:url(/static/templates/guestbookland/images/input_background.gif);
    background-repeat:repeat-x;
    
}

textarea {
    background-image:url(/static/templates/guestbookland/images/input_background.gif);
    background-repeat:repeat-x;      
    border:1px solid #CCCCCC;
    padding:6px 3px 3px 3px;
    font-size:100%;    
}



#contentBackground {
	width:970px;
	margin:2em auto;
}

#content {
    background-color:#FFF;
    min-height:700px;
    -moz-border-radius-topright:8px;
    -moz-border-radius-topleft:8px;
    -moz-border-radius-bottomright:8px;
    -moz-border-radius-bottomleft:8px;
    -webkit-border-top-right-radius:8px;
    -webkit-border-top-left-radius:8px;
    -webkit-border-bottom-right-radius:8px;
    -webkit-border-bottom-left-radius:8px;
}



/*
#headerTop {
    position: absolute;
    right: 5px;
}
*/

#headerAccount{ 
    position: absolute;
    right: 0px;
    top: 0px;
    background-color:#fff;
    padding: 0.3em 0.3em 0.3em 1em;
    font-size:0.8em;
    color:#000;
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px;
    letter-spacing:0.075em;
    z-index:999;
}

#headerAccount a {
	text-decoration:none;
	margin:0 0.5em 0 0.5em;
}

 
#firstVisit {
	border:1px solid #EFDC86;
	background-color:#fff4bf;
	padding:1em;
	margin-left:1em;
	margin-top:1.2em;
	margin-right:330px;
	line-height:1.4em;
	font-size:0.9em;
	}

#sideContent {
	float:right;
    margin:2em 2em 0 2em;
    width:300px;
    }


#loginBox ,
#registerBox ,
#loggedinBox {
	border:1px solid #e6f3f8;
    padding:1px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
}

#loginBox .boxInside ,
#registerBox .boxInside ,
#loggedinBox .boxInside ,
.shoppingcartButton .boxInside {
	padding:8px 1em 1em 1em;
}

#loggedinBox .boxInside  {
    
}

#loggedinBox ul {
	list-style:none;
}
	


	
#loginBox img{
	margin-bottom:0.5em;
	}
	
#loginBox input[type="text"],
#loginBox input[type="password"]{
    background-image:url(/static/templates/guestbookland/images/input_background.gif);
    background-repeat:repeat-x;  
    border:1px solid #CCCCCC;
    font-size:0.9em;
    height:1.5em;
    width:48%;    
    padding-top:3px;
	}
	
#loginBox input[type="submit"]{
    background-image:url(/static/templates/guestbookland/images/button_background_large.gif);
    cursor:pointer;
	}
	
#rememberLogin {
	margin-top:0.5em;
	font-size:0.7em;
	}

.headlineDetails {
	font-size:0.75em;
	font-weight:normal;
	margin-left:1.5em;
	}

#breadcrumbTrail {
    margin-bottom:1em;
    border-bottom:1px solid #e6f3f8;
    width:60%;
}
	
	
	
	
#mainContent {
    margin:0;
    padding-top:2em;
    padding-left:2em;
    }

#headerHeadline {
	margin:0;
	padding:0;	
	}
	
#categoryList {
	margin-left:0;
	}
#categoryList .name {
    font-size:1em;
    font-weight:none;
    margin-bottom:0.5em;
	}
#categoryList .description {
    margin-bottom:1.5em;
	}
	
#categoryList {
    font-size:1em;
    font-weight:none;
    margin-bottom:0.5em;
	}
	
#categoryList ul {
	list-style-type:none;
	margin:0;
	}
	

#categoryInformation {
    margin:0;
    padding:0;
    }


#sorting {
	font-size:0.9em;
    }

#sorting a {
	padding:0.1em 0.5em 0.1em 0.5em;
	margin:0 0.3em 0 0.7em;
    letter-spacing:0.075em;
    text-decoration:none;
    }

.preset a:link,
.preset a:visited,
.preset a:hover,
.preset a:active {
	color:#d40005;
    border:1px solid #d40005;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	}
	
.preset a:hover,
.preset.active a:link,
.preset.active a:visited,
.preset.active a:hover,
.preset.active a:active {
	color:#fff;
	background-color:#d40005;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	}

    
#itemList {
	margin:1em 2em 2em 0;
}

.item {
    
    }

.itemContent {
    overflow-x: hidden;
    overflow-y: hidden;
    }
    
.itemTitle {
	font-size:1.2em;
	padding-top:0.3em;
    }

.itemDetails img {
    vertical-align:middle;
    }
    
.itemDomain {
    font-size:0.7em;
    color:#888;
    margin-left:1em;
    }
    
.itemMedia {
    margin: 2em 0 2em 6em;
    }
    
.itemNumber {
    color:#CDCDCD;
    font-weight:normal;
    float:left;
    margin-top:13px;
    text-align:right;
    font-size:1em;
    width:1em;
    }
    
.itemVoting {
    float:left;
    margin:0 0.5em 0 1em;
    width:2em;
    text-align:center;
    overflow:visible;
    padding:0;
    }
    
.itemVoting form {
    margin:0;
    padding:0;
    font-size:0;
    line-height:0;
    }
    

.itemVoting input { 
    }
    
.itemVotingDefault {
    color:#ccc;
    font-weight:bold;
    font-size:0.9em;
    line-height:1em;
    margin-bottom:0.2em;
    }
    
.itemVotedUp {
    color:#ccc;
    font-weight:bold;
    font-size:0.9em;
    line-height:1em;
    margin-bottom:0.2em;
    }
    
.itemVotedDown {
    font-weight:bold;
    font-size:0.9em;
	color:#ccc;
    line-height:1em;
    margin-bottom:0.2em;
    margin-top:0.1em;
    }
    
.itemVoteButton {
    cursor: pointer;
    border:0;
    background-color:#fff;
    margin:0;
    padding:0;
    display:inline;
	}
	
.itemVoteButtonUp {
    cursor: pointer;
    background-color:#fff;
    border:0;
    height:12px;
    width:14px;
    background-image:url(/static/templates/guestbookland/images/arrow_up_g2.gif);
    background-repeat:no-repeat;
    background-position: center center;
	}
    
.itemVoteButtonDown {
    cursor: pointer;
    background-color:#fff;
    border:0;
    height:11px;
    width:14px;
    background-repeat:no-repeat;
    background-position: center center;
    background-image:url(/static/templates/guestbookland/images/arrow_down_g2.gif);
	}
    
.itemVoteButtonUpHighlight {
    cursor: pointer;
    height:12px;
    width:14px;
    background-color:#fff;
    border:0;
    background-repeat:no-repeat;
    background-position: center center;
    background-image:url(/static/templates/guestbookland/images/voted_up.png);
	}
    
.itemVoteButtonDownHighlight {
    cursor: pointer;
    height:11px;
    width:14px;
    background-color:#fff;
    border:0;
    background-repeat:no-repeat;
    background-position: center center;
    background-image:url(/static/templates/guestbookland/images/voted_down.png);
	}
    
   
.itemVoteButtonUpThrobber{
    height:12px;
    width:14px;
    background-color:#fff;
    border:0;
    background-repeat:no-repeat;
    background-position: top center;
    /*background-image:url(/static/templates/);*/
    }
    
   
.itemVoteButtonDownThrobber{
    height:12px;
    width:14px;
    background-color:#fff;
    border:0;
    background-repeat:no-repeat;
    background-position: center center;
    /*background-image:url(/static/templates/);*/
    }


.commentVoting {
    float:left;
    margin:1.5em 0.5em 1em 0;
    width:2em;
    text-align:center;
    overflow:visible;
    padding:0;
    }
    
.commentVoting form {
    margin:0;
    padding:0;
    font-size:0;
    line-height:0;
    }
    

.commentVoting input { 
    }
    
.commentVotingDefault {
    color:#cdcdcd;
    font-weight:bold;
    font-size:0.9em;
    line-height:1em;
    margin-bottom:0.2em;
    }
    
.commentVotedUp {
    color:#cdcdcd;
    font-weight:bold;
    font-size:0.9em;
    line-height:1em;
    margin-bottom:0.2em;
    }
    
.commentVotedDown {
    font-weight:bold;
    font-size:0.9em;
    color:#cdcdcd;
    line-height:1em;
    margin-bottom:0.2em;
    margin-top:0.1em;
    }
    
.commentVoteButton {
    cursor: pointer;
    border:0;
    background-color:#fff;
    margin:0;
    padding:0;
    display:inline;
    }
    
.commentVoteButtonUp {
    cursor: pointer;
    background-color:#fff;
    border:0;
    height:12px;
    width:14px;
    background-repeat:no-repeat;
    background-position: center center;
    background-image:url(/static/templates/guestbookland/images/arrow_up_g2.gif);
    }
    
.commentVoteButtonDown {
    cursor: pointer;
    background-color:#fff;
    border:0;
    height:11px;
    width:14px;
    background-repeat:no-repeat;
    background-position: center center;
    background-image:url(/static/templates/guestbookland/images/arrow_down_g2.gif);
    }
    
.commentVoteButtonUpHighlight {
    cursor: pointer;
    height:12px;
    width:14px;
    background-color:#fff;
    border:0;
    background-repeat:no-repeat;
    background-position: center center;
    background-image:url(/static/templates/guestbookland/images/voted_up.png);
    }
    
.commentVoteButtonDownHighlight {
    cursor: pointer;
    height:11px;
    width:14px;
    background-color:#fff;
    border:0;
    background-repeat:no-repeat;
    background-position: center center;
    background-image:url(/static/templates/guestbookland/images/voted_down.png);
    }
    
   
.commentVoteButtonUpThrobber{
    height:12px;
    width:14px;
    background-color:#fff;
    border:0;
    background-repeat:no-repeat;
    background-position: top center;    
    }
    
   
.commentVoteButtonDownThrobber{
    height:12px;
    width:14px;
    background-color:#fff;
    border:0;
    background-repeat:no-repeat;
    background-position: center center;
    }


#paginationControl {
	margin:3em 2em 2em 4em;
    }

#paginationControl a {
	padding:0.1em 0.4em;
	border:1px solid #00a8e1;
	line-height:0;
	font-size:0.8em;
	text-decoration:none;
    }

#paginationControl .disabled {
	padding:0.1em 0.4em;
	border:1px solid #cdcdcd;
	line-height:0;
	font-size:0.8em;
	color:#cdcdcd;
    }

#paginationControl .current {
	padding:0.1em 0.4em;
	border:1px solid #929F1D;
	line-height:0;
	font-size:0.8em;
	color:#929F1D;
    }
    
#itemContent {
    margin:2em;
}

    
.commentList {
	margin-top:1em;
    margin-right:2em;
    margin-left:2em;
}

.comment {
	padding:0 1em 0.2em 1em;
    border-top:1px solid #B2EBFD;
    margin-bottom:1em;    
    overflow:auto;
    }

#commentMessage {
    margin:0 340px 0 5em;
    font-size:1em;
    line-height:1.4em;
	}
.commentText {
	font-size:1em;
	line-height:1.4em;    
	overflow:auto;
	}

.commentDetails {
    margin:1em 0 0.5em 0;
    font-size:0.8em;
    color:#888;
	}

div.commentList > div:target {
    background-color:#EFF8FF;
    }


.commentListForm {
	margin:0.5em 0 0.5em 0;
	}
    
.commentForm{
    margin:2em;
    margin-top:3em;
    }

dl.commentForm {
    padding: 10px 0 1px 0;
    margin: 0;
    }
    
dl.commentForm dt {
    float: left;
    display:none;
    /*width: 170px;*/
    font-weight: normal;
    text-align: right;
    padding-top: 0;
    padding-bottom: 0;
}

dl.commentForm dd {
    margin: 0 0 10px 0px;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
}

dl.commentForm dd.action {
    padding-left: 10px;
    margin-top: -10px;
}

dl.commentForm input[type="text"],
dl.commentForm input[type="password"] {
    width:350px;    
    height:25px;
    background-image:url(/static/templates/guestbookland/images/input_background.gif);
    background-repeat:repeat-x;  
    border:1px solid #CCCCCC;
    padding:3px 3px 2px 3px;
    font-size:105%;
    
}
dl.commentForm textarea,
.commentListForm textarea {
    width:550px;    
    height:200px;
    background-image:url(/static/templates/guestbookland/images/input_background.gif);
    background-repeat:repeat-x;  
    border:1px solid #CCCCCC;
    padding:3px 3px 2px 3px;
    font-size:105%;    
}


dl.commentForm textarea.commentFocus {
    width:550px;
    height:450px;
    background-image:url(/static/templates/guestbookland/images/input_background.gif);
    background-repeat:repeat-x;  
    border:1px solid #CCCCCC;
    padding:3px 3px 2px 3px;
    font-size:105%;    
}

dl.commentForm select {
    border:1px solid #CCCCCC;
    padding:3px 3px 3px 3px;
    font-size:105%;
    background-image:url(/static/templates/guestbookland/images/input_background.gif);
    background-repeat:repeat-x;  
    
}

dl.commentForm input[type="submit"],
.commentListForm  input[type="submit"] {
    background-image:url(/static/templates/guestbookland/images/button_background_large.gif);
    cursor:pointer;
    padding:0.3em;
    font-size:0.7em;
    }
    
.commentListForm input[type="submit"] {
	margin-top:0.5em;
	}
    

dl.commentForm ul {
    margin:0.5em 0 1.5em 2.5em;
    list-style-image:url(/static/templates/guestbookland/images/this_field_arrow.gif)
}
    
.commentFormStatus {
	position:absolute;
    display:inline;
    visibility:hidden;
    }

.commentFormStatusThrobber{
	margin-left:340px;
    position:absolute;
    display:inline;
    height:24px;
    width:24px;
    background-color:#fff;
    color:#fff;
    border:0;
    background-repeat:no-repeat;
    background-position: center center;
    background-image:url(/static/templates/guestbookland/images/throbber_circle.gif);
    display:inline;
    visibility:visible;
    }

    
    
.submitListComment {
    
}
.commentListFormStatus {
    display:none;
    visibility:hidden;    
    }

.commentListFormStatusThrobber{ 
    display:inline;
    height:24px;
    width:24px;
    background-color:#fff;
    color:#fff;
    border:0;
    background-repeat:no-repeat;
    background-position: center center;
    background-image:url(/static/templates/guestbookland/images/throbber_circle.gif);
    visibility:visible;
    }

.commentListFormStatusMessage {	
    display:inline;
    margin:0;
    margin-left:0.5em;
	font-size:0.9em;
	color:#EF3E00;
	}
	
.commentListFormMessage {
	margin:0.5em 0 0.5em 0;
    font-size:0.9em;
    color:#EF3E00;
	}

.commentControl {
	margin-top:0.1em;
	}

.commentControl form {
    display:inline;
	}

.commentControl input[type="submit"],
.submitAsLink {
    background:0;
    border:0;
    border-bottom:1px solid #fff;
    color:#33bdee;
    cursor:pointer;
    padding:0;
    margin:0;
    line-height:100%;
	}

.commentControl input[type="submit"]:hover {
	color:#33bdee;
    border-bottom:1px solid #33bdee;
	}
	
.commentNested {
	margin-left:2em;
	border:1px solid red;
	}


dl.forms {
    margin-top:2em;
}
    
dl.forms dt {
    float: left;
    width:6em;
    font-weight: normal;
    text-align: right;
    padding-top: 0;
    padding-bottom: 0;
}

dl.forms dd {
    margin:0 0 1em 7.5em;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
}

dl.forms dd.action {
    padding-left:1em;
    margin-top:-1em;
}

dl.forms input[type="text"],
dl.forms input[type="password"] {
    width:450px;    
    height:25px;
    background-image:url(/static/templates/guestbookland/images/input_background.gif);
    background-repeat:repeat-x;  
    border:1px solid #CCCCCC;
    padding:3px 3px 2px 3px;
    font-size:105%;
    
}

dl.forms select {
    border:1px solid #CCCCCC;
    padding:3px 3px 3px 3px;
    font-size:105%;
    background-image:url(/static/templates/guestbookland/images/input_background.gif);
    background-repeat:repeat-x;  
    
}

dl.forms  input[type="submit"] {
    background-image:url(/static/templates/guestbookland/images/button_background_large.gif);
    cursor:pointer;
    padding:0.3em;
    }

dl.forms ul {
    margin:0.5em 0 1.5em 2.5em;
    list-style-image:url(/static/templates/guestbookland/images/this_field_arrow.gif)
}

dl.profileForm {
    margin-top:2em;
    width:650px;
}
    
dl.profileForm dt {
    float: left;
    width:12em;
    font-weight: normal;
    text-align: right;
    padding-top: 0;
    padding-bottom: 0;
    margin-right:1em;
}

dl.profileForm dd {
    margin:0 0 1em 13em;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
}

dl.profileForm dd.action {
    padding-left:1em;
    margin-top:-1em;
}

dl.profileForm input[type="text"],
dl.profileForm input[type="password"] {
    width:250px;    
    height:25px;
    background-image:url(/static/templates/guestbookland/images/input_background.gif);
    background-repeat:repeat-x;  
    border:1px solid #CCCCCC;
    padding:3px 3px 2px 3px;
    font-size:105%;    
}

dl.profileForm select {
    border:1px solid #CCCCCC;
    padding:3px 3px 3px 3px;
    font-size:105%;
    background-image:url(/static/templates/guestbookland/images/input_background.gif);
    background-repeat:repeat-x;  
    
}

dl.profileForm input[type="submit"] {
    background-image:url(/static/templates/guestbookland/images/button_background_large.gif);
    cursor:pointer;
    padding:0.3em;
    }

dl.profileForm ul {
    margin:0.5em 0 1.5em 2.5em;
    list-style-image:url(/static/templates/guestbookland/images/this_field_arrow.gif)
}

dl.profileForm p {
    margin:0.5em 0 1em 0;
    line-height:1.4em;
}

#footer {
	border-top:1px solid #6AC0DD;
	margin:5em 1em 2em 1em;
	text-align:left;
    font-size:0.9.em;
    min-height:10em;
    padding-top:0.5em;
}

#footer img {
	margin-bottom:0.5em;
}

#footer ul {
    width:900px;
	list-style:none;
	margin:0.5em auto;
}

#footer ul li {	
	float:left;
	min-width:25%;
}

#footer ul a {	
	margin-left:0.5em;
}
	
.textItem,
.blogItem {
	margin-left:1em;
	}

.messageDetails{
    margin:1em 0 0.5em 0;
    font-size:0.8em;
    color:#888;
    }
    
.messageSubject {
    font-weight:bold;
    margin-bottom:0.5em;
    }
    
.messageText {
    margin-bottom:0.5em;
    }
   
.messageContext {
    font-size:0.8em;
    }
    
.message {
	margin-bottom:1.5em;
    }

.unreadMessages a {
	color:#D40005;
    }
    
.textContent {
    line-height:1.4em;
    max-width:650px;
    }
.textContent ol{
    margin-left:2em;
    }
    
.textContent p{
    margin-bottom:0.7em;
    }
    
.textContent img {
    border:0;
    }
    
.blogContent {
    line-height:1.4em;
    max-width:650px;
    }
    
.blogContent p{
    margin-bottom:0.7em;
    }
    
    
.itemDetails,
.blogDetails {
    margin:0.5em 0 0.5em 0;
    font-size:0.8em;
    color:#888;
    }
    
.blogLink {
	margin:0.5em 0 2em 0;
	}
    
#productSideBar {
	float:right;
	margin:0 2em 2em 2em;
    }

#addToShoppingCart {
	border:1px solid #ccc;
	background-color:#eee;
	padding:1em;
    -moz-border-radius-topright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-bottomleft:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    }

#itemList .forumItem {
	border-bottom:1px solid #ccc;
	padding:0.5em 0 0.5em 0;
}
#itemList .forumSubject {
	font-weight:bold;
}
#itemList .forumItemDetails {
	font-size:0.8em;
}

#contentDetails {
	margin-top:2em;
}

.includeCodeItem {
	margin-bottom:3em;
}

.includeCodeItem textarea {
	width:80%;
	height:220px;
}

#topContent {
	padding-top:2em;
	padding-left:2em;
	min-height:8em;
}
#siteContent {
	margin-left:1.5em;
}

.checkList {
	list-style-image:url(/static/templates/guestbookland/images/check.png);
}

#buttons {
	margin:4em auto 2em auto;
	width:957px;
    height:137px;  
}

#buttons ul {
	list-style:none;
	margin:0;
	padding:0;
}

#buttons li {
	float: left;	
	margin-right:1px;
}

#hostedButton { 
}

#hostedButton a {
    background-image:url(/static/templates/guestbookland/images/hosted_button.png);
    background-repeat:no-repeat; 
    display:block;
    width:318px;
    height:137px;  
}

#scriptButton a {
    background-image:url(/static/templates/guestbookland/images/script_button.png);
    background-repeat:no-repeat; 
    display:block;
    width:318px;
    height:137px;  
}

#premiumButton a {
    background-image:url(/static/templates/guestbookland/images/premium_button.png);
    background-repeat:no-repeat; 
    display:block;
    width:318px;
    height:137px;  
}



#features {
    margin:0 auto;
    width:957px;
    min-height:15em;
}

#features .learnMore {
    margin-top:1em;
    margin-left:2em;
}

#features ul {
    list-style:none;
    margin:0;
    padding:0;
}

#features li {
    float: left;    
    margin-right:1px;
}

#hostedList ul ,
#scriptList ul ,
#premiumList ul {
	margin-top:0.5em;
	margin-bottom:0.5em;
    list-style-image:url(/static/templates/guestbookland/images/check.png);
    /*border-right:1px solid #e6f3f8;*/
    padding-left:30px;
}

#hostedList ul li ,
#scriptList ul li ,
#premiumList ul li {
    float:none;
    width:285px;
    font-size:0.9em;
}

.shoppingcartButton {
	
    /*border:1px solid #e6f3f8;*/
    
    margin-bottom:1em;
    /*-moz-border-radius:8px;
    -webkit-border-radius:8px;*/
	
}

.shoppingcartButton input[type="submit"] {
    background-image:url(/static/templates/guestbookland/images/order_small.png);
    background-repeat:no-repeat;
    width:110px;
    margin:1em auto;
    height:27px;
    border:none;
    margin:0;
    padding:0;
    background-color:#fff; 
}

.shoppingCartProductName {
	font-weight:bold;
}

#logo {	
    background-image:url(/static/templates/guestbookland/images/logo.png);
    background-repeat:no-repeat;
    width:970px;
    margin:1em auto;
    height:50px; 
}
#logo a{	
    display:block;
    height:50px; 
    width:350px;
}




.forumStatus {
    float:left;
    overflow:visible;
    margin-right:0.5em;
}


.forumStatus .forumVoting {
	background-color:#FFDB13;
	color:#000;
    font-size:1.2em;
    font-weight:bold;    
    padding:2px;
    text-align:center;
    margin-right:2px;
    width:2.5em;
    position:absolute;
}

.forumStatus .forumAnswers {
	background-color:#D5E829;
	color:#000;
    font-size:1.2em;
    font-weight:bold;
    padding:2px;
    text-align:center;
    width:2.5em;
    margin-left:3em;
}

.forumAnswersSmall {
    font-size:0.5em;
}
    

.forumVotes {
    font-size:0.5em;
}
    
.forumVotingDefault {
    font-weight:bold;
    line-height:1em;
    margin-bottom:0.2em;
    }
    
.forumVotedUp {
    font-weight:bold;
    line-height:1em;
    margin-bottom:0.2em;
    }
    
.forumVotedDown {
    font-weight:bold;
    line-height:1em;
    margin-bottom:0.2em;
    margin-top:0.1em;
    }
    
.forumContent {
    margin-left:7em;	
}

.forumItemContent {
    width:550px;
}

.forumSubject {
	font-size:1.4em;
}


.forumContent .forumItemDetails ,
.forumItemContent .forumItemDetails {
    font-size:0.8em;
    color:#8F8F8F;
}

.forumItemContent .forumVoting {
	background-color:#fff;
	float:left;
	text-align:center;
	margin-right:1em;
	font-weight:bold;
	font-size:1.5em;
	margin-bottom:2em;
}

#userContentLink {
	margin-left:2em;
}

.productPrice {
	font-weight:bold;
	margin-bottom:0.5em;
	float:left;
	vertical-align:middle;
	margin-right:1em;
}

.imageTitle {
	font-weight:bold;
	font-size:1.2em;
	margin:1em 0 0.5em 0;
}
