/*
Copyright (c) 2007 Mediasparx (http://www.mediasparx.com)
Content: Structure, Links and navigation, Fonts, Images, Table & Flash
Notes: CSS for screens
*/

/* -=* Structure *=- */

* {
    margin: 0px;
    padding: 0px;
}

body {
    background-color: #fff;
}

wrap {

}

#top {
    height: 110px;
	background-color: #353535;
	border-bottom: solid 3px #CACACA;
}

#fbFooter {
	height: 44px;
	background-color: #353535 ;
	background-image: url('../img/footerBackground.gif');
	background-repeat: repeat-x;
}

#content, #footer {
	margin-top: 5px;
    margin-right: 23px;
    margin-left: 23px;
    margin-bottom: 5px;
}


#zebra td a, #zebra2 td a {
    display: block;
}

/* -=* Fonts *=- */

body {
    color: #666666;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	}

* html body {
	font-size: x-small; /* align IE5/Win */
	f\ont-size: small; 	/* align other IE version */
}

p, ul, ol, h1, h2, h3, h4, h5, h6, th, td {
    line-height: 1.7em;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    color: #00b3f0;
	padding-top: 5px;
    padding-bottom: 5px;
}

h1 {
    font-size: 130%;
}

h2 {
    font-size: 110%;
}

hr {
    clear: both;
	border: none 0;
	padding-top: 5px;
    padding-bottom: 5px;
	border-top: 1px solid #eee;
	height: 1px;
}

ul {
    margin-right: 23px;
    margin-left: 23px;
	padding-top: 5px;
    padding-bottom: 5px;
}

p {
    padding-top: 5px;
    padding-bottom: 5px;
}


#content {
    font-size: 90%;
}

/* -=* Links and navigation *=- */

a:link {
    color: #00b3f0;
}

a:visited {
    color: #013f5a;
}

a:hover {
    color: #007aa8;
}

/* -=* Table *=- */

.spacer table {
    width: 100%;
    border-top:1px solid #e6e6e6;
}

.spacer tr {
	background-color: #fff;
}

.spacer tr:hover {
    background-color: #f6f6f6;
}

.spacer th, .spacer td {
    padding: 6px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom:1px solid #e6e6e6;
}

.spacer tr.head {
	font-weight: bold;
	color: #fff;
	padding: 3px;
    background: #39c;
}

.spacer tr.alt {
	background: #fff;
}

.spacer tr.over {
	background: #f6f6f6;
}

.spacer {
    margin-top: 5px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
}

/* -=* Shop *=- */

.button {
	border: 0;
	padding: 0;
	margin: 0;
	font-weight: bold;
	width: 50px;
	color: #ffffff;
	cursor:pointer;
	background: url(/includes/gfx/button.gif) no-repeat;
	height: 25px;
	padding-bottom: 1px;
}

.button75 {
	border: 0;
	padding: 0;
	margin: 0;
	font-weight: bold;
	width: 75px;
	color: #ffffff;
	cursor:pointer;
	background: url(/includes/gfx/button75.gif) no-repeat;
	height: 25px;
	padding-bottom: 1px;
}

.button100 {
	border: 0;
	padding: 0;
	margin: 0;
	font-weight: bold;
	width: 100px;
	color: #ffffff;
	cursor:pointer;
	background: url(/includes/gfx/button100.gif) no-repeat;
	height: 25px;
	padding-bottom: 1px;
}

.button125 {
	border: 0;
	padding: 0;
	margin: 0;
	font-weight: bold;
	width: 125px;
	color: #ffffff;
	cursor:pointer;
	background: url(/includes/gfx/button125.gif) no-repeat;
	height: 25px;
	padding-bottom: 1px;
}


.button150 {
	border: 0;
	padding: 0;
	margin: 0;
	font-weight: bold;
	width: 150px;
	color: #ffffff;
	cursor:pointer;
	background: url(/includes/gfx/button150.gif) no-repeat;
	height: 25px;
	padding-bottom: 1px;
}

/*this will be rendered by all IE browsers - including IE 8 */
.button, .button75, .button100, .button125, .button150 {
	padding-top /*\**/: 4px\9;
}

/* this one, only for IE 7 and below */
,.button ,.button75 ,.button100 ,.button125 ,.button150 {
	padding-top: 0px;
}

/* -=* Other *=- */

.image_frame_less {
	border: 1px solid #eee;
	padding: 4px;
	background-color: #fff;
}

.image_frame {
	border: 1px solid #eee;
	padding: 4px;
	background-color: #fff;
	margin: 10px;
}

.image_left {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.image_right {
	margin-right: 10px;
	margin-bottom: 10px;
	float: right;
}

.image_frame_left {
	border: 1px solid #eee;
	padding: 4px;
	background-color: #fff;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.image_frame_right {
	border: 1px solid #eee;
	padding: 4px;
	background-color: #fff;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}