/*
    Document   : site
    Description:
        Web site default styles
        Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

@import url('jello.css');
@import url('header.css');

BODY {
    font-family: Arial;
    font-size: 12px;
    color: #333;
}
A {
    color: #CA0050;
    text-decoration: none;
    border: none;
}
A:VISITED {
    color: #CA0050;
}
A:HOVER {
    color: #333;
}
P {
    line-height: 1.4em;
}
H1, H2, H3, H4, H5, H6 {
	margin: 1% 0;
}
H1 {
    font-size: 2.2em;
}
H2 {
    font-size: 2.0em;
}
H3 {
    font-size: 1.8em;
}
H4 {
    font-size: 1.6em;
}
H5 {
    font-size: 1.4em;
}
H6 {
    font-size: 1.2em;
}
.clearBoth {
    clear: both;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.noBorder{
	border: none !important;
}
.infoLink{
	color: #9D8C92;
}
.brclear {
	clear:both;
	font-size:1px;
	height:0;
	line-height:0;
	margin:0;
}
.horizontalLine {
    border-top: 1px solid #333333;
    margin: 20px 0;
    clear: both;
}
#header-background-wrapper {
	float: left;
	width: 100%;
	background: url('/azza/img/interface/background-line.gif') transparent 0 0 repeat-x scroll;
	min-height: 150px; /* Chrome fix. Height of background image. */
}

#loading {
	display: none;
}

/* Panels */
.panel {}

.choicePanel {
    position: absolute;
    z-index: 1000;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #efefef;
    white-space: nowrap;
}
.choicePanel UL LI {
    display: block;
    float: none !important;
}
.choicePanelInner {
    width: 100%;
    _width: 1%;
    _zoom: 1;
    white-space: nowrap;
}

/* FOOTER */
#footer-background-wrapper {
	float: left;
	width: 100%;
	background: url(/azza/img/interface/background-line.gif) transparent 0 100% repeat-x scroll;
	min-height: 150px; /* Chrome fix. Height of background image. */
}
#footer {
	margin-top: 2%;
}
#footer A {
	font-size: 12px;
}
#footer .separatorLine {
    margin-top: 30px;
    margin-bottom: 15px;
}
#footer .logoFooter{
	float: left;
	width:163px;
}
#footer .generalFooter {
	float: left;
	overflow: hidden;
	width: 660px !important;
}
#footer .generalFooter UL{
	float: left;
	overflow: hidden;
	width: 165px;
}

#footer .generalFooter UL LI UL LI{
	float: none;
	font-size: 0.9em;
    width: 115px !important;
}
#footer UL A {
    padding: 1px 0;
}
#footer UL A:HOVER {
    text-decoration: underline;
    border: none;
}
#footer UL LI UL {
    font-size: 0.9em;
    width: auto;
    float: none;
}
#footer .cart{
	padding: 0 15px 0 0;
}
#footer .copyrightFooter{
	padding: 0 0 25px 0;
	margin: 26px 0 0 163px;
}
.inputField, INPUT, TEXTAREA, SELECT {
    border-color: #cfc5cb;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    padding: 4px;
}
.inputButton {
	background-color: #736268;
	color: #FFF;
	border: 1px solid #736268;
	font-weight: bold;
}
.follow {
	background-image: url(/azza/img/icons/menhetn/confirm_24.png);
	background-repeat: no-repeat;
	padding: 4px 0 4px 30px;
	margin-left: 8px;
	_zoom: 1;
	min-height: 24px;
	_height: 24px;
	display: inline;
}

#clubLink {
    position:absolute;
    right:0;
    padding:2px 7px;
    background-color:#CA0050;
}

#clubLink SPAN A {
    font-weight:bold;
    color:#fff;
}
