/** BASIC */

body {
 margin: 0px;
 padding: 0px;
 background: url("trans-redvert-bk1.jpg") repeat;
 height: 100%;
 text-align: center; /* for IE */
}

html {
 height: 100%;
}

#outer_wrapper{
 margin:0 auto;
 width: 750px;
 border: 1px #CCCCCC solid;
 background-color: white;
 text-align: left; /* for IE */
}


/** FORMS */

form {
 margin-top: 12px;
 margin-left: 4px;
 padding: 0px;
}

.input1 {
 width: 271px;
 padding: 3px 5px;
 background: #FFFFFF url("homepage16.gif") repeat-x left top;
 border: 1px solid #CCCCCC;
}

.input2 {
 width: 67px;
 height: 21px;
 background: url("homepage17.gif") no-repeat left top;
 border: none;
 text-transform: uppercase;
 font-size: 9px;
 font-weight: bold;
 color: #FFFFFF;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
 margin: 0px;
}
hr{ display: none; }

h1{
 PADDING-LEFT: 10px;
 FONT-SIZE: 20px! important;
}

h2{
 padding-left: 10px;
 font-size: 15px! important;
}

.internal-link{
 padding-left: 10px;
}


/** TEXTS */

body, th, td, input, textarea, select {
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #4C4C4C;
}

p, blockquote, ul, ol, dl {
 margin-top: 0px;
 margin-bottom: 1em;
}

.text1 {
 margin-bottom: 15px;
 font-size: 16px;
 font-weight: bold;
 letter-spacing: -1px;
 color: #000000;
}

.text2 {
 margin-bottom: 10px;
 font-size: 11px;
 font-weight: bold;
 color: #728594;
}

/** LISTS */

 .list1 {
 margin-left: 0px;
 padding-left: 0px;
 list-style: none;
 line-height: 200%;
}

.list1 a {
 padding-left: 15px;
 background: url("homepage10.gif") no-repeat left center;
}

/** LINKS */

a {
 color: #2E5777;
}

a:hover {
 text-decoration: none;
}


.link2 {
 text-decoration: none;
 text-transform: uppercase;
 font-size: 9px;
 font-weight: bold;
}

/** STYLES */

.style1 {
 color: #E0E8EF;
}

.style1 a {
 color: #E0E8EF;
}

.style1 a:hover {
}

/** BACKGROUNDS */




.bg4 { background: url("homepage11.gif") repeat-y left top; }
.bg5 { }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }


.hr1 {
 clear: both;
 height: 45px;
 background: url("homepage09.gif") repeat-x left center;
}

.highlight_heading {
 vertical-align: top;
 background-color: gray;

}
.feature_group_heading{
 padding-left: 10px;
 vertical-align: top;
}


.link2 {
 float: right;
 padding-left: 11px;
 background: url("homepage08.gif") no-repeat left center;
}

/** HEADER */

#header {
 width:750px;
 margin: auto auto;
 /**background: url("homepage02.jpg") repeat-x left top; **/
}

.header_mid {
 background-image:url(main_ban.gif);
 background-repeat:no-repeat;
 height:125px;
 }

.header_top{
 display:none;
 width: 750px;
 height: 60px;
 border-bottom: 1px solid rgb(128, 0, 0);
 background-image:url(red_top.gif);
 background-repeat:repeat-x;

}
.header_bottom{
 display:none;
}

.header_shopping_cart{
 background-image:url(shopping_cart.gif);
 background-repeat:no-repeat;
 float: left;
 height: 60px;
 width: 170px;
 padding: 25px 25px 5px 70px;
}

#shopping_label{
 padding-left: 50px;
 color: #FC0802;
}

.header_date{
 float:left;
 height: 60px;
 width: 210px;
 padding: 25px 5px 5px 5px;
}

.header_search{
 float:left;
 width: 250px;
 height: 60px;
 padding: 15px 5px 5px 5px;
 text-align: right;
 color: #FC0802;
}
/** LOGO */

#logo {
 width: 100%;
 /*height: 185px;*/
 margin: auto auto;
}

#logo h1, #logo h2 {
 display: none;
}

/***************************************
 Menu Tabs
****************************************/
#menu {

 float: left;
 clear: both;
 width: 750px;
 margin: 0px auto ;

 background: url("homepage02.jpg") repeat-x left bottom;
}

#menu ul {
 margin: 0px;
 padding: 0px;
 list-style: none;

}

#menu li {
 display: block;
 float: left;
 height: 30px;
 padding: 0px 0px 0px 2px;
 background: url("homepage04.gif") no-repeat right top;
}

#menu .first {
 background: none;
}

#menu a {
 display: block;
 float: left;
 width: auto;
 height: 22px; /* This is the measurement of where the dropdowndiv is placed. It needs to be the height of li(above) - a.padding-top */
 padding: 8px 17px 0px 17px;
 text-decoration: none;
 text-transform: uppercase;
 font-size: 11px;
 font-weight: bold;
 color: #000000;

}

#menu a span {
font-weight: bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover {
 background: url("homepage05.gif") repeat-x left top;
 color: #FFFFFF;
}

#menu a:hover span{

}
#dropmenudiv{
background: none;
font-family: verdana, arial, sans-serif;
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:14px;
z-index:100;
background-color:white;
width: 150px;
color: black;
}

#dropmenudiv a{
background: none;
width: 100%;
height:20px;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 5px 0;
text-decoration: none;
color: black;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
 background: none;
 background-color: #E1B8B7;
 color: black;
 font-weight: bold;
}



/** CONTENT */

#content {
 /*clear:both;
 width: 750px;
 margin: 0px auto;
 padding: 0px 0px 0px 0px;*/
}

#left_panel {
 /*float: left;*/
 vertical-align: top;
/* width: 176px;
 padding: 0px 0px;*/
}

/* Left Content Panel */

#leftcontent{
 width: 176px;
 height: auto;
 padding-top:5px;
 line-height:normal;
 word-spacing:normal;
 white-space:normal;
 background-image:url(category_heading1.gif);
 background-repeat: repeat-x;
 background-color: #FFFFFF;
}

#leftcontent h4{
 height: 40px;
 padding-top: 10px;
 padding-left: 18px;
 color: #FC0802;
 font-size: 14px;
 font-weight: bold;
}

#leftcontent a{
 color:#000000;

}

#leftcontent a:hover{
 color:#000000;
 text-decoration: underline;
}

#leftcontent ul{
 line-height:21px;
 list-style-image:none;
 list-style-position:outside;
 list-style-type:none;
 margin:5px;
 padding: 3px 0px 0px 2px;
}

#leftcontent li {
 background:transparent url(list_marker.gif) no-repeat scroll left top;
 padding-left: 15px;
}


/* Right Panel */

#right_panel {
 /*float: left;*/
 width:573px;
/* padding: 0px ;*/
 background: url("category_heading1.gif") repeat-x left top;
vertical-align: top;
}

#rightcontent{
 width: 100%;
 height: auto;
 padding-left:0px;
 padding-top:0px;
 line-height:normal;
 word-spacing:normal;
 white-space:normal;
}

#rightcontent #search{
 width: 200px;
 float: right;
 margin-top: 15px;
 padding-right: 10px;
 text-align: right;

}

#rightcontent_header{
 height: 40px;
 width: 100%;
 background: transparent url(content_header.gif) repeat-x scroll 0%;
 margin: 5px 0 0 0;
}

/* no panel stuff */

#nopanel_layout #right_panel {
 width: 750px;
 border-left: 0px;
}

/* panel spacer */
#panel_spacer{
 width: 1px;
 font-size: 1px;
 background-color: #FC0802;
}


/** FOOTER */

#footer {
 clear: both;
 width: 750px;
 /*height: 70px;*/
 /*padding: 10px 0px 10px 0px;*/
 /*background: url("homepage18.gif") repeat-x; */
 background-color: white;
 color: black;
 margin: 0px auto;
}
#footer_seperator{
 clear: both;
 width: 750px;
 height: 12px;
 background: url("footer_sep.jpg") repeat-x;
 margin: 0px auto;

}

.footer_mid_left{
 float: left;
 width: 311px;
 height: 56px;
}

.footer_mid_right{
 float: left;
 width: 430px;
 height: 56px;
 padding-right: 5px;
 text-align: right;

}

#legals {
 float: left;
 width: 457px;
 padding: 15px 0px;
 text-align: right;
}

#contacts {
 float: right;
 width: 285px;
 padding: 15px 0px 15px 23px;
 background: url("homepage19.gif") repeat-y left top;
}

/** BOX1 */

#box1 {
}

/** BOX2 */

#box2 {
 float: left;
 width: 255px;
}

/** BOX3 */

#box3 {
 float: left;
 width: 251px;
 padding-left: 18px;
 background: url("homepage11.gif") repeat-y left top;
}

/** BOX4 */

#module1 {
}

/** BOX5 */

#module2 {
}

/** BOX6 */

#module3 {

}

.errortext {
color:#FF0000;
display:inline;
font-weight:bold;
margin:0pt 2px;
}

.shopping_header_top{
 background-color: #FC0802;
 height: 5px;
 font-size: 1px;
 width: 750px;

}
.shopping_header_mid{

}

.shopping_header_bottom{
 display:none;
 background-color: #FC0802;
 height: 3px;
 margin: 0;
font-size: 1px;

}

.shopping_header_table{
  width: 100%;
  height: 34px;
}

/* Search Page */
#category_content_bottom {
 clear: both;
 width:100%;
 background-color:#FFF;
}
.category_content {
 float: left;
 padding-top: 20px;
 width: 185px;
 background-color:#FFF;
}
.category_content_img {
 width: 140px;
 height: 62px;
 border:1px solid #eee;
 text-align:center;
 padding:15px 0px;
 margin:0px auto;
}
.category_info {
 margin: 0px auto;
 padding-top:5px;
 width: 140px;
 line-height:18px;
}
.category_info_title{
 font-family:Arial, Helvetica, sans-serif;
 font-weight:bold;
 size:14px;
 color:#333;
}

a.category_info_title_link {
 font-family:Arial, Helvetica, sans-serif;
 font-weight:bold;
 size:14px;
 color:#333;
text-decoration:none;
}

a.category_info_title_link:visited {
 font-family:Arial, Helvetica, sans-serif;
 font-weight:bold;
 size:14px;
 color:#333;
text-decoration:none;
}

#category_main_content_cl,#category_main_content_cr {
 clear: both;
 background-color:#FFF;
}

.category_main_tbl{
 width:100%;

}

.category_main_tbl tr td{
 border-bottom: 1px solid #f3f3f3;
}

.search_no_items_found{
 padding-left: 50px;
 font-weight: bold;
 font-size: 12pt;
}

.enter_review, .enter_review th, .enter_review td{
  padding: 5px;
}
                  

                  

                  

                  

                  

                  

                  
