/* CSS Document */
BODY{
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
margin-top:0PX;
}


a img { border:0px }

FORM{
margin:0;
padding:0;
}

.secure_bg{
background-image:url(../img/Bicking_secure.jpg);
widows:1261px;
height:709px;
background-position:top;
background-repeat:no-repeat;
}



.main_table{
background-image:url(../img/body_bg.jpg);
background-position:left top;
background-repeat:repeat-x;
height:709px;
background-color:#F4F3F1;
}

.big_bg_image{
background-image:url(../img/fruits2.png);
background-position:right;
background-repeat:no-repeat;
height:709px;
}

.logo_bg{
background-image:url(../img/logo.png);
background-position:right;
background-repeat:no-repeat;
vertical-align:top;
padding-top:65px;
/*width:267px;
height:87px;*/
}

.menu_seperator_bg{
background-image:url(../img/menu_seperator.png);
background-position:left;
background-repeat:repeat-x;
height:3px;
}

.main_menu{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#000000;
text-decoration:none;
}

a.main_menu:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#9D7925;
text-decoration:underline;
}

.main_menu_selected{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#9D7925;
text-decoration:none;
}

a.main_menu_selected:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#9D7925;
text-decoration:underline;
}

.content_head{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#0F0A0A;
text-shadow:#990000;
text-decoration:none;
padding-left:20px;
font-weight:200;
}

.content{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#0F0A0A;
text-decoration:none;
}


/* ============================ SHOP LINK ====================================*/
.shop_link{

font-family:Arial, Helvetica, sans-serif;
color:#ab6c0b;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

a.shop_link:hover{
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
font-weight:bold;
text-decoration:underline;
}

.shop_category{
/*background-color:#FF0000;*/
font-family: Arial, Helvetica, sans-serif;
color:#000000;
font-size:10px;
font-weight:bold;
text-decoration:none;
line-height:24px;
}

a.shop_category:hover{
/*background-color:#FBBE0F;*/
font-family:Arial, Helvetica, sans-serif;
color:#ab6c0b;
font-size:10px;
font-weight:bold;
text-decoration:underline;
line-height:24px;
width:100%;
}

.product_name{
/*background-color:#FF0000;*/
font-family: Arial, Helvetica, sans-serif;
color:#ab6c0b;
font-size:10px;
text-decoration:none;
}


.product_border{
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
border:#333333 solid 2px;
}

.right_bot_border{
border-bottom:#E58C00 solid 1px;
border-right:#E58C00 solid 1px;
}

.left_bot_border{
border-left:#E58C00 solid 1px;
border-bottom:#E58C00 solid 1px;
}

.all_border{
border:#E58C00 solid 1px;
}

.bot_border{
border-bottom:#E58C00 solid 1px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#E58C00;
}

.right_border{
border-right:#E58C00 solid 1px;
}

/* ========================================== BUTTON CLASS ===================================================== */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../img/bg_button_a3.gif') no-repeat scroll top right;
    color: #5F5F5F;
    display: block;
    float: left;
    font: bold 12px arial, sans-serif;
    height: 32px;
    margin-right: 6px;
    padding-right: 5px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../img/bg_button_span3.gif') no-repeat;
    display: block;
    line-height: 22px;
    padding: 5px 0 5px 5px;
} 


a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 5px; /* push text down 1px */
}


.msg_success{
font-family: sans-serif;
color:#627411;
font-size:12px;
font-weight:bold;
text-decoration:none;
border:#006600 double 2px;
}

.err_msg{
font-family: sans-serif;
color:#ff0000;
font-size:12px;
font-weight:bold;
/*border:#ff0000 double 2px;*/
}

.td_right_border{
border-right:#ab6c0b solid 1px;
}

.td_upper_border{
border-top:#ab6c0b solid 1px;
}

.allborder{
border:#ab6c0b solid 1px;
border-collapse:collapse;
}


.seperator
{
	border-left:#999999 dashed 1px;
}
