
html {
	height:100%;
	width:100%;
	padding: 0;
	margin:0;
}

body {
	background: #333;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 100.1%;
	padding: 0;
	margin:0;
	height:100%;
	text-align:left;
	width:100%;
}
a:link,a:visited {
  color:#000;
}
a:hover {
}
h1 {
	text-transform: uppercase;
	color: #df2929;
  /*  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    2px 2px 0 #000;*/
}
#default {
	
}
#wrapper {
	background-color:#fff;
	width:980px;
	height:100%;
	font-size:.8em;
	margin:0 auto;
}
#header {
	background-color: #df2929;
	height: 110px;
}
#header-logo {
  padding-left: 30px;
}
#header-text {
  text-align: right;
  text-decoration:none;
  color:#FFF;
  font-size: 13px;
  font-weight: bold;
	padding-right: 8px;
}

.gap {
	height: 8px;
}
#top {
	height: 38px;
	background-color: #000;
}

#left {
  text-align:left;
  width:200px;
  vertical-align:top;
  padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 3px;
}
#content {
  padding: 10px;
  text-align:left;
  vertical-align:top;
  height:75%;
}

#featured {
	width: 100%;
  border: 1px solid #000000;
  margin: 5px;
  padding: 5px;
}
#right {
  text-align:center;
  width:200px;
  vertical-align:top;
	padding-bottom: 10px;
}
#user1 {
	
}
#user2 {
	
}
#user6 {
	height: 38px;
	background-color: #000;
  text-decoration:none;
  color:#fff;
  text-align: right;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
#user8 {
  height: 38px;
  background-color: #000;
  text-decoration:none;
  color:#fff;
  text-align: right;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

#user49 {
	
}
#user49 .user4 {
  vertical-align: top;
	width: 200px;
}
#user49 .user9 {
  vertical-align: top;
}

#bottom {
}
#footer {
	color:#fff;
  padding:5px;
}

#copyright {
	
  background: #df2929;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZGIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ZjZGIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #df2929 0%, #df2929 60%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#df2929), color-stop(60%,#df2929), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(left, #df2929 0%,#df2929 60%,#ffffff 100%);
  background: -o-linear-gradient(left, #df2929 0%,#df2929 60%,#ffffff 100%);
  background: -ms-linear-gradient(left, #df2929 0%,#df2929 60%,#ffffff 100%);
  background: linear-gradient(to right, #df2929 0%,#df2929 60%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df2929', endColorstr='#ffffff',GradientType=1 );
	
  color: #FFF;
  text-align: center;
	height: 35px;
	font-size: 11px;
}
#copyright a:link, #copyright a:visited {
  color:#FFF;
}


.menu {
	list-style: none;
  padding:0;
  margin:0;
}
.menu li {
  float:left;
}
.menu a:link, .menu a:visited {
  display:block;
  width:163px;
  text-decoration:none;
  color:#fff;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
.menu a:hover,.menu a:active, .current {
  color:#FFF;
}

.top-menu {
	float: right;
}

#user6 .menu a:link, .menu a:visited {
  width:auto;
}
#user6 .menu li {
  padding: 0 8px;
}
#user8 .menu a:link, .menu a:visited {
  width: auto;
}
#user8 .menu li {
  padding: 0 10px 0 10px;
}

.breadcrumb {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  display: inline;
	padding: 1px;
}
.breadcrumb span {
  
}
.breadcrumb .pathway {
  
}

.btn-group {
	
}
.btn-group ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
	text-align: right;
}
.btn-group ul li {
  display: inline;
}
.btn-group ul li a {
  
}
.btn-group .print-icon {
  background: url("../images/system/printButton.png") no-repeat scroll left top rgba(0, 0, 0, 0);
  padding-left: 20px;
}
.btn-group .email-icon {
  background: url("../images/system/emailButton.png") no-repeat scroll left top rgba(0, 0, 0, 0);
  padding-left: 20px;
}
.pagenav {
  list-style: none outside none;
  margin: 10px;
  padding: 0;
  text-align: center;
}
.pagenav li {
	display: inline;
  padding: 0 5px;
}

.bottom {
	vertical-align: top;
	width: 16%;
}
.bottom h3 {
  margin: 0;
	padding: 0;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}
.menu_bottom {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu_bottom li {
  
}
.menu_bottom li a, .bottom .moduletable_contact, .bottom .moduletable_contact a {
	text-decoration: none;
  color: #000000;
  font-size: 11px;
  text-transform: none;
	font-weight: normal;
}
.menu_bottom li a:hover, .bottom .moduletable_contact a:hover {
	text-decoration: underline;
}
.menu_gap {
  margin-bottom: 8px;
}
.bottom .moduletable_contact p {
	margin: 0;
}
.bottom .moduletable_contact {
	margin-bottom: 20px;
}

.moduletable_headerlinks a {
	text-decoration: none;
}
.moduletable_headerlinks a:hover {
  text-decoration: underline;
}
.ari-image-slider-wrapper {
	margin-bottom: 10px !important;
}
.nivoSlider {
	box-shadow: none;
}
.nivo-controlNav {
  padding-top: 10px;
  position: absolute;
  right: 10px;
  top: 415px;
  z-index: 200;
}
.nivo-caption {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.35);
  bottom: auto;
  right: 12px;
	left: auto;
  top: 20px;
  width: 50%;
	opacity: .9;
}
.nivo-caption-content {
	font-weight: bold;
	text-transform: uppercase;
  font-size: 28px;
  color: #df2929;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    2px 2px 0 #000;
    text-align: right;
}
.nivo-controlNav a {
  background: url("../images/bullets3.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 20px;
  width: 15px;
}
.nivo-controlNav a.active {
  background-position: -15px 0;
}
.moduletable_dropdown #outerwrap {
	z-index: 100 !important;
}
.moduletable_dropdown #swmenu .item1, .moduletable_dropdown #swmenu .item1-active, .moduletable_dropdown #swmenu .item1-active:hover, .moduletable_dropdown #swmenu .item2 {
	text-transform: uppercase;
	font-weight: bold;
}
.ddmx a.item2-active, .ddmx a.item2 {
  min-width: 160px;
}
.moduletable_boxes .banneritem, .moduletable_boxes_new .banneritem {
	width: 232px;
	float: left;
	margin-bottom: 8px;
}
.moduletable_boxes .box_1 .banneritem {
  margin-right: 5px;
}
.moduletable_boxes .box_2 .banneritem, .moduletable_boxes .box_3 .banneritem {
  margin-left: 5px;
  margin-right: 6px;
}
.moduletable_boxes .box_4 .banneritem {
  margin-left: 5px;
}
.moduletable_boxes .bannerdescription, .moduletable_boxes_new .bannerdescription {
  background-color: #df2929;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
}
.moduletable_boxes .bannerdescription a, .moduletable_boxes_new .bannerdescription a {
	text-decoration: none;
  color: #fff;
}
.moduletable_boxes .bannerdescription a:hover, .moduletable_boxes_new .bannerdescription a:hover {
	text-decoration: underline;
  color: #fff;
}

.blognews-layout .item-image {
	float: left;
}
.blognews-layout .item-image img {
  border: 1px solid #000;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 200px;
	min-height: 150px;
}
.blognews-layout .items-row .item h2 {
  margin-top: 0;
}
.blognews-layout .clr {
	clear: both;
}
#content .blog h2 a, #content .blognews-layout h2 a {
	text-decoration: none;
}
#content .blog h2 a:hover, #content .blognews-layout h2 a:hover {
  text-decoration: underline;
}
.moduletable_fbbox {
	/*width: 150px;*/
	/*overflow: hidden;*/
}

.moduletable_headerlinks {
	position: relative;
}
.moduletable_headerlinks .fb_iframe_widget {
  position: absolute;
  right: 85px;
}
.moduletable_headerlinks .fb_iframe_widget span {
	width: 50px !important;
}
.moduletable_headerlinks .fb_iframe_widget iframe {
	width: 50px !important;
}

.contact_address_icon {
	width: 16px;
	height: 16px;
	background-image: url("../images/contacts/con_address.png");
	background-repeat: no-repeat;
}
.contact_phone_icon {
  width: 16px;
  height: 16px;
  background-image: url("../images/contacts/con_tel.png");
  background-repeat: no-repeat;
}
.formResponsive input {
  width: 250px;
}
.formResponsive textarea {
  width: 80%;
}

.search {
	padding-left:0px;
}
.search input.button {
	width:50px;
}

.warning {
	color:#ff0000;
	font-weight:bold;
}


.alert {
  background-color: #FFFFCC;
  border: 1px solid #FF0000;
  margin: 10px;
  padding: 5px;
}
.alert h4 {
	color: #FF0000;
	margin: 0;
}
.alert .close {
	float: right;
	cursor: pointer;
}
.alert-message {
  border: 1px solid #008800;
}
.alert-message h4 {
  color: #008800;
}


a.category:link, a.category:visited {
	font-weight:bold;
}

.moduletable_topmenu td {
	vertical-align:bottom;
	padding-bottom:10px;
	text-align:right;
}

.moduletable_topmenu a:link, .moduletable_topmenu a:visited {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

.moduletable_topmenu a:hover {
	color:#F8EE13;
}


a.readon {
	font-weight:bold;
}

a.readon:link, a.readon:visited {
	font-weight:bold;
}


.moduletable_topmenu li {
	display:inline;
	margin-left:20px;
}

.moduletable_topmenu {
	float:right;
	padding-right:10px;
	vertical-align:bottom;
	text-transform:uppercase;
}


#left .moduletable {
	padding:3px 0px 3px 0px;
	margin:4px 0px;
}

#left .moduletable a:link, #left .moduletable a:visited {
	text-decoration:none;
}


#left .moduletable h3 {
	margin:1px 0px 1px 0px;
	padding-bottom:2px;
	padding-left:3px;
	text-transform:uppercase;
}

#left .moduletable form {
	padding-left:5px;
}


#left input {
}

.form-login fieldset {
	padding-left:0px;
}


/* right */

#right .moduletable {
	padding: 10px 0;
	margin: 0;
}

#right .moduletable a:link, #right .moduletable a:visited {
	color:#fff;
	text-decoration:none;
}


#right .moduletable h3 {
	margin:1px 0px 1px 0px;
	padding-bottom:2px;
	text-transform:uppercase;
}

#right .moduletable form {
	padding-left:0px;
}


#right input {
}




h1.componentheading {
	margin:0px;
}

h2.contentheading {
}

#content h2 {
	padding-bottom:0px;
	margin-bottom:0px;
}
.actions {
	padding: 0px;
	margin: 0px;
	text-align: right;
	list-style: none;
}
.actions li {
	display:inline;
}
.actions img {
	border:0px;
}


body.contentpane {

width : auto;
margin : 10px;
line-height : 1.4em;
text-align: left;
}

/* TOC */
table.contenttoc{
	float: right;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	text-align:left;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

h3 {
	font-size:1.1em;
	font-weight:bold;
	margin:10px 0;
}

h4 {
	border:solid 0;
	color:#000;
	font-size:1em;
}

input:focus {
	border:solid 2px;
}

fieldset {
	border:0;
}

ol.list {
	list-style-position:inside;
	margin:20px 0;
	padding:0;
}

ol.list li {
	border-bottom:solid 1px #EFDEEA;
	margin:10px 0;
	padding:10px;
	background:#FBF7FA;
}

ol.list li h4 {
	border-bottom:solid 0 #CCC;
	color:#099;
	display:inline;
	margin:0 0 10px;
}

p {
	line-height:1.4em;
	margin:5px 0;
}

ul li a.u2:focus,p a.u2:active
{
	padding:0.5em;
	background-color:#000;
	color:#FFF;
	display:inline;
	height:2.5em;
	left:0;
	margin-top:0;
	padding-left:15px;
	position:absolute;
	top:0;
	width:13.8em;
}

.sectiontableheader {
	background-color:#08325C;
	color:#fff;
}

.sectiontableheader a:link, .sectiontableheader a:visited {
	text-decoration:none;
	color:#fff;
}

.sectiontableheader img {
	border:0px;
}


.sectiontableentry1 img, .sectiontableentry2 img {
	padding-right:5px;
	vertical-align:bottom;
}

.sectiontableentry1 {
line-height:15px;
vertical-align:middle;
}


.weblinks a:link, .weblinks a:visited {
	text-decoration:none;
}

.weblinks a:hover {
	text-decoration:underline;
	background-color:none;
}


.sectiontableentry2 {
	background-color:#ccc;
}






p.counter {
    color:#000;
    margin:10px 0;
    padding:5px;
    text-align:center;
}

p.buttonheading {
float:right;
text-align:right;
}

.buttonheading img
{
	border:0;
}

p.buttonheading a:link,p.buttonheading a:visited
{
	border:solid 2px #fff;
}

.leading {
}

.leading p.buttonheading a:link,.leading p.buttonheading a:visited
{
}

p.buttonheading a:hover
{
	background:none !important;
	color:#000 !important;
}

p.buttonheading a:active,p.buttonheading a:focus
{
border:solid 2px;
	color:#000;
}

em
{
	font-weight:bold;
}

/* articles */

.leading_separator
{border:solid 1px; display:none}
 .article_separator
{
	float:left;
    height: 10px;
    font-size:1px;
    padding:0 ;
 
}

.row_separator1 {display:none}

.blog { padding: 0;color: #222;   }

.cols1
{
	display: block;
    float: none !important;
    margin: 0 !important;
}

.cols2 { width: 46%; }
.cols3 { width: 50%; }

.column1 , .column2
{
	border: solid 0px #D4A7C5;
    margin: 0 0px 0 0;
    position: relative;
}

.column2 , .column1
{
	float: left;
    margin: 0;
}

.column2
{
    float: right;
    margin: 0;
    width: 46%;
}

.article_row
{
	width:100%;
    overflow: hidden;
    border-left:solid 1px #eee   ;
	border-top:solid 1px #eee  ;
}

.article_column
{
	border: solid 0px #ccc;
    padding:0px 0px 20px 0px;
}

.row_separator2
{
	display: block;
    clear: both;
    margin: 0;
    border: solid 0px;
}



.newsfeed_ul li {
	list-style:none;
}

.moduletable_footer {
	background-color:#000;
}

.moduletable_footer a:link, .moduletable_footer a:visited {
	color:#fff;
}


.moduletable_footer td {
	vertical-align:bottom;
	text-align:right;
}

.moduletable_footer a:link, .moduletable_footer a:visited {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	line-height:25px;
}

.moduletable_footer a:hover {
	color:#F8EE13;
}

#floatright {
	position:absolute;
	right:0;
	top:0;
	height:200px;
	width:15px;
	background-color:#000;
	z-index:99;
	
}

.moduletable_footer li {
	display:inline;
	margin-left:10px;
}

.moduletable_footer {
	padding-right:10px;
	vertical-align:bottom;
	text-transform:uppercase;
	text-align:center;
	height:25px;
	margin-right:180px;
	font-size:1.1em;
}


.moduletable_footer ul#mainlevel {
	padding:0px;
	margin:0px;
}

.moduletable_footer span.mainlevel {
	color:#fff;
	background-color:#fff;
	width:2px;
	margin-left:3px;
	margin-right:3px;
}

.moduletable_footer a#active_menu {
	color:#f8ee13;
}


.livemarks {
	background-color:#000;
}

.livemarks a:link, .livemarks a:visited {
	text-decoration:none;
}

.livemarks a:hover {
	text-decoration:underline;
}

.sitemap {
	padding-top:17px;
	padding-bottom:5px;
}

.sitemap .level_0 {
font-weight:bold;

}

.sitemap .level_0 ul {

	margin-bottom:10px;
}

.sitemap .level_1 {
font-weight:normal;
}

.moduletable_whosonline {
	padding-left:3px;
}

.topspace {
	line-height:5px;
	height:5px;
}

.pagination {
margin:10px 0;
padding:10px 0;
}

.pagination ul {
list-style-type:none;
margin:0 0 10px 0;
padding:0;
text-align:left;
text-align:center;
}

.pagination ul li {
display:inline;
padding:2px 5px 0;
text-align:center;
}

pagination ul li a {
padding:2px;
}
.productdetails-view .medium-image {
	max-width:530px;
}
.tip {
	font-size: 10px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 2px;
}
.product-description {
  padding-left: 15px;
  float:left;
  width:250px;
}
.main-image {
  /*same as .medium-image max width*/ 
  width: 500px;
  text-align: left;
}
.spacer-buy-area {
  padding-top:10px !important;
}
.buy-box {
}

.key label {
  width: 300px;
  white-space: nowrap;
}

.gallery .jg-header {
	font-size: 16px;
	font-weight: bold;
}

div.moduletable_homepage  {
	padding: 10px;
}

div.moduletable_homepage h3 {
	text-transform: uppercase;
	color: #df2929;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    2px 2px 0 #000;
	font-size: 20px;
	margin: 10px 5px;
}

.column-1 {
float: left;
width: 100%;
}

span.wf_caption {
	font-size: 10px;
	font-weight: bold;
}

.shop-categories ul {
  margin: 0;
  padding: 0;
}
.shop-categories ul li {
	box-shadow: 0 4px 4px #ed7676;
  background-color: #df2929;
  margin: 0 0 7px;
  padding: 2px;
  width: 180px !important;
}
.shop-categories ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.shop-categories ul li.active a {
  color: #000;
}
.shop-categories ul li a:hover {
  color: #000;
}
.hikashop_categories_listing_main .thumbnails {
  list-style: none;
}
.hikashop_categories_listing_main .hikashop_category {
  float: left;
}
.hikashop_product {
  float: left;
  width: 225px;
}
.hikashop_next_product {
  height: 19px;
  width: 19px;
}
.hikashop_previous_product {
  height: 19px;
  width: 19px;
}
.hikashop_cart .hikashop_product_price_full, #hikashop_checkout_page .hikashop_product_price_full {
	text-align: right !important;
}
.hikashop_cart .hikashop_cart_input_button {
  float: right;
}
#hikashop_checkout_page .hikashop_cart_product_price_value .hikashop_product_price_full {
	text-align: left !important;
}
#hikashop_checkout_page .hikashop_cart_tax_value {
  text-align: right;
}
#hikashop_checkout_page .hikashop_cart_total_value, #hikashop_checkout_page .hikashop_cart_shipping_value, #hikashop_checkout_page .hikashop_cart_coupon_value {
  text-align: right;
}
#hikashop_checkout_page h1 {
  font-size: 24px;
}
#hikashop_checkout_login .tip {
	display: none;
}
#hikashop_checkout_login #hikashop_checkout_login_left_part .add-on {
  display: block;
}
#hikashop_checkout_login .controls {
  padding-bottom: 7px;
}
#hikashop_shipping_methods legend, #hikashop_payment_methods legend {
	font-weight: bold;
}
.hikashop_products_pagination .list-footer a.pagenav, .hikashop_subcategories_pagination .list-footer a.pagenav {
  color: #df2929;
}
.hikashop_cart_module_shipping_value {
  color: #990000;
  font-weight: bold;
  text-align: right;
}
.usermenu a {
	color: #000 !important;
}
.usermenu a:hover {
	text-decoration: underline !important;
}

div#pad {
	height: 15px;
}

.menusparts {
	display: inline-block;
	list-style-type: none;
	text-align: left;
	padding-left: 0;
}

ul.menusparts li {
	box-shadow: 0 4px 4px #ed7676;
	background-color: #df2929;
	margin: 0 0 7px;
	padding: 2px;
	width: 180px !important;
}

ul.menusparts li a:hover {
    color: #000;
}
ul.menusparts li a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
div.shop-categories {
	margin-bottom: 0;
}
.hika_j2 .btn-success, .hikabtn-success {
    color: #fff;
    background-color: #df2929;
    border-color: #df2929;
}


.hika_j2 .btn-success:hover, .hikabtn-success:hover {
    color: #fff;
    background-color: #df2929;
    border-color: #df2929;
}
.hika_j2 .btn-success:focus, .hikabtn-success:focus {
    color: #fff;
    background-color: #df2929;
    border-color: #df2929;
}
