p, ul, h1, h2, h3, h4, h5, td {
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;}


p.withshield {
	margin: 0px 0px 0px 65px;
	font-size: 18px;
	font-weight: bold;
	color: #3b73b9;}



.breadcrumb {
	margin: 5px 5px 18px 20px;
	color: #3b73b9;
}

p.largeMargin {
	margin: 5px 30px 18px 30px;}
p.smallMargin {
		margin: 2px 2px 18px 0px;}
.largeMargin {
	margin: 5px 30px 18px 30px;}

.price {
	margin: 2px 0px 0px 0px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;}

h2 , a {
	margin: 5px 5px 0px 0;
	padding: 0 0 0 0;
	font-weight: bold;
	color: #3B73B9;}

h2 , a:hover {
	color: #00ccff;}
	
.buy, img {
	align:right;
}
h3 {
	margin: 5px 5px 0px 0;
	font-size: 14px;
	font-weight: bold;
	color: #3b73b9;
}

h4 {
	color: #3b73b9;
	margin: 0 0 0 0;
	padding: 0;
	font-weight: bold;}
	
h5 {
	color: #666;
	margin: 0 0 0 0;
	padding: 0;
	font-weight: bold;}

p.icons img, p.icons a img, p.icons a:link img,  p.icons a:visited img,  p.icons
a:hover img,  p.icons a:active img {
	display: inline;}


#suggest {
	border: 1px solid #cccccc;
	background: #EFEFEF;
	padding: 5px 0 5px 0;
	margin: 0;
	text-align: center;
	color: #666;}

#suggesttop {
	border: 1px solid #cccccc;
	background: #0467e3;
	padding: 5px 0 5px 0;
	margin: 0;
	text-align: center;
	color: #666;}
	
#suggest p {
	margin: 0;
	padding: 3px 6px 6px 6px;	}

#suggest a:link {
	color: #666666;}

#suggest #img {
	border: 1px solid #666666;
}

#suggestheader{
	border: 1px solid #666666;
	padding: 5px 5px 5px 5px;
	background: #FFFCE2;
}
#suggest h3 {
	margin: 5px 5px 0px 0;
	font-size: 14px;
	font-weight: bold;
	color: #3b73b9;
}
	
/* Begin of Error valiadtion script CCS styles */


#footer {
color: #ffffff;
}
#footer a:link {
	color: Yellow;
}
#footer a:visited {
	color: Yellow;
}
#footer a:hover {
	color: white;
}
input, select { 
	border: 1px solid silver; 
}
input.error, select.error {
	padding-right: 16px; 
	border: 1px solid red; 
	background-color: #FFFCE2; 
	background-image: url(images/warning_obj.gif); 
	background-position: right; 
	background-repeat: no-repeat;
}
	
	
/* end of valiadtion CCS styles */

/*--------------------------------------------------
  DROPMENU STYLES 
  --------------------------------------------------*/

.ddm1 {
    font: 11px tahoma;
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    padding: 8px 8px 4px 4px;
	margin:0 2px 0 0;
    border: 0px #4287e0;
    border-style: solid none solid none;
    text-decoration: none;
    display: block;
    position: relative;
	align: center;
	
}
/*-- first level item styles---*/
.ddm1 .item1 {
    background: #4287e0;
    color: #ffffff;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    background: #0033ff;
    color: #ffffff;
}
/*-- second level items styles---*/
.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
	
}
.ddm1 .item2 {
    background: #cccccc;
    color: #ffffff;
	 display: block;
	}
.ddm1 .item2:hover {
    background: #666666;
    color: #ffffff;
}
/*-- drop menu area styles---*/
.ddm1 .section {
    border: 0px #003366;
    border-style: solid solid solid solid;
    position: absolute;
    visibility: hidden;
    z-index: 9;
    white-space: nowrap;
	background: #cccccc;
}
.ddm1 .left, .ddm1 .left:hover { border-style: solid none solid solid; }
.ddm1 .right, .ddm1 .right:hover { border-style: solid solid solid none; }

* html .ddm1 td { position: relative; } /* ie 5.0 fix */


/*--------------------------------------------------
  TABBER STYLES
  --------------------------------------------------*/


/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #F7F7F7;
 text-decoration: none;
 color: #3b73b9;
 text-transform : uppercase;
 font-size: 10px;
	
}

ul.tabbernav li a:link { color: #3b73b9; }
ul.tabbernav li a:visited { color: #3b73b9; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #ccc;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:10px;
 border:1px solid #ccc;
 border-top:0;


 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}

/* If desired, hide the heading since a heading is provided by the tab 
.tabberlive .tabbertab h3 {
 display:none;
}
*/
/* Example of using an ID to set different styles for the tabs on the page 
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
*/

/*--------------------------------------------------
  SIDE-CLICK MENU STYLES 
  --------------------------------------------------*/
.click-menu {
    width: 200px;
}
/*--------------------------------------------------
 Cart menu
  --------------------------------------------------*/
.click-menu .box3 {
    background-color: #666666;
	background: url("images/4c-cart.gif") no-repeat 0 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #448882;
    border-style: solid solid solid solid;
    cursor: default;
    position: relative;
}
.click-menu .box3 a {
    background-color: #666666;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
	text-decoration: none;
	
    
}

.click-menu .box3 img, .click-menu .box3-hover img, .click-menu .box3-open img, .click-menu .box3-open-hover img {
    position: absolute;
    top: 6px;
    right: 6px;
}

/*--------------------------------------------------
 main menu
  --------------------------------------------------*/
.click-menu .box1 {
    background-color: #666666;
	background: url("images/arrow-up-title.gif") no-repeat 0 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #448882;
    border-style: solid solid solid solid;
    cursor: default;
    position: relative;
}

.click-menu .box1 a {
    background-color: #666666;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
	text-decoration: none;
	
    
}

.click-menu .box1 a:hover {
    background-color: #666666;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
	text-decoration: none;
    
}
    
.click-menu .box1-hover {
    background: url("images/arrow-up-title-on.gif") no-repeat 0 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #99CCAE;
    border-style: solid solid solid solid;
    cursor: default;
    position: relative;
	
}

.click-menu .box1-open a {
    background-color: #666666;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
	text-decoration: none;
}

.click-menu .box1-open {
    background: url("images/arrow-down-title.gif") no-repeat 0 0;
	background-color: #666666;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #448882;
    border-style: solid solid none solid;
    cursor: default;
    position: relative;
}

.click-menu .box1-hover a {
    background-color: #a29f9f;
	color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
	text-decoration: none;
}

.click-menu .box1-open-hover {
    background-color: #a29f9f;
	 background: url("images/arrow-down-title-on.gif") no-repeat 0 0;
    color: #666666;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #99CCAE;
    border-style: solid solid none solid;
    cursor: default;
    position: relative;
}
.click-menu .box1-open-hover a {
    background-color: #a29f9f;
    color: #666666;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
	text-decoration: none;
}



.click-menu .box1 img, .click-menu .box1-hover img, .click-menu .box1-open img, .click-menu .box1-open-hover img {
    position: absolute;
    top: 6px;
    right: 6px;
}



.click-menu .section {
    background-color: #9c9c9c;
    font-family: arial;
    font-size: 12px;
    line-height: 15px;
    padding: 5px 5px 6px 5px;
    border-width: 1px;
    border-color: #448882;
    border-style: none solid solid solid;
    display: none;
}
.click-menu .section a {
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
}
.click-menu .section a:hover {
    color: #CCEEEB;
    text-decoration: none;
    white-space: nowrap;
}
.click-menu .box2 {
}
.click-menu .box2-hover {
    background: #666666;
}
.click-menu .section .active,
.click-menu .section .active:hover {
    color: yellow;
}

/* start Home page side column styles */

#homelogin {
padding: 8px 3px 15px 3px;
font-size: 10px;
}
#homelogin a{
font-size: 10px;
color: blue;
}
#homelogin a{
font-size: 10px;
color: blue;
}
#homelogin input{
font-size: 10px;
color: blue;
}
#homelogin form{
margin: 0px 0px 0px 0px;
}

/* start User orders CCS styles */

.orders {
	
	
}
.orders td {
	
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	
}


.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#FFFFFF;
color:#3B73B9;
width:140px;
padding:0px;
font-weight:bold;

}

.submenu{
margin-bottom: 0.5em;
}


#banners  {
	font-family : Verdana,Arial,Helvetica;
	text-align: center;
	color: #646464;
	text-decoration : none;
	text-transform : none;
	background-color: #E9E9E9;
	border: 1px solid #A9A9A9;
	padding: 0 0 0 0
}
	
	
}
#banners p {
	padding: 0 0 8px 0;
	margin: 0;
	white-space: nowrap;
}

#banners img  {
	border-color:transparent; border:none;



