body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: RED;
	padding-bottom: 20px;
	padding-top: 10px;
	padding-top: 10px;
	width: 400px;
	padding: 20px;
	width: 400px;
}
}

body a {
	color: RED;
	text-decoration: none;
}



a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	color: #333333;
}
h2 {
	font-size: 16px;
	color: #333333;
}
h3 {
	font-size: 14px;
	color: #666666;
}



.menuleftlink {
font-size: 12px
}

.menuleftlink a {
color: BLACK;
}
.menuleftlink a:hover {
color: RED;
}


.style4 {font-size: 12px}
.style4 a {

color: RED;
}
.style4 a:hover {
color: RED;
text-decoration: underline;
}

.prodcatlisttopname {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #6699FF;
font-weight: bold;
}
.prodcatlistdesc {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #808080;
	text-align: left;
}
.prodcatlistsdesc {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #808080;
font-weight: italic;
}
.prodcatlistcode {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: black;
	text-align: center;
font-weight: bold;

}

body {
	background-color: #990000;
}
.welcome {
}
.maincontent {
	width: 300px;
	float: left;
}
.style12 {
	font-size: 9px
}
.style13 {color: #FF0000; }

td.tophomebutton
{
background-image: url(images/home-button.jpg);
background-repeat: repeat;
font-size: 12px;
height: 29px;
white-space: nowrap;
width: 109px;
}


.tophomebutton a
{
color: BLACK;
}

.tophomebutton a:hover
{
color: RED;
}

.topmidbutton
{
background-image: url(images/middle-button.jpg);
background-repeat: repeat;
font-size: 12px;
height: 29px;
white-space: nowrap;
width: 130px;
}


.topmidbutton a
{
color: BLACK;
}

.topmidbutton a:hover
{
color: RED;
}


.topendbutton 
{
background-image: url(images/end-button.jpg);
background-repeat: repeat;
height: 29px;
white-space: nowrap;

font-size: 12px;
}
.topendbutton a
{
color: BLACK;
}

.topendbutton a:hover
{
color: RED;
}


.alblink a {
color: BLACK;
}



.pics {
      width:  565px;     
      height: 120px;      
      padding: 0;      
      margin:  0;  
      }  
      
.pics img {
      padding: 0px;
      border:  0px solid;      
      background-color: #eee;      
      width:  565px;     
      height: 120px;     
      top:  0;     
      left: 0 
      } 
      
.maintable {
    border: 1px solid #CCD7E0;
    background-color: #FFFFFF;
    margin-top: 1px;
    margin-bottom: 1px;
}

.galcathead {
    font-family:  Verdana, Geneva, Arial, sans-serif;
    background : #8AA5B5 ;
    color: #FFFFFF;
    font-weight:bold;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
    white-space: nowrap;
}



.tableh2 {
    background: #CBD7DE ;
    color : #000000;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
}
.image {
    border-style: solid;
    border-width:1px;
    border-color: #000000;
    margin: 2px;
}


.button {
	color: #339;
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
  	color: WHITE;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}


.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
color: BLACK;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}


/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {

	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}



    #addshippingaddress {
        -moz-border-radius: 6px;
        background: #eef2f7;
        -webkit-border-radius: 6px;
        border: 1px solid #536376;
        -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
        -moz-box-shadow:  rgba(0,0,0,.6) 0px 2px 12px;;
        padding: 14px 22px;
        width: 300px;
        position: relative;
        display: none;
    }

    #billingaddress {
        -moz-border-radius: 6px;
        background: #eef2f7;
        -webkit-border-radius: 6px;
        border: 1px solid #536376;
        -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
        -moz-box-shadow:  rgba(0,0,0,.6) 0px 2px 12px;;
        padding: 14px 22px;
        width: 300px;
        position: relative;
        display: none;
    }
    
        #forgotpw {
        -moz-border-radius: 6px;
        background: #eef2f7;
        -webkit-border-radius: 6px;
        border: 1px solid #536376;
        -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
        -moz-box-shadow:  rgba(0,0,0,.6) 0px 2px 12px;;
        padding: 14px 22px;
        width: 475px;
        position: relative;
        display: none;
    }

    #loginform {
        -moz-border-radius: 6px;
        background: #eef2f7;
        -webkit-border-radius: 6px;
        border: 1px solid #536376;
        -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
        -moz-box-shadow:  rgba(0,0,0,.6) 0px 2px 12px;;
        padding: 14px 22px;
        width: 475px;
        position: relative;
        display: none;
    }




/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}



.tablet1 {

	margin:0px;padding:0px;

	width:100%;
	box-shadow: 10px 10px 5px #888888;

	border:1px solid #000000;

	

	-moz-border-radius-bottomleft:5px;

	-webkit-border-bottom-left-radius:5px;

	border-bottom-left-radius:5px;

	

	-moz-border-radius-bottomright:5px;

	-webkit-border-bottom-right-radius:5px;

	border-bottom-right-radius:5px;

	

	-moz-border-radius-topright:5px;

	-webkit-border-top-right-radius:5px;

	border-top-right-radius:5px;

	

	-moz-border-radius-topleft:5px;

	-webkit-border-top-left-radius:5px;

	border-top-left-radius:5px;

}.tablet1 table{

	width:100%;

	height:100%;

	margin:0px;padding:0px;

}.tablet1 tr:last-child td:last-child {

	-moz-border-radius-bottomright:5px;

	-webkit-border-bottom-right-radius:5px;

	border-bottom-right-radius:5px;

}

.tablet1 table tr:first-child td:first-child {

	-moz-border-radius-topleft:5px;

	-webkit-border-top-left-radius:5px;

	border-top-left-radius:5px;

}

.tablet1 table tr:first-child td:last-child {

	-moz-border-radius-topright:5px;

	-webkit-border-top-right-radius:5px;

	border-top-right-radius:5px;

}.tablet1 tr:last-child td:first-child{

	-moz-border-radius-bottomleft:5px;

	-webkit-border-bottom-left-radius:5px;

	border-bottom-left-radius:5px;

}.tablet1 tr:hover td{

	

}
.tablet1 tr:nth-child(odd){ background-color:#ffaa56; }

.tablet1 tr:nth-child(even)    { background-color:#ffffff; }
.tablet1 td{

	vertical-align:middle;

	

	

	border:1px solid #000000;

	border-width:0px 1px 1px 0px;

	text-align:left;

	padding:5px;

	font-size:10px;

	font-family:Arial;

	font-weight:normal;

	color:#000000;

}.tablet1 tr:last-child td{

	border-width:0px 1px 0px 0px;

}.tablet1 tr td:last-child{

	border-width:0px 0px 1px 0px;

}.tablet1 tr:last-child td:last-child{

	border-width:0px 0px 0px 0px;

}

.tablet1 tr:first-child td{

		background:-o-linear-gradient(bottom, #ff0000 5%, #ff0000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff0000), color-stop(1, #ff0000) );
	background:-moz-linear-gradient( center top, #ff0000 5%, #ff0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000", endColorstr="#ff0000");	background: -o-linear-gradient(top,#ff0000,ff0000);


	background-color:#ff0000;

	border:0px solid #000000;

	text-align:center;

	border-width:0px 0px 1px 1px;

	font-size:14px;

	font-family:Arial;

	font-weight:bold;

	color:#ffffff;

}

.tablet1 tr:first-child:hover td{

	background:-o-linear-gradient(bottom, #ff0000 5%, #ff0000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff0000), color-stop(1, #ff0000) );
	background:-moz-linear-gradient( center top, #ff0000 5%, #ff0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000", endColorstr="#ff0000");	background: -o-linear-gradient(top,#ff0000,ff0000);


	background-color:#ff0000;

}

.tablet1 tr:first-child td:first-child{

	border-width:0px 0px 1px 0px;

}

.tablet1 tr:first-child td:last-child{

	border-width:0px 0px 1px 1px;

}


.slidingDiv {
    height:125px;
    background-color: WHITE;
    padding:5px;
    margin-top:1px;

}
 
.show_hide {
    display:none;
}

