/*
Theme Name: SER2010
Theme URI: http://specialevents.on.ca/
Author: RCC Graphic Designs
Author URI: http://rccgd.com/
Version: 1.0
*/

/*********************************************
Default Styles
*********************************************/
body {
margin: 0 auto;
padding: 0;
background-color: #221D1B;
background-image: url('css/ser2010/images/Page-BgTexture.jpg');
background-repeat: repeat;
background-attachment: scroll;
background-position: top left;
}

hr {
margin: 15px 0;
border: none;
border-bottom: 1px solid #333;
}

/*********************************************
Universal Link Styles
*********************************************/
a {
text-decoration: underline;
color: #F2BE54;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}
a:hover {
text-decoration: underline;
}

/*********************************************
Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
color: #111;
}
h1 {
font-family: "Arial Black", Arial, Helvetica, Sans-Serif;
font-size: 1.9em;
line-height: 1em;
margin-bottom: 0.5em;
font-weight: bold;
text-transform: uppercase;
letter-spacing: -1px;
}
h2 {
font-size: 2em;
margin-bottom: 0.75em;
}
h3{
font-size: 1.5em;
line-height: 1;
margin-bottom: 1em;
}
h4,.hilite {
font-size: 1.2em;
line-height: 1.2;
margin-bottom: 1.2em;
font-weight:bold;
}
h5 {
font-size: 1em;
font-weight: bold;
margin-bottom: 0em;
}
h6 {
font-size: 1em;
font-weight: bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
margin: 0;
}

/*********************************************
Container Div
*********************************************/
/*
.builder-container-outer-wrapper {
background: transparent;
margin: 2em auto;
border: 0em solid #000;
display: block;
}
*/
.builder-container-outer-wrapper {
background: transparent;
margin: 0 auto;
border: 0em solid #000;
display: block;
}


/*********************************************
All Modules Default Definitions
*********************************************/
.builder-module {
margin-bottom:1em;
}

/* Make the module columns match height */
/* Removed until a better solution can be made as it causes problems with anchored links
.builder-module {
overflow: hidden;
}
.builder-module-block-outer-wrapper,
.builder-module-block {
margin-bottom: -9999px;
padding-bottom: 9999px;
}
*/

.builder-module-content {}
.builder-module-widget-bar {}
.builder-module-image {}

/*********************************************
Sidebars
*********************************************/
.builder-module-sidebar {
display:block;
width:100%;
color:#A8A69F;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
line-height: 150%;
}
.builder-module-sidebar .widget-wrapper {
width: 100%;
}
.builder-module-sidebar .widget {
padding: 1em 1em;
}
.builder-module-sidebar .widget a {
text-decoration: none;
}
.builder-module-sidebar .widget a:hover {
text-decoration: underline;
}
.builder-module-sidebar .widget h4 a {
text-decoration: none;
}
.builder-module-sidebar .widget h4 {
height: 30px;
color: #000000;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
white-space : nowrap;
padding: 0 6px;
line-height: 30px;	
}
.builder-module-sidebar .widget h4, .builder-module-sidebar .widget p, .builder-module-sidebar .widget ul, .builder-module-sidebar .widget ol, .builder-module-sidebar .widget img {
padding: 0 0 .8em 0;
}
.builder-module-sidebar .widget ul, .builder-module-sidebar .widget ol {
padding: 0;
margin: 0 1em .5em 1.5em;
list-style-type: square;
}
.builder-module-sidebar .widget a.rsswidget img {
display: none;
}

/*********************************************
Navigation Module
*********************************************/
#builder-module-4b6ee26be26a0 {
}

.builder-module-navigation {
display: block;
width: 100%;
font-size: 1em;
line-height: 2em;
background-color: #000000;
border-top: 1px solid #2B2A27;
/*
background-color: #DA9710;
background: url('css/ser2010/images/nav.png') repeat-x top left;
*/
}
.builder-module-navigation ul {
float: left;
display: block;
margin: 0;
padding: 0;
}
.builder-module-navigation li {
padding: 5px;
margin: 0;
}
/*
*/
.builder-module-navigation li a {
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
color: #A8A69F;
padding: 0 19px;
margin: 0;
text-align: center;
position:relative;
display: block;
overflow:hidden;
line-height: 32px;
height: 32px;
cursor: pointer;
text-decoration: none;
}
.builder-module-navigation li a:hover,
.builder-module-navigation li a.sfhover,
.builder-module-navigation ul li:hover>a {
color: #DA9710;
background: #333 url('css/ser2010/images/subitem-bg.png') repeat-x right top;
}

/* second level stuff */
/*
*/
.builder-module-navigation li ul {
width: 14em;
}
.builder-module-navigation li li {
/*
border-bottom:.1em solid #777;
*/
width: 14em;
margin: 0;
padding: 0;
}
.builder-module-navigation li li a {
float: none;
color: #FFF;
text-align: left;
line-height: 32px;
height: 32px;
background: url('css/ser2010/images/subitem-bg.png') repeat-x left top;
}
.builder-module-navigation li li a:hover,
.builder-module-navigation li li a.sfhover,
.builder-module-navigation ul li li:hover>a {
color: #000;
background: #333 url('css/ser2010/images/subitem-bg.png') repeat-x right 101%;
/*
*/
}
.builder-module-navigation li ul ul {
margin: -32px 0 0 14em;
}

/* menu extras */
.builder-module-navigation  .menu-separator
{
display: block;
width: 1px;
height: 30px;
background-image: url('css/ser2010/images/MenuSeparator.png');
clip: rect(auto, auto, auto, 934px);
}

/*********************************************
Widget Bar Module
*********************************************/
.builder-module-widget-bar {
/*
background: #DDD;
border-top:.1em solid #777;
border-bottom:.1em solid #777;
background-color: #332C28;
*/
color:#A8A69F;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
line-height: 150%;
}

/*********************************************
HTML Module
*********************************************/
.builder-module-html {
/*
background-color: #FFF;
border-top:.1em solid #777;
border-bottom:.1em solid #777;
*/
color:#A8A69F;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
line-height: 150%;
}
.builder-module-html .builder-module-element {
margin: 1em;
padding: 0px .8em .8em .8em;
}

/*********************************************
Footer Module
*********************************************/
.builder-module-footer .builder-module-element {
text-align: left;
/*
color: #333;
*/
color:#A8A69F;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
line-height: 150%;
}
.builder-module-footer .builder-module-element .alignleft, .builder-module-footer .builder-module-element .alignright {
padding: 1em;
}
.builder-module-footer .builder-module-element .alignright {
text-align: right;
}
.builder-module-footer .builder-module-element a {
/*
color: #333;
text-decoration: none;
*/
color: #F2BE54;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}
.builder-module-footer .builder-module-element a:hover {
/*
text-decoration: underline;
*/
color: #F6D084;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

/*********************************************
Content Module
*********************************************/
.builder-module-content {
/*
background: #FFF;
border-top:.1em solid #777;
border-bottom:.1em solid #777;
*/
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-align: left;
line-height: 150%;
color: #A5958D;
}
.page-title {
margin: 1em;
}
.post {
margin: 1em;
/*
background: #FFF;
*/
padding: 0px .8em .8em .8em;
}
/*
.post .thumbnail-wrap {
display: none;
}
.page .title {
display: none;
}
.post .date {
display: none;
}
*/
div.title.wrap {
border-bottom: 1px solid #333;
padding-bottom: 1em;
margin-bottom: 1em;
}
.post .post-title {
float: left;
padding: .5em 0px 0px 0px;
}
.post .post-title a {
text-decoration: none;
/*
color: #333;
*/
}
.post .post-title h3 {
font-family: "Arial Black", Arial, Helvetica, Sans-Serif;
font-size: 1.9em;
line-height: 1em;
margin-bottom: 0.5em;
font-weight: bold;
text-transform: uppercase;
letter-spacing: -1px;
}
.post .post-meta {
display: block;
clear:both;
}
.post .post-meta a {
text-decoration: none;
font-style:italic;
}
.post .post-meta a:hover {
text-decoration: underline;
}
.post .meta-bottom {
display: block;
}
.post img {
border: .2em solid #cfcfcf;
}
.post ul {
padding: 0;
margin: 0 1em .5em 1.5em;
list-style-type: square;
}
.post ul li {
line-height: 1.5em;
}

/*********************************************
Post Meta
*********************************************/
.meta-top {
clear: both; /* we need this so floats in the post are cleared */
}
.meta-bottom {
clear: both; /* we need this so floats in the post are cleared */
border-top: 1px solid #333;
margin: 10px 0px 25px 0px;
padding: 10px 0px 0px 0px;
}
.meta-bottom .alignleft {
width: 40%;
}
.meta-bottom .categories {
background: url('images/folder.png') 0px 0px no-repeat;
padding: 0px 0px 0px 1.5em;
}
.meta-bottom .comments {
background: url('images/comments.png') 0px 2px no-repeat;
padding: 0px 0px 0px 1.5em;
}
.photometa {
margin: 0px .5em 0px .5em;
padding: 0px 0px;
width: 100%;
}
.EXIF {
margin: -22px 0px 0px 10px;
padding: 0px 0px;
float: left;
width: 33%;
}
.photometa h4 {
border-bottom: 1px solid #666;
text-align: center;
margin: 0px;
padding: 0px;
}
.photometa ul {
list-style-type: none;
}

/*********************************************
Previous/Next Page Navigation
*********************************************/
.paging {
clear: both; /* To clear any floats */
margin: 0px 15px 0px 15px;
padding: .6em;
}

/*********************************************
Comments
*********************************************/
#comments {
margin: 0;
padding: 20px 10px;
}
#comments .title {
font-size: 25px;
margin: 0px;
padding: 15px 0px;
}
#comments ol.commentlist {
margin: 0px;
padding: 0px;
background: #fff;
}
#comments ul.children {
margin: 0px;
padding: 10px 0px 0px 20px;
}
#comments .vcard {
}
#comments .vcard .avatar {
display: block;
float: left;
margin: 0px;
padding: 0px 10px 0px 0px;
}
#comments .comment-meta {
padding: 0px 0px 20px 0px;
}
#comments li.even, #comments li.odd {
clear: both;
list-style-type: none;
margin: 5px 0px 5px 0px;
padding: 10px;
background: #FFFFFF;
overflow: hidden;
border: 1px solid #999;
}
#comments ul.children li {
}
#comments li.even {
margin: 5px 0px 5px 0px;
padding: 10px;
overflow: hidden;
}
#comments li.odd {
margin: 5px 0px 5px 0px;
padding: 10px;
overflow: hidden;
}
#comments blockquote {
margin: 10px 0px;
padding: 10px;
}
#comments .alert {
background: #fffbd6;
border: 1px solid #ebe067;
margin: 5px 0px;
padding: 5px;
}
#comments p {
margin: 0px 0px 10px;
padding: 0px;
}
#respond {
overflow: hidden;
padding: 10px;
}
#respond #commentform {
margin: 5px 0px 0px 0px;
padding: 0px;
overflow: hidden;
}
#respond #commentform #author, #respond #commentform #email, #respond #commentform #url {
width: 50%;
margin: 0px 0px 5px 0px;
padding: 5px;
}
#respond #commentform #comment {
width: 90%;
margin: 10px 0px 15px 0px;
padding: 5px;
}

/*********************************************
Text elements
*********************************************/
p {
margin: 0 0 1.5em;
}
p img.left {
float: left;
margin: 1.5em 1.5em 1.5em 0;
padding: 0;
}
p img.right {
float: right;
margin: 1.5em 0 1.5em 1.5em;
}
a:focus, a:hover {

}
a {
}
blockquote {
margin: 1.5em;
color: #666;
font-style: italic;
}
strong {
font-weight: bold;
}
em, dfn {
font-style: italic;
}
dfn {
font-weight: bold;
}
sup, sub {
line-height: 0;
}
abbr, acronym {
border-bottom: 1px dotted #666;
}
address {
margin: 0 0 1.5em;
font-style: italic;
}
del {
color:#666;
}
pre {
margin: 1.5em 0;
white-space: pre;
}
pre, code, tt {
font: 1em 'andale mono', 'lucida console', monospace;
line-height: 1.5;
}

/*********************************************
Lists
*********************************************/
li ul, li ol {
margin: 0;
}
ul, ol {
margin: 0 1.5em 1.5em 0;
padding-left: 3.333em;
}
ul {
list-style-type: disc;
}
ol {
list-style-type: decimal;
}
dl {
margin: 0 0 1.5em 0;
}
dl dt {
font-weight: bold;
}
dd {
margin-left: 1.5em;
}

/*********************************************
Tables
*********************************************/
table {
margin-bottom: 1.4em;
width:100%;
}
th {
font-weight: bold;
}
thead th {
background: #c3d9ff;
}
th, td, caption {
padding: 4px 10px 4px 5px;
}
tr.even td {
background: #e5ecf9;
}
tfoot {
font-style: italic;
}
caption {
background: #eee;
}

/*********************************************
Misc classes
*********************************************/
.small {
font-size: .8em;
margin-bottom: 1.875em;
line-height: 1.875em;
}
.large {
font-size: 1.2em;
line-height: 2.5em;
margin-bottom: 1.25em;
}
.hide {
display: none;
}
.quiet {
color: #666;
}
.loud {
color: #000;
}
.highlight {
background:#ff0;
}
.added {
background:#060;
color: #fff;
}
.removed {
background:#900;
color: #fff;
}
.first {
margin-left:0;
padding-left:0;
}
.last {
margin-right:0;
padding-right:0;
}
.top {
margin-top:0;
padding-top:0;
}
.bottom {
margin-bottom:0;
padding-bottom:0;
}

/*********************************************
Default styling for forms
*********************************************/
label {
font-weight: bold;
}
fieldset {
padding:1.4em;
margin: 0 0 1.5em 0;
border: 1px solid #ccc;
}
legend {
font-weight: bold;
font-size:1.2em;
}

/*********************************************
Form fields
*********************************************/
input[type=text], input[type=password], input.text, input.title, textarea, select {
background-color:#fff;
border:1px solid #bbb;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
border-color:#666;
}
input[type=text], input[type=password], input.text, input.title, textarea, select {
margin:0.5em 0;
}
input.text, input.title {
width: 300px;
padding:5px;
}
input.title {
font-size:1.5em;
}
textarea {
width: 390px;
height: 250px;
padding:5px;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
position:relative;
top:.25em;
}
form.inline {
line-height:3;
}
form.inline p {
margin-bottom:0;
}

/*********************************************
Success, notice and error boxes
*********************************************/
.error, .notice, .success {
padding: .8em;
margin-bottom: 1em;
border: 2px solid #ddd;
}
.error {
background: #FBE3E4;
color: #8a1f11;
border-color: #FBC2C4;
}
.notice {
background: #FFF6BF;
color: #514721;
border-color: #FFD324;
}
.success {
background: #E6EFC2;
color: #264409;
border-color: #C6D880;
}
.error a {
color: #8a1f11;
}
.notice a {
color: #514721;
}
.success a {
color: #264409;
}

/*********************************************
The Obligatory WP Styles
*********************************************/
img.drinkgirl {
z-index: -999;
position: relative;
top: 0;
right: 0;
}
img.noborder {
border: none;
}
.center {
display: block;
text-align: center;
}
.aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft {
float: left;
text-align: left;
}
.alignright {
float: right;
text-align: right;
}
img.alignleft {
margin: 0px .6em .6em 0px;
}
img.alignright {
margin: 0px 0px .6em .6em;
}
.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: .8em;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: .8em;
padding: 0 .3em .4em;
margin: 0;
}

/*********************************************
Featured Galleries
*********************************************/
div.art-Section-box {
background-repeat: no-repeat;
background-position: top center;
}
/*
.art-gal1 {
background-image: url('images/gallery/wedding.jpg');
}
.art-gal2 {
background-image: url('images/gallery/corp-events.jpg');
}
.art-gal3 {
background-image: url('images/gallery/sport-events.jpg');
}
.art-gal4 {
background-image: url('images/gallery/tradeshows.jpg');
}
.art-Section-box {
display: block;
height: 100%;
filter:alpha(opacity=70);
opacity: 0.7;
-moz-opacity:0.7;
cursor: pointer;
}
.art-gal1:hover {
background-image: url('images/gallery/wedding-on.jpg');
}
.art-gal2:hover {
background-image: url('images/gallery/corp-events-on.jpg');
}
.art-gal3:hover {
background-image: url('images/gallery/sport-events-on.jpg');
}
.art-gal4:hover {
background-image: url('images/gallery/tradeshows-on.jpg');
}
.art-Section-box:hover {
filter:alpha(opacity=100);
opacity: 1;
-moz-opacity:1;
}
*/
.art-gal1 {
background-image: url('images/gallery/wedding-pkg.jpg');
}
.art-gal2 {
background-image: url('images/gallery/corp-events-on.jpg');
}
.art-gal3 {
background-image: url('images/gallery/sport-events-on.jpg');
}
.art-gal4 {
background-image: url('images/gallery/tradeshows-on.jpg');
}
.art-Section-box {
filter:alpha(opacity=100);
opacity: 1;
-moz-opacity:1;
}
.art-Section-box a {
display: block;
width: 100%;
height: 100%;
}


/*********************************************
Social Icons
*********************************************/
.sersocial {
display: block;
width: auto;
height: 35px;
overflow: hidden;
}
.sersocial a {
display: block;
width: 35px;
height: 35px;
float: left;
clear: right;
margin-right: 5px;
/*
*/
}
.sersocial a.socialicon1 {
background: url('images/social/social-icons.png') 0 100% no-repeat;
}
.sersocial a.socialicon1:hover {
background: url('images/social/social-icons.png') 0 0 no-repeat;
}
.sersocial a.socialicon2 {
background: url('images/social/social-icons.png') -35px 100% no-repeat;
}
.sersocial a.socialicon2:hover {
background: url('images/social/social-icons.png') -35px 0 no-repeat;
}
.sersocial a.socialicon3 {
background: url('images/social/social-icons.png') -70px 100% no-repeat;
}
.sersocial a.socialicon3:hover {
background: url('images/social/social-icons.png') -70px 0 no-repeat;
}
.sersocial a.socialicon4 {
background: url('images/social/social-icons.png') -105px 100% no-repeat;
}
.sersocial a.socialicon4:hover {
background: url('images/social/social-icons.png') -105px 0 no-repeat;
}


/*********************************************
Products Styles
*********************************************/
#prodindex {
margin: 0 0 25px 0;
float: left;
background: #2B2A27 url('images/products/prodindex-iconlabels.png') 0 97% no-repeat;
padding: 2px;
padding-bottom: 20px;
}
.prodindex {
background-color: #ccc;
display: block;
margin: 1px;
padding: 0;
float: left;
clear: right;
width: 55px;
height: 55px;
border-bottom: 3px solid #1F1B18;
filter:alpha(opacity=60);
opacity: .6;
-moz-opacity:.6;
}
.prodindex:hover {
filter:alpha(opacity=100);
opacity: 1;
-moz-opacity:1;
}
.prodindex-label {
position: relative;
display: block;
margin: 0 14px 0 auto;
top: 79px;
width: 125px;
height: 25px;
background: url('images/products/prodindex-label.png') 0 0 no-repeat;
}
.prodicon1 {
background: url('images/products/prodindex.png') 0 100% no-repeat;
}
.prodicon2 {
background: url('images/products/prodindex.png') -55px 100% no-repeat;
}
.prodicon3 {
background: url('images/products/prodindex.png') -110px 100% no-repeat;
}
.prodicon4 {
background: url('images/products/prodindex.png') -165px 100% no-repeat;
}
.prodicon5 {
background: url('images/products/prodindex.png') -220px 100% no-repeat;
}
.prodicon6 {
background: url('images/products/prodindex.png') -275px 100% no-repeat;
}
.prodicon7 {
background: url('images/products/prodindex.png') -330px 100% no-repeat;
}
.prodicon8 {
background: url('images/products/prodindex.png') -385px 100% no-repeat;
}
.prodicon9 {
background: url('images/products/prodindex.png') -440px 100% no-repeat;
}

/*********************************************
Prod Cat Nav Styles
*********************************************/
.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
filter:alpha(opacity=100);
opacity: 1;
-moz-opacity:1;
}

/* ######### Default class for drop down menus ######### */
.prodcatmenu{
position: absolute;
left: 0;
top: 0;
display: none;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #2B2A27;
color: #FFF;
width: 200px; /* default width for menu */
}

.prodcatmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.prodcatmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #FFF;
}

.prodcatmenu a:hover{ /*hover background color*/
background: #DA9710;
color: #000;
}

/* ######### Alternate multi-column class for drop down menus ######### */
.prodcatmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
display: none;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

.prodcatmenucols li{
padding-bottom: 3px;
}

.prodcatmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.prodcatmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/* ######### class for shadow DIV ######### */
.prodcatshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
display: none;
}


/*********************************************
Shopping Cart Styles
*********************************************/
fieldset.eshop.fld1 {
background: none;
border: none;
}
fieldset.eshop.fld1>legend {
font: 2em "Palatino Linotype",Georgia,"Times New Roman",Times,Serif;
font-weight: bold;
background: none;
border: none;
}
fieldset.eshop.fld2,fieldset.eshop.fld6 {
background-color: #332C28;
}
fieldset.eshop.fld6 {
display: none;
}
form.eshop small {
font-size: 0.8em;
}
div.custdetails small.privacy {
display: none;
}

form.eshop input,form.eshop select,form.eshop textarea,
fieldset.eshop input,fieldset.eshop select,fieldset.eshop textarea {
padding: 5px;
}
ul.eshopw_panels {
margin: 0;
}
ul.eshopw_panels li {
display: block;
list-style: none;
text-align: left;
}
form.eshop table,table.eshop,form.eshop caption {
border: none;
}
.eshopform {
background: none;
}
table.eshop tr th,table.eshop tr td {
border: none;
}
.eshop caption {
background-color: #DA9710;
color: #000;
}
.eshop tr.thead th {
border-bottom: 1px solid #DA9710;
}
.eshop tr.thead th,.eshop tr.stotal th {
background-color: #332C28;
color: #FFDE9F;
}
.eshop tr.tbody td {
background-color: #332C28;
color: #FFF;
}
.eshop tr.stotal td {
background-color: #EFEFEF;
color: #000;
}
.eshopwidget {
display: inline;
}
.eshopw_prod li {
list-style: none;
margin-top: 25px;
}
.eshopwidgetlinks {
display: inline;
float: right;
clear: left;
}
.eshopsku {
text-align: right;
font-size: 80%;
}
ul.eshop.eshopsubpages {
margin: 0 -20px 0 -20px;
padding: 0;
}
.eshopsubpages li {
list-style: none;
border: 1px solid #50453F;
background-color: #332C28;
clear: both;
height: 80px;
overflow: hidden;
}
.eshopsubpages li p,.eshopshipping,p.eshopshipping {
display: none;
}
.eshopsubpages a.itemref {
}
.eshopsubpages a.eshop_prod_title {
padding: 5px;
width: 400px;
float: left;
clear: both;
}
.eshopsubpages a.eshop_prod_img {
padding: 0;
margin: 0;
margin-right: -20px;
float: right;
}
.eshopsubpages a.eshop_prod_img img {
border: none;
width: 80px;
height: 80px;
}
div#process {
border: 3px solid #2B2A27;
background-color: #333333;
color: #CCCCCC;
}

/*********************************************
Slider Styles
*********************************************/
p.clr,
.clr { clear:both; padding:0; margin:0; background:none;}
#slider { width:300px; padding:0; margin:20px auto 0 auto;}
div#slideshow { float:left; width:100%; height:300px; text-align: center;}
.slider-item { width:100% !important; height:300px;}
.slider_content_inner img { border:none;}
.controls-center { width:300px; margin:0 auto 0 auto;}
#slider_controls { position:relative; background:url('images/tabs_bg.gif') center no-repeat; margin:10px auto -10px auto; z-index:1000; width:106px; height:24px;}
#slider_controls ul { margin:0; padding:0 3px; width:100px; list-style:none; display:block;}
#slider_controls ul li { width:16px; height:16px; float:left; display:block; padding:0 2px; margin:4px 0 0 0 !important; margin: 0;}
#slider_controls ul li a { width:16px; height:16px; background:url('images/tabs_2.gif') no-repeat center center; display:block; padding:0; margin:0; outline:none;}
#slider_controls ul li a:focus { outline:none;}
#slider_controls ul li a:hover,
#slider_controls ul li a.activeSlide { background:url('images/tabs_1.gif') no-repeat center center;}

/*********************************************
Custom Styles
*********************************************/
#searchform {
text-align: center;
}
#searchform label {
display: none;
}
#searchform input#s {
width: 205px;
padding: 5px;
}
.faq_build_default input.faq_build_text_small,
.faq_build_default select.faq_build_select_small {
padding: 5px;
margin-left: 5px;
}
.faq_build_default select.faq_build_select_small {
margin-right: 5px;
}

span.serform {
float: right;
clear: left;
height: 20px;
width: auto;
padding-left: 23px;
background: url('images/email.png') top left no-repeat;
}

div#prevnext,.backlink,div#prev-arrow,div#next-arrow {
background: none;
}
#albumlist div.album {
background-color: #332C28;
border: 1px solid #50453F;
}
#albumlist img.image,#thumbsnarrow img {
border: 3px solid #50453F;
}
#thumbsnarrow,img.big {
margin: 0 auto;
margin-bottom: 25px;
}
#albumlist img.image:hover {
border: 3px solid #1F1C1B;
}
#thumbsnarrow img:hover {
border: 3px solid #332C28;
}
img.big {
margin: 0 auto;
}

.ser-feature {
text-align: center;
margin-top: 10px;
}

span.displaying-num {
display: block;
text-align: right;
/* border-top: 1px solid #333; */
margin-bottom: 15px;
font-style: italic;
}
.paginate {
/* padding-top: 25px; */
}
ul.page-numbers {
list-style: none;
}

div.wppa-box-text p.wppa-black { color: white; }

