/* Top Elements */
* { margin: 0; padding: 0; }

body {
  background: #FFF;
  font: normal 70%/1.5em Verdana, Tahoma, Verdana, sans-serif;
  color: #333;
  text-align: center;
}
/* links */
a {
  background: inherit;
  text-decoration: none;
  color: #667F99;
}
a:hover {
  background: inherit;
  color: #996800;
}
/* headers */
h1, h2, h3 {
  font-family: Verdana, Tahoma, 'Trebuchet MS', Sans-serif;
  font-weight: Bold;
}
h1 { font-size: 120%; }
h2 { font-size: 110%; }
h3 { font-size: 110%; color: #007E80; }

h1, h2, h3, p {
  margin: 0;
  padding: 10px;
}
ul, ol {
  margin: 10px 20px;
  padding: 0 20px;
}

/* images */
img {
  border: 2px solid #CCC;
}
img.float-right {
  margin: 5px 0px 5px 10px;
}
img.float-left {
  margin: 5px 10px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

/* blockquote */
blockquote {
  margin: 10px;
  padding: 0 0 0 28px;
   border: 1px solid #f2f2f2;
    background: #FAFAFA url(images/quote.gif) no-repeat 5px 5px;
}

/* form elements */
form {
  margin:10px; padding: 0 5px;
  border: 1px solid #f2f2f2;
  background-color: #FAFAFA;
}
label {
  display:block;
  font-weight:bold;
  margin:5px 0;
}
input {
  padding:2px;
  margin:2px 0 0 0;
  overflow:visible;
  /*padding:2px;
  border:1px solid #eee;
  font: normal 1em Verdana, sans-serif;
  color:#777;*/
}
textarea {
  width: 100%;
  padding:-1px;
  font: normal 1em Verdana, sans-serif;
  border:1px solid #ccc;
  height:100px;
  display:block;
  color:#777;
}
input.button {
  margin: 0;
  font: bolder 12px Arial, Sans-serif;
  border: 1px outset #CCC;
  padding: 2px 3px;
  background: #FFF;
  color: #275F6C;
}
/* search form */
form.search {
  width: 100%;
  text-align:center;
  float: right;
  padding: 15px 0px 15px 0px; margin: 0 0 0 0;
  border: 2px solid #CCC;
  background-color: transparent;
}

input.search_textbox {
  margin: 0 0 0 0; padding: 5px 0 5px 0;
  width: 280px;
  border: 1px solid #CCC;
  background: #FFF;
  font: bolder 15px Arial, Sans-serif;
  color: #275F6C;
}
form.search input.button {
  height: 30px;
  padding: 0;
  margin-right: 0;
  width: 100px;
}

/********************************************
   LAYOUT
********************************************/
#wrap {
  clear: both;
  width: 100%;
  background: #FFFFFF;
  text-align: left;
}
#leftcontent-wrap {
background: url(images/leftbg.jpg) repeat-y;
width: 45px;
}
#content-wrap {
  margin: 0 auto;
  padding: 0;
}
#rightcontent-wrap {
background: url(images/rightbg.jpg);
width: 45px;
}
/* header */
#headerunit {
border-collapse: collapse;
border-spacing: 0 0;
table-layout: fixed;
width: 100%;
min-width: 800px;

}
#leftheaderpic {
 background: url(images/leftheader2.jpg) no-repeat;
 width: 45px;
 height: 70px;
}
#centerheaderpic {
 background: url(images/header2.jpg) repeat-x;
 height: 70px;
 padding: 0 0 0 2px;
}
#rightheaderpic {
 background: url(images/rightheader2.jpg) no-repeat;
 width: 45px;
 height: 70px;
}

#centerheadertable {
width: 100%;
border-collapse: collapse;
/*table-layout: fixed;*/
}
#headerleft {

text-align: left;

}
#header_middle_td
{
padding-left:20px;
padding-right:12px;
text-align:center;
}
.logokep
{
border-style: none;
}
h1.text_in_header
{
	color:#ff0000;
	font-size:12px;
}
.shoplogo
{
/*-------------------------------------------------------------------------------*/
background: url(images/flat_logo.jpg);
width: 227px;
height: 50px;
position: absolute;
top: 12px;
left: 50px;
z-index: 5;
}
#header h1#logo {
  border-style: none;
  padding: 0 0 0 0;
  background: #DDD;
  color: #FFF;
  text-transform: none;

  /* change the values of top and Left to adjust the position of the logo*/

}
#header img#szlogo
{
  border-style: none;
}
.kep {
border-width: 0;
}
#header h2#slogan {
  position: absolute;
  z-index: 9999999;
  margin: 0; padding: 0;
  font: bold 12px 'Trebuchet MS', Arial, Sans-serif;
  text-transform: none;
  color: #FFF;

  /*change the values of top and Left to adjust the position of the slogan*/
  top: 65px; left:75px;
}
#header {
  float: left;
  padding: 10px 40px 0 0;
  text-align: right;
}
#searchform {
  /*width: 100%;*/
  font-size: 102%;
  padding: 4px 0 0 0;
  font-weight: bold;
  text-align: right;
  vertical-align: top;
 }
.landing {
  color: #da1919;
  margin-bottom: 5px;
  font-size: 150%;
  font-weight: bold;
}
/* menu */
#menuunit {
border-collapse: collapse;
border-spacing: 0 0;
table-layout: fixed;
width: 100%;
min-width: 800px;

}
#leftmenupic {
  clear: both;
  background: url(images/leftmenubg.jpg);
  width: 45px;
  height: 26px;
}
#rightmenupic {
  clear: both;
  background: url(images/rightmenubg.jpg);
  width: 45px;
  height: 26px;

}
#menu {
  clear: both;
  height: 28px;
  background: #b8b7bc;
  font: bolder 12px/26px Tahoma, Verdana, Arial, Sans-Serif;
}
#menu ul{
  margin: 0; padding: 0;
}
#menu ul li {
  float: left;
  list-style: none;
  padding: 0 2px;
  margin: 0;
  border:none;
}
#menu ul li a {
  display: block;
  text-decoration: none;
  padding: 0 5px;
  background: inherit;
  color: #FFF;
  font-weight: bold;

}
#menu ul li a:hover {
  background: #FFF;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
#menu ul li#current a {
  background: #da1919;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}

/* Main */
#main {
  float: left;
  width: 68%;
  padding: 0; margin: 0;
}
#main h1 {
  color: #667F99;
  border-bottom: 1px solid #CCCCCC;
  background: #F6F6F6 url(images/arrow.gif) no-repeat 5px 50%;
  padding: 3px 0 3px 20px;
  margin: 10px 0 0 0;
}
#main h1.landing {
  /*color: #da1919;
  border-bottom: 1px solid #CCCCCC;
  background: #F6F6F6 url(images/arrow.gif) no-repeat 5px 50%;
  padding: 3px 0 3px 20px;
  margin: 10px 0 0 0;
  font-size: 140%;*/
    color: #da1919;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 120%;
}

.post-footer {
  background-color: #FAFAFA;
  padding: 5px; margin: 20px 10px 0 10px;
  border: 1px solid #f2f2f2;
  font-size: 95%;
}
.post-footer .date {
  background: url(images/clock.gif) no-repeat left center;
  padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
  background: url(images/comment.gif) no-repeat left center;
  padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
  background: url(images/spage.gif) no-repeat left center;
  padding-left: 20px; margin: 0 10px 0 5px;
}
.header_flags{
  clear: both;
  text-align: right;
  margin: 0 12px 0 0;
}
.red_text {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #ee3333;
}

/* sidebar */
#sidebar {
  float: left;
  width: 30%;
  padding: 0; margin: 0;
  padding-right:10px;
}
#sidebar h1 {
  margin: 10px 0 0 0;
  padding: 3px 10px;
  font: bold 120% Tahoma, Verdana, Sans-Serif;
  color: #FFF;
  background: #B6B8BB;
}
#sidebar h1.valentine {
  margin: 10px 0 0 0;
  padding: 3px 10px;
  font: bold 140% Tahoma, Verdana, Sans-Serif;
  color: #FFF;
  background: #da1919;;
}
#sidebar h1.cart_style {
  margin: 10px 0 0 0;
  padding: 3px 10px;
  padding-left: 35px;
  font: bold 120% Tahoma, Verdana, Sans-Serif;
  background: #ddf url(images/Shopcart_32.png) no-repeat 5px 50%;
  color: #667F99;
  text-decoration: underline;
  /*border: 1px solid #B6B8BB;*/
}

ul.mainmenu_outer {
  list-style: none;
  text-align: left;
  margin: 3px 0px 8px 0; padding: 0;
  text-decoration: none;
}

a.mainmenu {
  background: none;
  text-decoration: none;
  color: #667F99;
}
a.mainmenu:hover {
  background: none;
  color: #996800;
}

div.mainmenu {
  border-bottom: 1px solid #DEDFE0;
  background: no-repeat 2px 3px ;
  padding: 2px 0 2px 10px;
  margin: 0 2px;
  font-weight: bolder;
  text-decoration: none;
}


div.mainmenu_collapsed {
  border-bottom: 1px solid #DEDFE0;
  padding: 2px 0 2px 10px;
  margin: 0 2px;
  font-weight: bolder;
  background-image:url('images/plus.gif');
  background-repeat:no-repeat;
  background-position: 100% 3px;
  text-decoration: none;
  cursor:pointer;
}
div.mainmenu_expanded {
  border-bottom: 1px solid #DEDFE0;
  padding: 2px 0 2px 10px;
  margin: 0 2px;
  font-weight: bolder;
  background-image:url('images/minus.gif');
  background-repeat:no-repeat;
  background-position: 100% 0%;
  text-decoration: none;
  cursor:pointer;
}

div.submenu {
  text-decoration: none;
  text-align: left;
  border-bottom: 1px solid #DEDFE0;
  padding: 2px 0 2px 10px;
  margin: 0 2px;
  font-weight: normal;
  cursor:auto;
}

div.submenu_collapsed {
  border-bottom: 1px solid #DEDFE0;
  text-decoration: none;
  padding: 2px 0 2px 10px;
  margin: 0 2px;
  font-weight: normal;
  background-image:url('images/plus.gif');
  background-repeat:no-repeat;
  background-position: 100% 0%;
  cursor:pointer;

}

div.submenu_expanded {
  text-decoration: none;
  border-bottom: 1px solid #DEDFE0;
  padding: 2px 0 2px 10px;
  margin: 0 2px;
  font-weight: normal;
  background-image:url('images/minus.gif');
  background-repeat:no-repeat;
  background-position: 100% 0%;
  cursor:pointer;
  text-decoration: none;
}

a.menuitem_selected {
    text-decoration: underline;
}

.nostyle {
  list-style: none;
  text-align: left;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  text-decoration: none;
}
.linostyle {
  list-style: none;
  padding: 0 2px;
  text-decoration: none;
}
li {
  text-decoration: none;
  text-align: left;
  font-weight: normal;
  border-bottom: 1px solid #DEDFE0;
  background: no-repeat 2px 3px ;
  padding: 2px 0 2px 10px;
  margin: 0 2px;
  text-decoration: none;
}

/*
* html body #sidebar ul.sidemenu li { height: 1%; }
*/


/* footer */
#footerunit {
border-collapse: collapse;
width: 100%;
min-width: 800px;
}
#leftfooter {
  background: url(images/leftfooterbg.jpg);
  width: 45px;
  height: 60px;

}
#footer {
  clear: both;
  color: #66737B;
  font: normal 90% Verdana, Tahoma, sans-serif;
  background: url(images/footerbg.jpg);
  height: 60px;
  text-align: center;

  margin: auto;
}
#rightfooter {
  background: url(images/rightfooterbg.jpg);
  width: 45px;
  height: 60px;
  /*position: absolute;
  top: 70px;
  right: 0;
  z-index: 7;*/
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray { color: #CCC; }


/* shopping cart */

.cart {
  border-collapse: collapse;
  border-spacing: 1px;
  width: 100%;
  margin: auto;
  border: 1px solid lightgray;
  background-color:#efefef;
}

.cart th {
  height: 30px;
  font-size: 12px;
  font-weight: bold;
  border-right: 1px solid lightgray;
  border-bottom: 2px solid lightgray;
}

.cart td {
  font-size: 10px;
}

.subtotal{
  font-size: 12px;
  font-weight: bold;
  color: blue;
}
.shipping{
  font-size: 12px;
  font-weight: bold;
  color: black;
}

.form{
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #aaa;
  background-color:#efefef;
}

.form td {
  font-size: 12px;
}

.form th {
  font-size: 12px;
  font-weight: bold;
}

.pager{
  padding: 5px 0 5px 0;
  width:100%;
  height:20px;
}

.pager_first{
  float:left;
  width:15%;
  text-align:left;
}

.pager_last{
  float:right;
  width:15%;
  text-align:right;
}

.pager_center{
  float:left;
  width:70%;
  text-align:center;
}

.button_style {
  border: 1px outset grey;
  /*border-left: 1px solid lightgrey;
  border-top: 1px solid lightgrey;
  border-right: 1px solid grey;
  border-bottom: 1px solid grey;*/
  background-color: #FFFFFF;
  color: #275F6C;
}

.orderlist{
  border-collapse: collapse;
  width: 600px;
  border: 1px solid #aaa;
  background-color:#D6D8DD;
}

.error {
  font-size: 14px;
  font-weight: bold;
  color: red;
}

.very_small_text {
  font-size: 80%;
  font-weight: normal;
}

/* submit button(s) */

.btn_new{
  padding:6px 14px;
  background:#a1a1a1 url(images/btn_bg.png) repeat-x center left;
  /*background: -moz-linear-gradient(top, #7b7b7b, #5d5d5d);*/
  margin:2px;
  /*border:1px solid #6e5942;*/
  border:1px solid #a9a9a9;
  font-size:1em;
  color:white;
  font-weight:bold;
  overflow:visible;
}

.btn_brown_small{
  padding:4px;
  background:#7f6952 url(images/btn_bg.png) repeat-x center left;
  margin:2px;
  border:1px solid #6e5942;
  font-size:0.95em;
  color:white;
  font-weight:bold;
  overflow:visible;
}

.product_description{ margin:0 0 20px 0; }
.product_description ul{ list-style:none; margin:10px; padding:0; }
.product_description li{ border:none; padding:2px; }
.product_description table{ font-size:1em; border:1px solid #ccc; border-collapse:collapse; margin:4px 2px 4px 10px; }
.product_description table th{ padding:4px; border:1px solid #ccc; font-weight:bold; text-align:center; }
.product_description table td{ padding:2px; border:1px solid #ccc; }

/* social */
.a2a_dd{
	border:none;
	display:inline-block;
	width:166px;
	height:40px;
	text-indent:-9999px;
	background:url(/images/social.png) no-repeat top left;
}

.a2a_dd:hover{ background-position: bottom left; cursor:pointer; }
