

select,input,textarea,span.normal { font-size: 80%; }

p         { margin-top: 0em; margin-bottom: 1em;  }
img       { border: 0; }

a:link, a:visited, a:active { color: #0000ff; text-decoration:none; }
a:hover { color: #ff0000; }


.normal { font-size: 70%; padding-left: 10px; padding-right: 4px; }
td.normal { font-size: 70%; padding-left: 10px; padding-right: 4px; }
td.normal2 { font-size: 70%; padding-left: 4px; padding-right: 4px; padding-bottom: 10px; }
td.normal3 { font-size: 70%; padding-left: 2px; padding-right: 2px; padding-bottom: 2px; border-left: 1pt solid #666666; border-top: 1pt solid #666666; }
td.header { font-size: 80%; background-color: #366090; color: #ff0000; font-weight: bold ; line-height: 0.8em; }
td.headery { font-size: 80%; background-color: #366090; color: #fffb20; font-weight: bold ; line-height: 0.8em; }
td.headerw { font-size: 80%; background-color: #366090; color: #ff0000; font-weight: bold ; line-height: 0.8em; letter-spacing: 6px; }

td.headerq { font-size: 80%; background-color: #003a78; color: #ff0000; font-weight: bold ; line-height: 0.8em; letter-spacing: 6px; }
td.normalq { font-size: 80%; background-color: #0062ce; color: #ffffff; font-weight: bold ; line-height: 0.8em; letter-spacing: 1px; }
td.newstitle { font-size: 100%; font-family: Verdana,Times,"Times New Roman",serif; color: #027ac6; padding-top:4px; padding-bottom:4px;}
td.newsnormal { font-size: 80%; font-family: Verdana,Times,"Times New Roman",serif; }
td.newsend { border-bottom:1px solid #027ac6; }

table.box { border-collapse: separate; border-top: 1px solid #666666; border-bottom: 1px solid #666666; border-left: 1px solid #666666; border-right: 1px solid #666666; background-color: #dfe7ff; margin-top: 4px; margin-bottom: 4px; margin-right: 0px; margin-left: 0px;}
table.boxcol1 { border-collapse: separate; border-top: 1px solid #666666; border-bottom: 1px solid #666666; border-left: 1px solid #666666; border-right: 1px solid #666666; background-color: #def7ff; margin-top: 4px; margin-bottom: 4px; margin-right: 0px; margin-left: 0px; }
table.boxcol2 { border-collapse: separate; border-top: 1px solid #666666; border-bottom: 1px solid #666666; border-left: 1px solid #666666; border-right: 1px solid #666666; background-color: #e6deff; margin-top: 4px; margin-bottom: 4px; margin-right: 0px; margin-left: 0px; }
table.box2 { border-collapse: separate; border-bottom: 1px solid #666666; border-right: 1px solid #666666; background-color: #dfe7ff; margin-top: 4px; margin-bottom: 4px; margin-right: 1px; margin-left: 3px; }
td.boxtitle { padding:4px 0; font-family: Trebuchet MS, sans-serif; background-color: #97d200; border-bottom: 1px solid #666666; color: #2f4f4f; font-size: 100%; font-weight: bold; letter-spacing: 1px; }
td.boxtext { padding: 2px 8px; font-size: 70%; white-space: no-wrap;}
td.boxtext2 { padding: 1px; font-size: 70%; border-bottom: 1px solid #666666; }
td.middle { horizontal-align: left; vertical-align: top;}

table.box3 { border-collapse: separate; border-top: 1px solid #666666; border-bottom: 1px solid #666666; border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; background-color: #dfe7ff; margin-top: 4px; }

.redline { color: #ff0000; text-decoration:line-through; }
.small { font-size: 7pt; color: #0000ff;}
.bold { font-weight: bold; }
.b { font-weight: bold; }
.nw { white-space:nowrap; }
.highlight { background-color: #eee8aa; border: 2px solid #f0fff0; }
.highlight2 { background-color: #97d200; border: 2px solid #f0fff0; }

table.mytable { border: 0px #ffffff solid; border-collapse: collapse; }
table.mytable,td.mytd { border: 1px #ffffff solid; }
td.mytd { font-size: 70%; }
table.mytableb { font-size: 70%; border: 1px #ffffff solid; border-collapse: collapse; }

.red    { font-size: 70%; color: #ff0000; }

td.label    { font-size: 70%; color: #000000;}

#media{
        position:relative;
        top:0px;
        left:0px;
        width:180px;
        height:153px;
        border:0px solid #a1a1a1;
}
#noUpdate {
        margin: 0 auto;
        font-family:Verdana, Helvetica, sans-serif;
        font-size: x-small;
        color: #cccccc;
        text-align: left;
        width: 170px;
        height: 200px;
        padding: 4px;
}
.prodimage{
	width:350px;
	padding:10px;
}
.prodimage img{
	border:1px solid #c1c1c1;
}
#product tr td {
	height:28px;
}

.sidebarmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size:12px;
	font-family: Verdana, sans-serif;
	width: 160px; /* Main Menu Item widths */
	border-bottom: 1px solid #ccc;
}

.sidebarmenu ul li{
	position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: white;
	text-decoration: none;
	padding: 6px;
	border-bottom: 1px solid #778;
	border-right: 1px solid #778;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
	background-color: #012D58; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
	color: white;
}

.sidebarmenu ul li a:hover{
	background-color: DodgerBlue;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
	position: absolute;
	width: 160px; /*Sub Menu Items width */
	top: 0;
	visibility: hidden;
}
.sidebarmenu a.subfolderstyle{
	background: url(/shop/images/icons/redarrow.gif) no-repeat 97% 50%;
}
#settingsform div{
	float:left;
	width:100%;
}
#settingsform br{
	clear:both;
}
#settingsform select,
#settingsform input,
#settingsform textarea{
	font-size:11px;
	margin:2px 0;
}
#ownerData,#alternateDeliveryData{
	background-color: #c0daff;
	border: 1px solid #C0C0C0;
	margin: 6px 0 6px 6px;
	padding: 10px;
	width:254px!important;
}
#alternateDeliveryData{
	float:right;
	margin: 6px 6px 6px 6px;
	background-color: Beige;
}
.msg {
	margin:10px 0 4px 0px;
}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}

#boxes .window {
  position:fixed;
  left:0;
  top:0;
  width:560px!important;
  height:260px!important;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #checkoutdialog {
  width:375px;
  height:203px;
  padding:10px;
  background-color:transparent;
}
#uname, #upass{
	width:7em;
	font-size:110%;
}
#vipcode{
	width:4em;
	font-size:110%;
}
#loginsubmit, #vipcodesubmit{
	font-size:110%;
}

.hdr {
        background-color: LightSalmon;
        border: 1px solid red;
        color: white;
        font-size: 14px;
        font-weight: bold;
        margin-left: 7px;
        margin-top: 6px;
        padding: 4px;
        text-align: center;
}
.nav {
        color: white;
        float: right;
        height: 26px;
        padding: 4px 8px 10px 0px;
        width: 654px;
	background-color: #9AD200;
	border-radius: 9px 9px 9px 9px;
}
.fnt70 {
        font-size: 70%;
}
.flags {
        position:absolute;
        background:url("/shop/images/6flags.png") no-repeat scroll 2px top transparent;
        width:144px;
        height:18px;
}
.flagscont{
        float:right;
        color:white;
/*
        background-color: lightSteelBlue;
        border-radius: 8px 8px 8px 8px;
*/
        height: 20px;
        padding: 11px 8px 0px;
        width: 140px;
}
.hl1{
	color:Crimson;
}
.imgthumb { background-color:white; background-repeat:no-repeat; background-size: contain; border: 4px solid #8ead13; border-radius: 10px 10px 10px 10px; }
.imgthumb a img { opacity:0; }
.onspecial .boxtext > div { display:inline-block; }

.termsCont { margin-top: 20px;}
.terms { margin-bottom: -14px; margin-right: 7px;}
