/* CSS Document */

a {
font-weight: bold;
color: #004276;
text-decoration: none;
}
a:hover {
font-weight: bold;
color: #414141;
text-decoration: none;
}
.wrapper {
width: 980px;
margin-left: auto;
margin-right: auto;
}
h3 {
font-size: 10px;
font-weight: bold;
color: #004276;
}
h2 {
font-family: "Times New Roman", Times, serif;
font-size: 18px;
font-weight: bold;
color: #DD0100;
padding-bottom: 5px;
padding-top: 8px;
border-bottom: 1px dotted #CCCCCC;
}
h4 {
font-size: 11px;
color: #DD0100;
}
h5 {
font-weight:normal;
font-size: 9px;
}
h6 {
font-size: 18px;
font-weight: bold;
color: #004276;
line-height: normal;
}
.prod img{
padding: 2px;
border: 1px solid #CCCCCC;
}
/*=======================Menu======================================*/
#thicktabs{
clear: both;
float: left;
height: 30px;
width: 980px;
font: bold 13px Tahoma;
color: #ffffff;
border-left: 1px solid #ffffff;
}

#thicktabs li{
display: inline;
}

#thicktabs li a{
float: left;
color: #ffffff;
padding: 7px 30px; /*padding of tabs*/
text-decoration: none;
border-right: 1px solid #ffffff;
}

#thicktabs li a:hover{
background-color: #dd0101;
color: #ffffff;
border-right: 1px solid #ffffff;
}
#thicktabs li a.active{
background-color: #dd0101;
color: #ffffff;
border-right: 1px solid #ffffff;
}
#footer {
background-image: url(../images/scdigest_100.jpg);
background-repeat: repeat-x;
margin-top: 10px;
height: 90px;
}
#foot a {
color: #ffffff;
text-decoration: none;
}
#foot a:hover {
color: #999999;
text-decoration: none;
}
.text_box_search {
width: 250px;
height: 22px;
border: 1px solid #E3E3BE;
}
.text_box_register {
width: 180px;
height: 22px;
border: 1px solid #41413f;
}
.text_box {
width: 200px;
height: 23px;
border: 1px solid #E3E3BE;
}
.text_box_list {
width: 140px;
height: 23px;
border: 1px solid #E3E3BE;
}
