*{
/*background-color:black;*/

}
.corner{
width:200px;
background-color:#9A1D20;
color:white;
padding-top:10px;
padding-bottom:10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius:10px;
}
#gradient {
}
.bg_color{
/*background: -webkit-gradient(linear, left top, right bottom, from(#03090E), to(#AD0000), color-stop(0.7, #000000));*/
/* For WebKit (Safari, Google Chrome etc) */
/*background: -webkit-gradient(linear, left top, left bottom, from(#00f), to(#fff));*/
background: -webkit-gradient(linear, left top, right bottom, from(#03090E), to(#AD0000), color-stop(0.7, #000000));
/* For Mozilla/Gecko (Firefox etc) */
background: -moz-linear-gradient(top, #000000, #AD0000);

/* For Internet Explorer 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF000000, endColorstr=#FFAD0000);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF000000, endColorstr=#FFAD0000)";
/*
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FF000000, endColorStr=#FFAD0000, GradientType=1);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF000000, endColorstr=#FFAD0000, GradientType=1)";
*/
}
body{
margin:0;
padding:0;
/*background:url('../images/bg.gif');*/
/*background:black;*/
/*background: -webkit-gradient(linear, left top, right bottom, from(#03090E), to(#AD0000), color-stop(0.7, #000000));*/
 background: #000000 url(../images/bg.jpg) no-repeat fixed;
}
ul li{
color:white;
text-decoration:none;
background:#4E3536 url('../images/bar.png') repeat-x center left;
width:160px;
margin-top:5px;
/*padding:5px 20px 5px 20px;*/
padding-left:20px;
padding-right:20px;
height:30px;
}
ul li.m_hover{
color:white;
text-decoration:none;
background:#4E3536 url('../images/bar_hover.jpg') repeat-x center left;
width:160px;
margin-top:5px;
/*padding:5px 20px 5px 20px;*/
padding-left:20px;
padding-right:20px;
}
ul li.m_selected{
color:white;
text-decoration:none;
background:#4E3536 url('../images/bar_select.png') repeat-x center left;
width:160px;
margin-top:5px;
/*padding:5px 20px 5px 20px;*/
padding-left:20px;
padding-right:20px;
}
ul li > a{
color:white;
text-decoration:none;
}
a:hover{
/*color:chocolate;
text-decoration:none;
background:#4E3536 url(images/titlebar2.png) repeat-x center left;*/
}
/*a:visited{
color:red;
}*/
tr.header > td{
padding:10px 0 10px 0;
background-color:#34201E;
}
.product{
border-collapse:collapse;
}
.odd{
background-color:#D9D1A7;
}
.even{
background-color:#9D6742;
color:#D9D1A7;
}
.product td{
padding-left:10px;
}