@import "skinDesignerCSS.css";
body { margin:0px; font-family:verdana;}
.bodyTag{background:#000}

.maintable { background-color:#cccccc;}

A { COLOR: #880A0A; TEXT-DECORATION: none }
A:link { COLOR: #880A0A}
A:visited { COLOR: #880A0A}
A:hover {COLOR:#000}

td, p, div{ color:#000; FONT-SIZE:12px; font-family:verdana; line-height:17px;}
img{ border:0px;}

hr {padding-right: 5px; padding-left: 5px;}
form {margin:0px; padding:0px;}
select {color:#101010; font-size:12px; border:1px solid #880a0a;}

/*H Tags*/ /*default font-size for each H tag is 32,24,18,16,13,9 respectively*/

H1 {font-size: 22px; color: #880A0A;  margin:0px; font-family:Trebuchet MS; }
H1 a:link {font-size: 22px; color: #880A0A;  font-family:Trebuchet MS;}
H1 a:visited {font-size: 22px; color: #880A0A; font-family:Trebuchet MS; }
H1 a:hover {font-size: 22px; color: #000;  font-family:Trebuchet MS;}
/*use this for header (page title)*/


H2 {font-size: 16px; font-weight:bold; color: #880A0A; margin:3px;}
H2 a:link {font-size: 16px; font-weight:bold; color: #880A0A;}
H2 a:visited {font-size: 16px; font-weight:bold; color: #880A0A;}
H2 a:hover {font-size: 16px; font-weight:bold; color: #858585;}
/*use this for sub-header (you can say sub title), for ex. I used it in Glossary page*/

H3 {font-size:14px; font-weight:bold; color:#880A0A; margin:0px; padding-left:2px;}
H3 a:link {font-size:14px; font-weight:bold; color:#880A0A; text-decoration:none; padding-left:2px;}
H3 a:visited {font-size:14px; font-weight:bold; color:#880A0A; text-decoration:none; padding-left:2px;}
H3 a:hover {font-size:14px; font-weight:bold; color:#000; text-decoration:underline; padding-left:2px;}
/*use this for small-title */

H4 {font-size:12px; font-weight:bold; color:#880A0A; text-transform:uppercase; margin:0px;}
h4 a:link {font-size:12px; font-weight:bold; color:#880A0A; text-transform:uppercase;}
h4 a:visited {font-size:12px; font-weight:bold; color:#880A0A; text-transform:uppercase;}
h4 a:hover {font-size:12px; font-weight:bold; color:#000; text-transform:uppercase;}
/*use this for bold text with special identification for ex. I used it in glossary word*/

H5 {font-size:11px; font-weight:bold; margin:0px; color:#880A0A; }
h5 a:link {font-size:11px; font-weight:bold; text-decoation:none; color:#880A0A;}
h5 a:visited {font-size:11px; font-weight:bold; text-decoation:none; color:#880A0A}
h5 a:hover {font-size:11px; font-weight:bold; text-decoation:none; color:#000;}

/*use this for bold small title (no special identification)*/


H6 {font-size:9px; font-weight:normal; font-style:normal; color:#001711; margin:0px; }
h6 a:link {font-size:9px; font-weight:normal; font-style:normal; color:#001711; text-decoration:underline}
h6 a:visited {font-size:9px; font-weight:normal; font-style:normal; color:#001711; text-decoration:underline}
h6 a:hover {font-size:9px; font-weight:normal; font-style:normal; color:#001711; text-decoration:none}

/* here I used it for small italic or very small notes*/

/*------------------------------------------------------------------------------------*/

/* These classes will apply at several standard places (like error message, in case if you don't want border (image link) information block etc.) default classes in each CSS*/

.error {color:#ff0000; font-weight:bold;}
.error a:link{color:#ff0000; font-weight:bold; text-decoration:underline}
.error a:visited {color:#ff0000; font-weight:bold; text-decoration:underline}
.error a:hover {color:#ff0000; font-weight:bold; text-decoration:none;}

.button {  height:21px; height:19px; border:1px solid #283e38; color:#ffffff; font-size:11px; font-weight:bold;}

.noborder {border:0px;}
.noborder a:link{border:0px;}
.noborder a:visited {border:0px;}
.noborder a:hover {border:0px;}

.information {background-color:#FEF1F1; border:1px solid #e5e5e5; padding:3px;}

.breadcrumb {color:#000000;} 
.breadcrumb a:link {color:#000000; text-decoration:underline; font-weight:normal;}
.breadcrumb a:visited {color:#000000; text-decoration:underline; font-weight:normal;}
.breadcrumb a:hover {color:#001711; text-decoration:none; font-weight:normal;}

.highlighted-row {background-color: #FEF1F1; padding: 4px;}
.highlighted-row table {border:1px solid #001711; background-color: #FEF1F1; padding: 4px; }
.highlighted-row table td table{border:0px solid #000000; background-color: #FEF1F1; padding: 4px;}
.highlighted-row a:link {color:#001711; text-decoration:none; font-weight:normal;}
.highlighted-row a:visited {color:#001711; text-decoration:none; font-weight:normal;}
.highlighted-row a:hover {color:#001711; text-decoration:underline; font-weight:normal;}

.highlighted-row1 {FONT-WEIGHT: bold;FONT-SIZE: x-small;COLOR: #ffffff;BACKGROUND-COLOR: #993300;}
.highlighted-row1 table {FONT-WEIGHT: bold;FONT-SIZE: x-small;COLOR: #FFFFFF;BACKGROUND-COLOR: #993300;BORDER-RIGHT:  #f9f6bc 1px solid;BORDER-TOP:  #f9f6bc 1px solid;BORDER-LEFT:  #f9f6bc 1px solid;BORDER-BOTTOM:  #f9f6bc 1px solid;}
.highlighted-row1 table td table {FONT-WEIGHT: bold;FONT-SIZE: x-small;COLOR: #FFFFFF;BACKGROUND-COLOR: #993300;BORDER-RIGHT:  #000000 0px solid;BORDER-TOP:  #000000 0px solid;BORDER-LEFT:  #000000 0px solid;BORDER-BOTTOM:  #000000 0px solid;}
.highlighted-row1 a:link {color:#ffffff; text-decoration:none; font-weight:normal;}
.highlighted-row1 a:visited {color:#ffffff; text-decoration:none; font-weight:normal;}
.highlighted-row1 a:hover {color:#a1a1a1; text-decoration:underline; font-weight:normal;}

.highlighted-row2 {background-color: #FEF1F1; padding: 4px;}
.highlighted-row2 {border:1px solid #001711 ;background-color: #FEF1F1; padding: 4px;}
.highlighted-row2 table td table{border:0px solid #000000; background-color: #FEF1F1; padding: 4px;}
.highlighted-row2 a:link {color:#333333; text-decoration:none; font-weight:normal;}
.highlighted-row2 a:visited {color:#333333; text-decoration:none; font-weight:normal;}
.highlighted-row2 a:hover {color:#001711; text-decoration:underline; font-weight:normal;}

.highlighted-row3 {background-color: #8F0304; padding: 4px;}
.highlighted-row3 {border:1px solid #001711; background-color: #8F0304; padding: 4px; color:#242424;}
.highlighted-row3 table td table{border:0px solid #000000; background-color: #231c56; padding: 4px;}
.highlighted-row3 a:link {color:#242424; text-decoration:none; font-weight:normal;}
.highlighted-row3 a:visited {color:#242424; text-decoration:none; font-weight:normal;}
.highlighted-row3 a:hover {color:#001711; text-decoration:underline; font-weight:normal;}

/*special table with header or alter effect*/

img.productimage {border:1px solid #001711; padding:3px;}

/*.price {background-color: #8F0304; padding:2px; font-weight:bold;}*/
.price {background-color:#FAADAD; font-weight:bold; color:#8F0304;}

.pagelist {color:#001711}
.pagelist table {padding:3px;}
.pagelist table td {padding:3px; padding-left:6px; padding-right:6px;  }
.pagelist table td a:link {color:#8F0304; text-decoration:none; font-weight:bold;}
.pagelist table td a:visited {color:#8F0304; text-decoration:none; font-weight:bold;}
.pagelist table td a:hover {color:#8F0304; text-decoration:none; font-weight:bold;}

.pagelist p {color:#000000}
.pagelist p a:link {color:#333333; text-decoration:none; font-weight:bold;}
.pagelist p a:active {color:#333333; text-decoration:none; font-weight:bold;}
.pagelist p a:hover {color:#8F0304; text-decoration:none; font-weight:bold;}

table .alt-lines {border:1px solid #001711; border-collapse:collapse; background-color:#231c56;}
table .alt-lines .alt-lineschange1 {background-color:#ffffff; padding:2px; border:1px solid #ffffff; }
table .alt-lines {background-color:#F7F7F7; padding:2px; font-weight:bold;  }
table .alt-lines .alt-linechange2 {background-color:#FEF1F1; color:#000000; font-weight:normal;  }

table.tablewithheader  {border:1px solid #FAADAD; border-collapse:collapse; padding:3px;}
.tablewithheader td {border:1px solid #FAADAD; border-collapse:collapse; padding:3px;}
.tablewithheader th{border:1px solid #FAADAD; border-collapse:collapse; padding:3px; background-color:#FEF1F1; color:#001711;}
.tablewithheader a:link {color:#001711; font-weight:normal;}
.tablewithheader a:visited{color:#001711; font-weight:normal;}
.tablewithheader a:hover {color:#8F0304; font-weight:normal;}

.imgna {background-color:#FEF1F1; text-align:center; width:100px; height:100px; text-transform:uppercase}
.imgna td a:link {color:#000000; text-decoration:underline}
.imgna td a:visited {color:#000000; text-decoration:underline}
.imgna td a:hover {color:#001711; text-decoration:none}

.textbold { font-size: 11px; font-weight: bolder;}
.textsmall {font-size: 10px;}
.txtprice {	color: #CC0000;font-size: 11px; font-weight:bold;}

.logintab {background-color: #FEF1F1; padding: 4px; }
.logintab table {border:1px solid #8F0304 ;background-color: #FEF1F1; padding: 4px;}
.logintab th {background-color:#8F0304;}
.logintab table td table{background-color: #FEF1F1;  padding: 4px; }
.logintab a:link {color:#001711; text-decoration:none; font-weight:bold;}
.logintab a:visited {color:#001711; text-decoration:none; font-weight:bold;}
.logintab a:hover {color:#001711; text-decoration:underline; font-weight:bold;}

.fntwhitebold { font-size: 11px; font-weight: bold;	color: #FFFFFF; }

table.invocetab  {border:1px solid #001711; border-collapse:collapse; padding:3px;}
.invocetab td {border:1px solid #001711; border-collapse:collapse; padding:3px;}

table.bluetable  {border:1px solid #FAADAD; border-collapse:collapse; padding:3px;}
.bluetable td {border:1px solid #FAADAD; border-collapse:collapse; padding:2px;}
.bluetable td.cap {border:1px solid #FAADAD; color:#8F0304; border-collapse:collapse; padding:2px; text-transform:uppercase;}
.bluetable th{border:1px solid #FAADAD; border-collapse:collapse; padding:2px; height:20px; background-color:#FEF1F1; color:#000000; font-size:11px; text-transform:uppercase;}
.bluetable a:link {color:#001711; font-weight:normal;}
.bluetable a:visited{color:#001711; font-weight:normal;}
.bluetable a:hover {color:#000000; font-weight:normal;}
.mid {padding:10px; padding-top:20px;}

.titlefont {font-size: 18px; color: #434343; margin:0px;  }

.fontwhite {color:#FFFFFF;}

input,textarea{color:#424242; border:1px solid #242424; font-size:11px}

.bdrmain {background:#fff}

table.footer {height:45px;}
.footer td{color:#ffffff; text-align:center; font-weight:bold;}
.footer a:link, .footer a:visited{color:#ffffff; font-weight:bold; font-size:13px;}
.footer a:hover{color:#cc0000; }

.sitetitlefont {font-size:18px; font-weight:bold; color: #000000; padding-left:10px;}

table.topicons { padding:2px;}
.topicons td{ text-align:center; padding:5px; }
.topicons td.last{ text-align:center; padding:5px;}

table.linkmenu {margin:0px;}
.linkmenu td{font-weight:bold; font-family:Trebuchet MS; font-size:14px;}
.linkmenu a:link, .linkmenu a:visited{display:block; font-weight:bold; color:#000; font-family:Trebuchet MS; font-size:14px; background:url(images/menubg.jpg) repeat-x; text-transform:uppercase; padding-top:3px; padding-left:8px; height:20px; margin-top:1px;}
.linkmenu a:hover{background:url(images/menubg1.jpg); color:#CC0000; }

.overmenu {COLOR: #000000;BACKGROUND-COLOR: #C0C0C0;BORDER-RIGHT:  #ffffff 1px solid;PADDING-RIGHT: 2px; HEIGHT: 25px;}
a.overmenu:link {COLOR: #2a2a2a;BACKGROUND-COLOR: #C0C0C0;BORDER-RIGHT:  #ffffff 1px solid;PADDING-RIGHT: 2px; HEIGHT: 25px;}
a.overmenu:visited {COLOR: #2a2a2a;BACKGROUND-COLOR: #C0C0C0;BORDER-RIGHT:  #ffffff 1px solid;PADDING-RIGHT: 2px; HEIGHT: 25px;}
a.overmenu:hover { background-color:#ffffff; border-bottom:1px solid #ffffff; padding-left:5px; padding-right:2px; height:25px; color:#001711; }

table.leftmenu {}
.leftmenu td{ padding-left:40px; height:30px;}
.leftmenu a:link {font-weight:bold; color:#000000;height:30px;}
.leftmenu a:visited{ font-weight:bold; color:#000000;height:30px;}
.leftmenu a:hover { font-weight:bold;  color:#ffffff;height:30px;}


.slogantext { font-size: 18px;	font-weight: 200; color: #ffffff; padding-bottom:7px; padding-right:5px; }

.leftback {background:#979797 url(images/leftbg.jpg) repeat-x top left; padding-top:20px;}

.rightback {background-image:url(images/img-right.jpg); background-position:top right; background-repeat:no-repeat; padding-top:420px;}
.rightback td{ }
.rightback a:link {color:#001711; text-decoration:none; font-weight:bold;}
.rightback a:visited{color:#001711; text-decoration:none; font-weight:bold;}
.rightback a:hover {color:#001711; text-decoration:none;}


table.box { }
.box th{ color:#f36e3a; font-size:12px; font-weight:600; border-bottom:solid 1px #001711; text-align:center; height:25px; padding-left:4px; padding-right:4px;}
.box td{ padding:3px;}
.box a:link{ color:#001711; }
.box a:visited{ color:#001711; }
.box a:hover{ color:#001711; }

table.boxright { }
.boxright th{ color:#424242; border-bottom:solid 1px #001711; text-align:center; height:25px; padding-left:4px; padding-right:4px;}
.boxright td{ padding:3px; }
.boxright a:link{ color:#001711; }
.boxright a:visited{ color:#001711; }
.boxright a:hover{ color:#001711; }

table.checkbox td input{ background-color:transparent; border:0px;}
.bdrright{border-right:solid 1px #cccccc;}

.copyrights {color:#ffffff; font-size:11px;}
.copyrights a:link{color:#ffffff; font-size:11px;}
.copyrights a:visited{color:#ffffff; font-size:11px;}
.copyrights a:hover{color:#242424; font-size:11px;}

.required { color:#FF0000;}

/*extra css*/

.toppattern { background: url(images/toppattern_bg.jpg) top left repeat-x; height:362px;}

.topbdr { border-bottom:solid 1px #ffffff;}

.topcallbg { background:url(images/topcall_mid.png) left bottom repeat-x; height:45px; color:#000000; font-family:Trebuchet MS; font-size:22px; font-weight:bold;}

.menubg { background-color:#e20c0c;}
.menuleft { background:url(images/menuleft.jpg) left no-repeat; height:50px;}
.menuright { background:url(images/menuright.jpg) right no-repeat; height:50px;}

.headerimg {background:url(images/headerimg.jpg) center no-repeat; height:232px;}

.headbutt1{ background-image:url(images/headlnkbg1.jpg); width:222px; height:39px; padding-left:10px;}
.headbutt1 a:link,.headbutt1 a:visited{font-size:16px; color:#000; font-family:Trebuchet MS; font-weight:bold}
.headbutt1 a:hover{text-decoration:underline}

.headbutt2{ background-image:url(images/headlnkbg2.jpg); width:251px; height:39px; padding-left:10px;}
.headbutt2 a:link,.headbutt2 a:visited{font-size:16px; color:#fff; font-family:Trebuchet MS; font-weight:bold}
.headbutt2 a:hover{text-decoration:underline}

.headbutt3{ background-image:url(images/headlnkbg3.jpg); width:182px; height:39px; padding-left:10px;}
.headbutt3 a:link,.headbutt3 a:visited{font-size:16px; color:#fff; font-family:Trebuchet MS; font-weight:bold}
.headbutt3 a:hover{text-decoration:underline}

.midbox1{background:#FFF5D5 url(images/boxbg1.jpg) no-repeat bottom}
.midbox1 th{font-size:20px; color:#A47B26; font-family:Trebuchet MS; font-weight:bold; background-image:url(images/whitedot.gif); background-repeat:no-repeat; background-position:227px 7px; text-align:left; padding:2px; padding-left:7px;}
.midbox1 td{padding:5px;}
.midbox1 a{ color:#000000; text-decoration:underline; font-weight:bold}

.midbox2{background:#EEFBE3 url(images/boxbg2.jpg) no-repeat bottom}
.midbox2 th{font-size:20px; color:#539610; font-family:Trebuchet MS; font-weight:bold; background-image:url(images/whitedot.gif); background-repeat:no-repeat; background-position:227px 7px; text-align:left; padding:2px; padding-left:7px;}
.midbox2 td{padding:5px;}
.midbox2 a{ color:#000000; text-decoration:underline; font-weight:bold}

.midbox3{background:#E9FAFE url(images/boxbg3.jpg) no-repeat bottom}
.midbox3 th{font-size:20px; color:#0988A8; font-family:Trebuchet MS; font-weight:bold; background-image:url(images/whitedot.gif); background-repeat:no-repeat; background-position:227px 7px; text-align:left; padding:2px; padding-left:7px;}
.midbox3 td{padding:5px;}
.midbox3 a{ color:#000000; text-decoration:underline; font-weight:bold}


.bottommid { background-image:url(images/bottommid.jpg); background-position:left top; background-repeat:repeat-x;}
.footermid { background-image:url(images/footermid.jpg); background-position:left bottom; background-repeat:repeat-x;}
