@charset "utf-8";
/* CSS Document */


body{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333;
background: url(../images/themes/red/bg.png);
margin: 0;
}


#page{
width: 960px;
background-color: #ffffff;
margin: 0 auto;
}

#header{
height: 134px;
background: url(../images/themes/red/header_bg.png) no-repeat;
}

#acc_menu{
text-align: right;
padding: 7px 20px 0 0;
}

#cart_menu{
color: #fff;
padding: 25px 0 0 795px;
}

/* ------------------------------- Header Menu -------------------------------------- */

#nav{
height: 26px;
background: url(../images/themes/red/nav_bg.png) repeat-x;
}

#nav ol{
list-style: none;
margin: 0;
padding: 0;
}

#nav li{
height: 26px;
float: left;
border-right: #fff solid 1px;
padding: 4px;
}

#nav a{
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
font-weight: bold;
color: #ffffff;
text-align: center;
}

#nav a:hover, #nav a:active{
color: #fff;
}

/* ---------------------------------------------------------------------- */

#container{
padding: 5px 0 5px 0;
clear: both;
}

#left_col{
width: 184px;
float: left;
padding: 0 0 0 2px;
}

.lc_box{
margin: 0 0 15px 0;
}

.lc_box_heading{
height: 23px;
background: url(../images/themes/red/lc_heading_bg.png) no-repeat;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #ffffff;
padding: 7px 0 0 5px;
}

.lc_box_content{
border: #990000 solid 1px;
padding: 2px;
}

.lc_heading{
height: 22px;
border: none;
background: url(../images/themes/red/lc_heading_bg.png) no-repeat;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
padding: 5px 5px 0 0;
}

#right_col{
width: 754px;
float: right;
padding: 5px 10px 5px 10px;
overflow: hidden;
}

/* -------------------------------- Footer -------------------------------------- */

#footer{
height: 40px;
background: url(../images/themes/red/footer_bg.png) repeat-x;
font-size: 9px;
color: #ffffff;
padding: 9px 4px 4px 4px;
clear: both;
}

#footer_left{
float: left;
}

#footer_right{
float: right;
text-align: right;
}

#footer a{
color: #ffffff;
}

/* -------------------------------------------------------------------------- */

img {
border: none;
}

fieldset{
border: #ccc solid 1px;
margin-bottom: 15px;
padding: 5px;
}

.cymbal_table td{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #ccc;
text-align: center;
}

.cymbal_table_leftcol{
background-color: #ffffcc;
text-align: left;
}

.cymbal_table th{
width: 50px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
background-color: #333;
color: #fff;
text-align: center;
padding: 2px;
}

.cymbal_table_highlight_row td{
background-color: #D8D8D8;
}

.cymbal_table_cell a{
display: block;
width: 50px;
height: 14px;
color: #333;
text-decoration: none;
padding-top: 1px;
}

.cymbal_table_cell a:hover, .cymbal_table_cell a:active{
background-color: #333;
color: #fff;
}

#breadcrumbs{
margin-bottom: 10px;
}

