@charset "utf-8";
/*******************************************
Clear Default Margins/Paddings and Borders *
********************************************/
*, form {
    margin: 0em;
    padding: 0em;
}
img {
    border: none;
}

/*******************************************
Default Page Properties                    *
********************************************/
html {
    height: 100%;
}
body {
    background: url(graphics/bg-body.gif) repeat;
    height: 100%;
    color: #fff;
}
a:link, a:visited {
    color: #ffff00;
    text-decoration: underline;
}

/*******************************************
Page Font Properties                       *
********************************************/
.h1-pageheading {
    font: bold 2.2em/1.3em Arial, Helvetica, sans-serif;
    color: #ffff00;
    margin: 0em;
    margin-bottom: 0.1em;
    border-bottom: 1px #666 dotted;
}
.h2-subheading {
	font: bold 1.1em/1.3em Arial, Helvetica, sans-serif;
    color: #dedede;
    border: none;
    margin: 0em;
    margin-bottom: 0.3em;
}
p {
    font: 0.85em/1.4em Arial, Helvetica, sans-serif;
    color: #fff;
    margin-bottom: 1.3em;
    text-align: justify;
}
ul {
    list-style-type: square;
    margin-left: 80px;
    font: 0.9em/1.5em Arial, Helvetica, sans-serif;
    color: #fff;
    margin-bottom: 1em;
}

#footer p {
    font: bold 0.85em/2em Arial, Helvetica, sans-serif;
    color: #999;
}
.joke_score {
    font: bold 1.1em/1.3em Arial, Helvetica, sans-serif;
    color: #dedede;
    border: none;
    margin: 0em;
    margin-bottom: 1.3em;
}
.mandatory {
    color: #ff0000;
}

/*******************************************
Text Box Font Properties (Extracted Text)  *
********************************************/ 
h1 {
    font: bold 1.8em/1.3em Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    margin-bottom: 0.4em;
    border-bottom: 1px #666 dotted;
}

h2 {
    font: bold 1.6em/1.3em Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    margin-bottom: 0.4em;
    border-bottom: 1px #666 dotted;
}
h3 {
    font: bold 1.4em/1.3em Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    margin-bottom: 0.4em;
    border-bottom: 1px #666 dotted;
}
h4 {
    font: bold 1.2em/1.3em Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    margin-bottom: 0.4em;
    border-bottom: 1px #666 dotted;
}
h5 {
    font: bold 1em/1.3em Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    margin-bottom: 0.4em;
    border-bottom: 1px #666 dotted;
}
h6 {
    font: bold 0.8em/1.3em Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    margin-bottom: 0.4em;
    border-bottom: 1px #666 dotted;
}

/*******************************************
Layout DIV Properties                      *
********************************************/
#header_stretch {
    background: url(graphics/bg-header.gif) repeat;
    height: 90px;
    border-bottom: #ffff00 1px solid;
}
    #header_wrap {
        position: relative;
        width: 760px;
        margin-left: auto;
        margin-right: auto;
    }
        #header_jester {
            position: absolute;
            left: 0px;
            top: 25px;
            z-index: 5;
        }
        #header_logo {
            position: absolute;
            left: 135px;
            top: 0px;
        }        
        #header_navigation {
            position: absolute;
            right: 0px;
        }
#container {
    background: url(graphics/bg-content.png) center top no-repeat;
    margin-top: 55px;
    z-index: 1;
}
    #content_wrap {
        width: 760px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
    }
        #content_wrap2 {
            margin-left: 10px;
            margin-right: 20px;
            margin-top: 75px;
        }
            #content_navigation {
                width: 210px;
                float: left;
            }
	            #content_navigation .letters { 
	                float: left; 
	                width: 20px; 
	                margin-left: 6px;
	                margin-right: 6px;
	                margin-top: 6px;
	                background: #222;
	                border: #555 0.05em solid;
	                padding: 0.4em;
	                font: 18px Arial, helvetica, sans-serif;
	                text-align: center;
	            }
                #content_navigation .shopcategories {  
                    width: 190px; 
                    margin-left: 6px;
                    margin-right: 6px;
                    margin-top: 10px;
                    background: #222;
                    border: #555 0.05em solid;
                    padding: 0.5em;
                    font: 13px Arial, helvetica, sans-serif;
                    text-align: left;
                }
            #content_frame {
                width: 490px;
                float: right;
                padding-top: 10px;
            }
            #content_frame ol { 
                list-style: none;
                margin-left: 5px;
                margin-top: 20px;
            }
            #content_frame li {
                display: block;
                font: 0.85em/1.5em Arial, Helvetica, sans-serif;
                color: #fff;
            }
            #column_left {
                float: left;
                width: 330px;
                margin-left: 10px;
            }
            #column_right {
                float: right;
                width: 330px;
                margin-right: 10px;
            }
#footer {
    background: url(graphics/bg-footer.png) center top no-repeat;
    padding-top: 35px;
}
    #footer_wrap {
        width: 760px;
        margin-left: auto;
        margin-right: auto;
        height: 100px;
    }
.clear_both {
    clear: both;
}

.good { 
	padding-top: 0.6em; 
	padding-left: 2.2em; 
	padding-right: 0.5em; 
	padding-bottom: 0.6em; 
	border: 0.05em solid #cccccc; 
	background: #ffff99 url(graphics/icon_tick.png) no-repeat 7px 9px; 
	font: bold 0.8em Arial, Helvetica, sans-serif; 
	color: #000000; 
	margin-top: 1em; 
	margin-bottom: 0.5em; 
}
.bad { 
	padding-top: 0.6em; 
	padding-left: 2.2em; 
	padding-right: 0.5em; 
	padding-bottom: 0.6em; 
	border: 0.05em solid #cccccc; 
	background: #ffcccc url(graphics/icon_cross.png) no-repeat 7px 9px; 
	font: bold 0.8em Arial, Helvetica, sans-serif; 
	color: #000000; 
	margin-top: 1em; 
	margin-bottom: 0.5em; 
}

/*******************************************
Extra Layout DIV Properties                *
********************************************/
#productgrid { 
	margin-top: 10px;
}
	#productgrid .product { 
		height: 120px; 
		margin:0 20px 10px 0;
	}
	#productgrid .thumb { 
		float: left; 
		margin-right: 5px;
	    width: 120px; 
	    height: 120px; 
	    overflow:hidden;
	}
    #productgrid .thumb_wrap { 
        float: left; 
        height: 300px;
        width: 120px;
        margin-right: 5px;
        text-align: center;
    }
	#productgrid h1 { 
		border: none; 
		text-decoration: none; 
		padding-top: 0.3em; 
		text-align: left; 
		font: 1em Arial, Helvetica, sans-serif; 
		color: #ffff00;
	}
	#productgrid h1 a { 
		text-decoration: none;
	}
	#productgrid p { 
		font: 0.75em Arial, Helvetica, sans-serif; 
		font-weight: none;
	}

#scorebox { 
    background: #444;
    border: #666 solid 1px;
    padding: 0.4em;
    margin-top: 50px;
}
    #scorebox h1 { 
        border: none; 
        text-decoration: none; 
        text-align: left; 
        font: bold 1em Arial, Helvetica, sans-serif; 
        color: #ffff00;
    }

/*******************************************
Form Properties                            *
********************************************/
form div { clear: left; margin: 0em; padding-left: 0.5em; padding-top: 0.5em; }
form div label { display: block; padding-top: 0.5em; padding-bottom: 0.5em; font: bold 0.8em/1.5em Arial, Helvetica, sans-serif; }
form div input.txt { color: #000000; border: 0.05em solid #666666; width: 250px; background: #ffffff; font-size: 0.9em; padding: 0.4em; }
form div input.txt2 { color: #000000; border: 0.05em solid #666666; width: 100px; background: #ffffff; font-size: 0.9em; padding: 0.4em; }
form div input.btn { color: #000000; border: 0.05em solid #333333; background: #dedede; font: 0.9em Arial, Helvetica, sans-serif; padding: 0.4em; }
form fieldset { border: 1px dotted #7FBE04; margin-top: 1.4em; padding: 0.6em; }
form legend { font: bold 1em Arial, Helvetica, sans-serif; color: #7FBE04; background-color: #ffffff; padding-left: 0.2em;  padding-right: 0.2em; }


/*******************************************
End of Stylesheet                          *
********************************************/


