
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */

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

body {
	font: 12px/165% arial;
	color: #666666;
	margin: 0; padding: 0 0 50px 0;
	background: #40322b;
    text-align:center;
}
.mailsub {color:#000;}
.mailsub fieldset { border: none; padding: 0px; margin: 0px;}
.mailsub form { padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;border:none;}
.mailsub input { color: #666; font-size: 12px;}
.mailsub input.mail { width: 205px;background: url(./images/subbut.jpg) no-repeat; }
.mailsub input.searchIE { width: 32px; height: 29px; background: url(./images/subbut.jpg) no-repeat 0 -79px; }

.main {
	margin:0 auto;
	padding:0px;
	width:966px;
    text-align:left;
}

.mainheader {
	background:url(images/header.jpg) no-repeat;
	width:966px;
	height:154px;
	margin-top:40px;
	padding:0px;
}
.hboxl {
	width:696px;
	float:left;
	margin:0px;
	padding:0px;
}
.hboxr {
	margin:0px 0px 0px 10px;
	padding:0px;
	float:left;
}
.topnav {
	width:680px;
	margin:0px;
	padding:0px;
 	float:left;
}
.hmenu {
	margin:0px;
	padding:6px;
}
.hmenu ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.hmenu li {
	float:left;
	margin:10px;
	padding:10px 0px 10px 3px;
	color:#fff;
	list-style:none;
	font:11px normal arial,verdana,tahoma;
	font-weight:bold;
}
.hmenu li a {
 color:#fff;
 text-decoration:none;
 	margin:0px;
	padding:0px 0px 0px 4px;

}
.hmenu li a:hover {
 color:#fff;
 text-decoration:underline;
 	margin:0px;
	padding:0px 0px 0px 4px;

}
.hpanel {
  position:relative;
  top:-10px;
  left:12px;
	width:680px;
	margin:5px;
	padding:0px;
}
#hsearch {
	background:url(images/searchbg.jpg) no-repeat;
	width:255px;
	height:79px;
	margin:3px 0px 0px 12px;
	padding:0px;
	float:left;
        border:0px;
}
#hsearch form {
 border:0px !important;
 background:none;
}
#hsearch h3 {
	color:#fff;
	margin:0px;
	padding:7px 3px 7px 15px;
	font:11px normal arial,verdana,tahoma;
}
#hsearch input {
  position:relative;
  top:4px;
  left:12px;
	width:201px;
	height:29px;
	background:url(images/searchinput.jpg) no-repeat;
    margin:0px;
	padding:7px 0px 7px 5px;
	font:11px normal arial,verdana,tahoma;
	color:#444;
    float:left;
    border:0px;
}
#hsearch .buttn {
	margin:0px 0px 0px 1px;
	padding:0px;
	width:27px;
	height:29px;
	font:11px normal arial,verdana,tahoma;
	color:#444;
    float:left;
    border:0px;
}
#smallmenu {
	background:url(images/slidetopbg.png) no-repeat;
	width:397px;
	height:91px;
	margin:3px 0px 0px 3px;
	padding:0px;
	float:left;

}
.smenutop {
	float:left;
	margin:0px;
	width:395px;
	padding:10px 0px 0px 10px;
}
.smenutop ul {
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
}
.smenutop li {
	float:left;
	margin:0px;
	padding:5px;
	color:#fff;
	list-style:none;
	font:11px normal arial,verdana,tahoma;
}
.smenutop li a {
	color:#444;
	font:11px normal arial,verdana,tahoma;
	text-decoration:none;
}
.smenutop li a:hover {
	color:#444;
	font:11px normal arial,verdana,tahoma;
	text-decoration:underline;
}
.smenubottom {
    position:relative;
    top:16px;
    left:10px;
	float:left;
	margin:0px;
	padding:0px;
}
.smenubottom ul {
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
}
.smenubottom li {
	float:left;
	margin:0px;
	padding:5px;
	color:#444;
	list-style:none;
	font:11px normal arial,verdana,tahoma;
}
.smenubottom li a {
	color:#444;
	font:11px normal arial,verdana,tahoma;
	text-decoration:none;
}
.smenubottom li a:hover {
	color:#444;
	font:11px normal arial,verdana,tahoma;
	text-decoration:underline;
}
#logoside {
    position:relative;
    top:-10px;
    left:4px;
	background:url(images/logobg.png) no-repeat;
	width:255px;
	height:138px;
	margin:0px;
	padding:0px;

}
.logoimg {
	margin:0px;
	padding:0px;
}
.logoimg img{
    position:relative;
    top:12px;
    left:38px;
	margin:0px;
	padding:0px;
    width:165px;
    height:45px;
}
.logodesc {
	margin:0px;
	padding:0px;
	color:#444;
	font:11px normal arial,verdana,tahoma;
    position:relative;
    top:30px;
    width:230px;
    left:16px;
}
.logodesc p {
	color:#444;
	font:11px normal arial,verdana,tahoma;
    margin:0px;
    padding:0px;
}



#search {
float: right;
margin-right: 5px;
width: 300px;
vertical-align: middle;
}

#searchimage {
float: left;
margin-left: 5px;
margin-right: 90px;
width: 300px;
vertical-align: middle;
}

#searchform .field {
font-family:verdana;
font-size:10pt;
background-color:#F7F7F2;
border:1px solid #A49E87;
width:205px;
}


/*\ IE/Win min height hack */ * html #buttonsearch { margin: -29px 0px 0px 216px; } /* */
#buttonsearch { padding: 0px; margin: -28px 0px 0px 216px; top: 0px; background: none; }

.author{
padding-left:11px;


}
.top_comments{
 float:right;
 padding-top:5px;
}
.subscribebg{
	background: url(images/textbg.jpg) no-repeat;
    border:none;
    width:216px;

}
input.subscribe{
    margin-left:32px;
	background: transparent;
	width: 160px;
    padding-left:5px;
	color: #666;
    border:none;
}
.subbut{
    float:right;
	vertical-align: top;
     border:0px;
}
.mailbg{
height:87px;
width:403px;
background:url(images/mailbg.jpg) repeat-x;
}

/* Links */
a {
	text-decoration: none;
	color: #107b96;
}
a:hover {

	color: #054850;
}

/* Headers */
h1, h2, h3 {
	font: bold 1em/1.5em georgia;
	color: #fff;
	padding: 15px 10px 5px 10px;
	margin: 0;
}
h1 {
	font-size: 245%;
	font-weight: normal;
	letter-spacing: -2px;
}
h2 {
	font-size: 180%;
    padding-left:40px;
	font-weight: normal;
}
h3 {
	font-size: 170%;
	font-weight: normal;
}

h4 {
	font-size: 120%;
	font-weight: normal;
}

h5 {
	font-size: 120%;
	font-weight: normal;
}

h6 {
	font-size: 100%;
	font-weight: normal;
}

p, dl { padding: 10px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #895F30;
}
dd {
  padding-left: 25px;
}

/* Images */
.col-one img {
	background: #fafafa;
	border: 1px solid #dcdcdc;
	margin: 3px;
	padding: 2px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #EBEBEB;
	background: #F0F0F0;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;
	background: #f9f9f9 url(images/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.5em;
	font-style:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #555;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 1px;
}
th {
	color: #555;
	background: #E6E6E6;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;

	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}
tr {
	height: 34px;
	background: #fff;
}
td {
	padding-left:0px;
	padding-right:0px;
	border: 0px solid #ECECEC;
}
/* end - table */

/* form elements */
form {
	margin: 15px 10px; padding: 5px 10px 20px 10px;
	border: 1px solid #f1f1f1;
	background: #fdfdfd;
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #444;
}
input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	background: #fff;
}
textarea {
	width: 350px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}
input, textarea, select {
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4;
}

input.button {
	font: bold 12px Arial, Sans-serif;
	height: 30px;
	margin: 0;
	padding: 2px 3px;
	color: #fff;
	background: #13b9e3;

	border-width: 1px;
  	border-style: solid;
  	border-color: #54c3d1 #54c3d1 #54c3d1 #54c3d1;
}

/* search form */
.search_top{
    position:relative;
	background-color: transparent;
	border: none;
	margin: 0; padding: 12px 0 15px 8px;
	width: 190px;
    left:51px;
}
.rss_icon{
    position:relative;
    margin-top:-17px;
    padding-left:18px;
    background:transparent url("images/rss.png") no-repeat top;
	border: none;
	width:21px;
    height:21px;
    color:#fff;
    left:211px;
}
.rss{
    position:relative;
    margin-top:-20px;
	background-color: transparent;
	border: none;
	width:150px;
    color:#fff;
    left:250px;
}
.rss a{
    color:#f1f5cf;
    font:12px "trebuchet MS",georgia,verdana,arial;
}
.rss a:hover{
    color:#fff;
    text-decoration:underline;
}
.searchform {
    color:#f1f5cf;
    position:relative;
	background-color: transparent;
	border: none;
	margin: 0; padding: 12px 0 15px 8px;
	width: 190px;
    top:10px;left:21px;
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox {
	width: 115px;
	color: #666666;
	height: 18px;
	padding: 2px;
	vertical-align: top;
}
.searchform input.button {
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

#content-outer {
	margin:0px;
    padding:0px;
	background: #d1ebef;
	width: 966px;
	float: left;
}
#content-wrapper {
	width: 966px;
	margin:0px;
    padding:0px;
	text-align:left;
	background: #d1ebef;
}
#content {
	float: left;
	background: #d1ebef;
    margin:0px;
    padding:20px;
}

.col-one {
    width:665px;
    margin:0px 0px 0px 0px;
    padding:0px;
    float:left;
}
.col-mid {
    margin:0px 0px 0px 5px;
    padding:0px;
    float:left;

}


.col-two {
	float: left;
	width: 210px;
	margin-top:5px;
}
.col-three {
	float: right;
	width: 210px;
	margin-top: 12px;
}
.col-one, .col-two, .col-three {
	padding-bottom: 10px;
}

#content .col-one h2 {
	padding-bottom: 3px;
	font: bold 14px arial,verdana,tahoma,arial;
	color: #40322b;
	text-transform: none;
        margin-top:2px;
	margin-left: 5px;
	padding-left:15px;
}
#content .col-one h2 a {
	color: #000;
	text-decoration: none;
	background: none;
	border: none;
}
#content .col-one h2 a:hover {
	color: #40322b;
}
#content-wrapper .col-mid h2,
#content-wrapper .col-two h2,
#content-wrapper .col-three h2 {
  position:relative;
  top:32px;   left:50px;
	color: #fff;
	font: bold 12px verdana, Tahoma, Arial, sans-serif;
	text-transform:capitalize;
	padding: 5px 10px;
	margin: 15px 0 5px 0;
}

/* sidebar menu */
ul.sidemenu {
	text-align: left;
	margin:0px; padding:0px;
	text-decoration: none;
}
ul.sidemenu li {
	list-style: none;
	padding:7px 0px 7px 10px;
        /* border-bottom:1px solid #e0e0e0; */
	margin:0px;
        width:205px;
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;
	background-image: none;
	background-color: transparent;
	border: none;
	color: #fff;
       	font: bold 12px verdana, Tahoma, Arial, sans-serif;
        margin:0px;
        padding:0px;
}
ul.sidemenu li a span {
	color: #fff;
	font: bold 12px verdana, Tahoma, Arial, sans-serif;
}
ul.sidemenu li a:hover {
	color: #fff;
	background: none;
	border: none;
        text-decoration:underline;
}
ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
ul.sidemenu ul li { background: none; }





/* footer */
#footer-wrapper {
    background:#333;
	float:left;
	width: 966px;
	margin: 0 auto;
	text-align: left;
	font: normal 1em/1.6em 'Trebuchet MS', Tahoma, Sans-serif;
}
#footer-wrapper h3, #footer-wrapper p {
	padding-left: 0;
}
#footer-wrapper h3 {
	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #ABABAB;
}
#footer-wrapper a {
	color: #fff;
	background: transparent;
}

#footer-wrapper ul.footer-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer-wrapper ul.footer-list li{
	margin: 0;
	padding: 0;
	margin-left: 0;
	padding-left: 0;
}

#footer-wrapper ul.footer-list li li {
	border-bottom: 1px solid #111;
}


#footer-wrapper ul.footer-list li a, #footer-wrapper ul.footer-list li li a {
	display: block;
	width: 100%;
	line-height: normal;
	font-weight: bold;
	padding: 4px 0;
	border: none;
	margin-left: 0;
	padding-left: 0;
	color: #666666;
}
#footer-wrapper ul.footer-list li a span, #footer-wrapper ul.footer-list li li a span {
	color: #444;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

#footer-wrapper ul.footer-list li a:hover,
#footer-wrapper ul.footer-list li li a:hover,
#footer-wrapper ul.footer-list li a:hover span,
#footer-wrapper ul.footer-list li li a:hover span {
	color: #fff;
	text-decoration: none;
}

#footer {
	float: left;
	width: 100%;
	padding: 0;
	margin-left: 5px;
	margin-top: 10px;
	padding-bottom: 15px;
}
#footer-bottom {
	clear: both;
	width: 966px;
	margin: 0 auto;
        height:116px;
        background:url(images/footer.png) no-repeat;
}

#footer-bottom .bottom-left a, #footer-bottom .bottom-right a {
	color: #fff;
	background: transparent;
        text-decoration:none;
}



#footer-bottom .bottom-left {
	float: left;
	padding-left:5px;
	font-size: 95%;
        padding-top:50px
}
#footer-bottom .bottom-right {
	text-align:left;
        float:right;
	font-size:11px;
        font-family:arial,verdana,tahoma;
        padding:35px 30px 0px 0px;
        color:#fff;
}

.bottom-col-one {width: 32%; float: left; }
.bottom-col-two {width: 32%; float: left; }
.bottom-col-three {width: 32%; float: left; }

/* postmeta */
.postmeta {
	padding: 5px; margin: 20px 10px 15px 10px;
	font-size: 1em;
	color: #777;
	border: 1px solid #e7f5f7;
	background: #f2f9fa;
}
.postmeta a { background: transparent; }
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #bababa; }
.post-info a { color: #000; }

/* thumbnails */
p.thumbs{ padding: 12px 0 0 10px; }

.thumbs img {
	position: relative;
	padding: 4px;
	margin: 5px;
	background: #444;
   border: 1px solid #dcdcdc;
}
.thumbs img:hover	{
	border: 1px solid #8E8E8E;
	background: #8E8E8E;
}
.thumbs a:hover { background-color: transparent; border: none }

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

/* clearing */
.clearer { clear: both; }
.clear { display:inline-block; }
.clear:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content: ".";
}

.clearsmall { padding-bottom: 10px; }



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

/* display and additional classes */
.clearer { clear: both; }

.col-mid .sponsors img.ml
{
margin-bottom : 4px; padding: 1px;  margin-right : 4px; overflow : hidden;
}
img a
{
border : none;
}
img
{
border : 0;
}
.clearhigh
{
clear : both; display : block; height : 10px; overflow : hidden; margin : 0; padding : 0;
}



/* tabs */

.tab_container
{
margin: 0px 10px; padding: 0px; border: 5px solid #000;
}
.tab_container_in
{
margin: 0px; padding: 10px 0px; border-left: 1px solid #dddddd; border-top: 1px solid #dddddd; border-right: 1px solid #cccccc; border-bottom: 1px solid #cccccc;
}
.tab_menu_container
{
margin: 0px 10px; padding: 0px 0px 0px 0px; height: 30px; background-color: #000;
}
#tab_menu li
{
margin: 0px; padding: 5px 5px 2px 0px; font-size: 11px; line-height: normal; float: left; list-style: none; cursor: pointer; border-bottom: none;
}
#tab_menu .first
{
padding: 5px 5px 2px 6px;
}
#tab_menu li a, #tab_menu li a:visited
{
margin: 0px; padding: 3px 6px 3px 6px; color: #FFFFFF; text-decoration: none; display: block;
}
#tab_menu li a:hover, #tab_menu li a.current
{
background-color: #fff; color: #000000; text-decoration: none;
}
.tab_content_list
{
display: none;
}
#tab_content_tags a, #tab_content_tags a:visited
{
color: #fff; text-decoration: none;
}
#tab_content_tags a:hover
{
color: #ffffff; text-decoration: none;
}
.tab_container ul
{
list-style: none;
}

/* comment form */

#comments
{
clear : both; background : #fff; padding : 15px;
}
#comments a, #comments a:hover
{
text-decoration : none;
}
#comments h2
{
margin : 0;
color:#333;
}
#comments dl
{
margin : 0; padding : 0;
}
#comments dt
{
padding : 8px 0 0 0; font-size : 1.2em; border-top : 1px dotted #99c; color : #c0e9f0;
}
#comments dt.highlighted
{
padding : 8px; background : #fc0; border : 4px solid #fff;
}
#comments dd.highlighted
{
background : #fff; padding : 2px 8px;
}
#comments h3, #postComment h3
{
padding : 0; margin : 0 0 15px 0;   color:#ccc;
}
#postComment
{
background : #f2fafb; padding : 15px;
}
#postComment label
{
width : 320px; display : block; float : left; clear : both; margin : 5px 0 0 0;
}
#postComment input, #postComment textarea
{
margin : 5px 0 0 0; width : 347px;
}
#postComment textarea
{
height : 160px;
}
#postComment .button
{
padding : 5px; clear : both; width : 100px; margin : 10px 0 0 0;
}
#comments a
{
background: none;
}

.mailspace{
height:100px;
}

.col-mid .sponsors img.ml
{
margin-bottom : 4px; padding: 1px;  margin-right : 4px; overflow : hidden;
}
img a
{
border : none;
}
img
{
border : 1;
}


.posts {
 width:665px;
 margin:0px 0px 10px 0px;
 padding:0px;
float:left;
}
.post-head {
  background:url(images/topictitle.jpg) no-repeat;
  width:418px;
  height:33px;
  margin:0px 0px 0px 25px;
  padding:0px;
}
.post-head h2 {
  color:#444;
  margin:0px;
  padding:9px 0px 0px 15px;
  font:12px normal arial,verdana,tahoma;
}
.post-head h2 a {
 text-decoration:none;
}
.main-post {
  width:665px;
  margin:0px;
  padding:0px;
 float:left;
 background:#fff;
}
.postup {
  background:url(images/postbgup.jpg) no-repeat;
  width:665px;
  height:8px;
  margin:0px;
  padding:0px;
}
.itspost {
  float:left;
  background:url(images/postbg.jpg) repeat-y;
  width:665px;
  margin:0px;
  padding:5px;
  font:11px normal arial,tahoma,verdana;
  color:#444;
}
.postdown {
  background:url(images/postbgdown.jpg) bottom no-repeat;
  width:665px;
  height:8px;
  margin:0px;
  padding:0px;
  float:left;
}
.dpostings {
  width:480px;
  float:left;
  margin:0px;
  padding:10px;
  font:normal 12px verdana,arial,tahoma;
}
.dpages {
  width:635px;
  float:left;
  margin:0px;
  padding:10px;
  font:normal 12px verdana,arial,tahoma;
}

.smallinfo {
  width:124px;
  margin:15px 10px 0px 10px;
  padding:0px;
  float:left;
  background:#272727;
}
.sminfostop {
  background:url(images/smallinfotop.jpg) no-repeat;
  width:124px;
  height:7px;
  margin:0px;
  padding:0px;
}
.sminfos {
  background:url(images/smallinfo.jpg) repeat-y;
  width:124px;
  margin:0px;
  padding:0px;
}
.sminfos ul {
 list-style:none;
 margin:0px 0px 0px 6px;
 padding:0px;
 width:110px;
}
.sminfos li {
 list-style:none !important;
 color:#fff;
 font:11px normal arial,verdana,tahoma;
 margin:0px;
 padding:8px 7px 8px 14px;
 border-bottom:1px dashed #fff;
}
.sminfos li a{
  color:#fff;
  text-decoration:none;
}
.sminfos li a:hover{
  color:#fff;
  text-decoration:underline;
}
.sminfosdown {
  background:url(images/smallinfodown.jpg) bottom no-repeat;
  width:124px;
  height:7px;
  margin:0px;
  padding:0px;
}
.wrapsidebar {
 width:215px;
 margin:0px;
 padding:0px;
}
.sidetop {
 width:215px;
 height:34px;
 background:url(images/sideh2bg.jpg) no-repeat;
 margin:0px;
 padding:0px;
}
.sidemid {
 width:215px;
 background:#fff url(images/sidebarbg.jpg) repeat-y;
 margin:0px;
 padding:0px;
}
.sidebottom {
 width:215px;
 height:8px;
 background:url(images/sidedownbg.jpg) bottom no-repeat;
 margin:0px;
 padding:0px;
}



/* style for cart */

/*  Default css for eShop display */

 /* PANEL DIMENSIONS */
 /* you may need to adjust these figures to accomodate your product images*/
ul.eshoppanels li {
	min-height:200px;
	min-width:200px;
}

/* FLOATS & CLEARS */
ul.eshoppanels li, ul.eshop li a img, table.eshop img,
form.eshopform fieldset.eshoppayvia li label, .paginate ul li {
	float:left;
}
/* payment-via options on checkout page */
form.eshopform fieldset.eshoppayvia li label {
	float:left;
}
ul.eshop li, form.addtocart, .pagfoot {
	clear:left;
}

/* adjust to suit if you are using an Add To Cart image rather than a button */
form.eshop input.buttonimg {
	width:111px;
	height:33px;
	position:relative;
	top:10px;
}

/* COLORS */

/*********** TABLES ***************/
/* generic eshop table colors */
table.eshop,table.eshop th,table.eshop td {
	border:1px solid #676B7B;
}
table.eshop img {
	border:none;
}
table.eshop thead th,table.cart thead th {
	background:#fff;
	color:#404040;
}
table.eshop tbody th {
	background:#ccc;
}
table.eshop tr.alt {
	background:#EEEEF8;
	color:#606060;
}
table.eshop tr.alt a {
	color:#333;
}
/* shopping cart */
table.cart tr.stotal {
	background:#E6FDCD;
	color:#404040;
}
table.cart tr.total {
	background:#EFDEF1;
	color:#404040;
}

/*********** LISTS ***************/
/* generic eshop panel list colors */
ul.eshop li a img {
	border-width:1px;
	border-style:solid;
	border-color:#fff;
}
ul.eshop li a:hover img,ul.eshop li a:active img,ul.eshop li a:focus img {
	border-color:#0d0;
}
/* eshop panels with form */
ul.eshoppanels li form.addtocart {
	background:transparent;
	color:#404040;
	border:none;
}

/*********** A-Z LISTING ***************/
ul.eshopaz li a {
	border:1px solid #b5b5b5;
}
ul.eshopaz li.current a {
	border:1px solid #000;
}
ul.eshopaz li span {
 	color:#b5b5b5;
 	border:1px solid #b5b5b5;
}
ul.eshopaz li a:hover,ul.eshopaz li a:active,ul.eshopaz li a:focus {
	border:1px solid #060;
}
ul.eshopaz li a:active,ul.eshopaz li a:focus {
	background:#D1FDA5;
	color:#000;
}

/*********** FORMS ***************/
/* generic eshop form colors */
form.eshop input.button {
	background:#fff;
	color:#444;
        border:0px;
        font:bold 15px arial,verdana,tahoma;
}
form.eshop input.button:hover,form.eshop input.button:active,form.eshop input.button:focus {
	color:#404040;
        text-decoration:underline;
        font:bold 15px arial,verdana,tahoma;
}
form.eshop input.buttonimg {
	background:transparent;
	border:none;
}
form.eshop fieldset {
	background:#fff;
	color:#444;
	border:0px dashed #CFD0D6;
}
form.eshop fieldset fieldset {
	background:#fff;
}
form.eshop legend {
	background:#fff;
	color:#333;

}
form.eshop input,form.eshop textarea {
	background:#e7e7e7;
	color:#000;
	border:1px solid #ccc;
}
form.eshop input:focus,form.eshop textarea:focus,form.eshop input.focus,form.eshop textarea.focus {
	background:#f6f6f6;
	color:#404040;
	border-color:#444;
}
form.dlproduct label {
	color:#A22F2F;
}

/*********** OTHER ***************/
/* no bullets */
#content .eshop li,
#content ul.eshopfeatured li,#content ul.eshopfeatured li,#content ul.eshopsubpages li,
#content ul.eshoprandomlist li,#content ul.eshopshowproduct li,#content ul.eshoppanels li,
#content fieldset.eshoppayvia li,
#content .pagfoot ul li,#content ul.continue-proceed li {
	list-style-type:none;
	list-style-image:none;
}
/* pagination */
div.paginate ul li {
	background:#DEE0F1;
	color:#404040;
	border-width:1px;
	border-style:solid;
	border-color:#EAEAF6 #CECFDB #CECFDB #EAEAF6;
}
/* automatic redirect to paypal */
#process {
	background:#E6FDCD;
	color:#404040;
	 border:3px double #4EAB02;
}
/* errors & required */
.reqd,.error {
	color:#A22F2F;
}
/* credits */
.creditline {
	color:#969696;
}


/* LAYOUT */

/*********** TABLES ***************/
/* generic eshop table layout */
table.eshop {
	width:99%;
	border-collapse:collapse;
	line-height:1.3em;
}
table.eshop caption {
	margin-bottom:0;
	padding:2px 0;
	font-size:.9em;
}
table.eshop thead th {
	font-weight:bold;
	text-align:center;
}
table.eshop tbody th {
	text-align:left;
}
table.eshop td {
	padding:3px;
}
table.eshop .center {
	text-align:center;
}
table.eshop dfn {
	font-style:normal;
}
table.eshop img {
	margin:0 10px 0 0;
	vertical-align:top;
}
/* shopping cart */
table.cart td, table.cart th {
	padding:5px 8px;
}
table.cart td.amts {
	text-align:right;
}
table.cart td.cqty {
	text-align:center;
}
table.cart td.cqty input {
	text-align:right;
}
table.cart tr.stotal {
	text-align:right;
}
/* shipping rates */
table#eshopshiprates td {
	text-align:right;
}
table#eshopshiprates td.center {
	text-align:center;
}
table#eshopshiprates thead th, #zonelist thead th {
	padding:2px;
}
table#eshopshiprates {
	margin-bottom:10px;
}
#zonelist td {
	text-align:left;
}
#zonelist td.code,#zonelist td.zone {
	text-align:center;
}
.eshopzones label {
	display:inline;
}
.eshopzones .button {
	padding:0 5px;
}
/* eshop discounts */
table.eshopdiscounts thead th#ediscount {
	width:8em;
}
table.eshopdiscounts tbody th {
	text-align:center;
}
table.eshopdiscounts td.amts {
	text-align:right;
}
table.eshopdiscounts td.disc  {
	text-align:right;
}
.shipdiscount span {
	font-weight:bold;
}

/*********** LISTS ***************/
/* generic eshop listings */
ul.eshop {
	margin:0;
	padding:0
}
ul.eshop li {
	margin:0 20px 20px;
	padding:0;
	line-height:1.3em;
}
ul.eshop li a {
	display:block;
	margin:0 0 10px;
	padding:0;
	text-decoration:none;
}
ul.eshop li a img {
	margin-right:20px;
	margin-bottom:20px;
}
ul.eshop li a.itemref {
	font-size:1.3em;
}
/* eshop panel listings */
ul.eshoppanels li {
	clear:none;
	text-align:center;
}
ul.eshoppanels li a img {
	float:none;
	margin:0;
}
/* eshop panels with form */
ul.eshoppanels li form select,ul.eshoppanels li form.input {
	display:block;
	width:auto;
	margin:2px auto;
}
ul.eshoppanels li form.addtocart {
	width:auto;
	margin-top:0;
	padding:0;
}
/* featured product list with form*/
ul.eshopfeatured form.addtocart {
	clear:none;
}

/*********** A-Z LISTING ***************/
ul.eshopaz li {
	line-height:1.8em;
	list-style:none;
	display:inline;
	margin:0 1px 0 0;
}
ul.eshopaz li a {
 	display:inline;
	padding:1px 3px;
	margin:0;
}
ul.eshopaz li a:active,ul.eshopaz li a:hover,ul.eshopaz li a:focus {
	text-decoration:underline;
}
ul.eshopaz li span {
 	padding:1px 3px;
}

/*********** FORMS ***************/
/* generic form buttons */
input.button {
	width:auto;
	padding:2px 5px;
	margin-right:1em;
}
input.button:hover,input.button:active,input.button:focus {
	cursor:pointer;
}
/* generic form layout */
form.eshop  {
	width:96%;
	margin:0 auto;
	line-height:1.3em;
}
form.eshop label  {
	font-weight:bold;
}
form.eshop input,form.eshop textarea {
	font-size:1em;
}
form.eshop textarea {
	width:98%;
}
/* add to cart forms */
form.addtocart {
	width:99%;
	margin-top:20px;
	padding:5px;
}
form.addtocart fieldset {
	padding:10px;
}
form.addtocart select {
	width:auto;
	margin-right:20px;
}
form.addtocart span.sglprice {
	width:auto;
	margin-right:20px;
}
form.addtocart label {
	display:inline;
}
form.addtocart input.iqty {
	width:2.5em;
}
form.addtocart dfn {
	font-style:normal;;
}
/* downloads form */
form#eshopdlform fieldset {
	width:20em;
	margin:0 auto;
}
form#eshopdlform input#email,form#eshopdlform input#code {
	width:99%;
	font-size:.9em;
	margin:0 0 10px;
}
form#eshopdlform label {
	display:block;
	font-size:1em;
}
form#eshopdlform input.button {
	display:block;
	margin:0 auto;
}
/* download products page */
form.dlproduct {
	margin-bottom:20px;
}
form.dlproduct fieldset, form#dlall fieldset {
	padding:15px;
	margin-bottom:5px;
}
form.dlproduct .ro {
	width:2em;
	margin-right:10px;
}
form.dlproduct label {
	display:inline;
}

/*********** OTHER ***************/
/* cart options */
.cartopt {
	text-align:center;
}
.cartopt p {
	width:20em;
	margin:10px auto;
}
.cartopt label {
	display:inline;
}
.continue-proceed {
	margin:10px 0 0;
	padding:0;
	text-align:center;
}
.continue-proceed li {
	margin:0 10px;
	padding:0;
	display:inline;
}

/*Checkout confirmation with discount code (cart section only) */
.eshop_dcode {
	text-align:center;
	font-weight:bold;
}
.eshop_dcode span {
	font-size:1.2em;
}

/* Automatic redirect to paypal */
#process {
	 width:90%;
	 margin:10px auto 0;
	 padding:0 15px;
	 line-height:1.5em;
}
#process strong {
	font-size:1.2em;
}
#process em {
	 font-weight:bold;
	 font-style:normal;
}
#eshopgateway {
	text-align:right;
	padding-bottom:10px;
}

/* eshop widget */
p.eshopwidget span {
	font-size:2em;
	letter-spacing:.02em;
}

/* pagination */
.paginate {
	margin:5px 2px;
	font-size:90%;
}
.paginate p {
	padding:0;
	line-height:2em;
}
.paginate p span {
	font-weight:bold;
}
.paginate ul {
	margin:0;
	padding:0;
}
.paginate ul li {
	padding:0 4px;
	margin-right:5px;
}
.paginate ul li a {
	display:block;
}

/* downloads page */
p.jdl {
	text-align:center;
	font-size:1.2em;
}

/* more link */
a.eshopmore {
	display:block;
	text-align:right;
}

/* can be used to position text offscreen */
.offset {
}
/* credits */
.creditline {
	text-align:center;
	font-size:.7em;
}
												
.social {
 width:966px;
 background:#333;
 border-top:1px solid #fff;
 margin:0px;
 padding:0px;
 float:left;
}
.socialwrap {
 float:left;
 margin:0px;
 padding:0px;
}
.socialwrap h2 {
 color:#fff;
 font:bold 16px arial,verdanatahoma;
 margin:0px;
 padding:19px 10px 10px 25px ;
 float:left;
}
.socialwrap ul {
 margin:0px;
 padding:0px;
 float:left;
}
.socialwrap li {
 margin:0px;
 padding:0px;
 float:left;
 font:normal 12px arial,verdana,tahoma;
 color:#fff;
}
.socialwrap li a{
 margin:10px 0px 10px 5px;
 padding:10px 0px 0px 10px;
 float:left;
 font:bold 12px arial,verdana,tahoma;
 color:#fff;
}
.socialwrap li a img {
 margin:-8px 5px 0px 0px;
 padding:0px;
 float:left;
 font:normal 12px arial,verdana,tahoma;
 color:#444;
}
.socialwrap img {
 margin:0px;
 padding:0px;
}










