/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Style Style Sheet - Defines the main look like colors and backgrounds
 * Not all style related CSS is included, only colors and backgrounds which may change for different theme styles
 */


/* Base
----------------------------------------------------------------------------------------------------*/
ul{
	margin: 0;
	padding: 0;
}
ul li{
	list-style: none;
}

.date-time{
   
}
p{
 font-size:13px;	  
 cursor: default;
}
 
#sidebar-a .module .module-title,#innertop .module .module-title,#bottom-a .module-title{
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    line-height: 17px;    
}
.catItemIntroText img{
	margin-bottom:10px; 
}
#content img {
    border: 1px solid #E1E1E1;     
    padding: 5px;     
}

.four, .row .four {
    width: 33.3333%;
}

.font-icons ul li {
    float: left;
    width: 33%;
}
.the-idas > li >i{
	font-size: 20px;
    line-height: 20px;
    padding: 10px;
}
.the-idas > li{
	font-style: italic;
	font-size: 13px;
}

/* Layout
----------------------------------------------------------------------------------------------------*/
#header #headerbar{
	float: left;
}
#headerbar #logo img{
	margin-top:-5px;
	width: 100%!important;
	 
}
#menubar{
	float: left;
}
#sidebar-b {
    background: url("../images/bg-left.png") repeat-y scroll 112% 0 #FFFFFF;     
}

#maininner .mod-box {
    padding-right: 0;
}

/* Menus
----------------------------------------------------------------------------------------------------*/
.menu-dropdown a.level1, .menu-dropdown span.level1 {
    color: #ccc;
    font-size: 12px;    
}

.mn-arrow {
    background: url("../images/bg-submn.png") no-repeat scroll 20px 0 transparent;
    display: block;
    height: 9px;
    width: 60px;
}
.menu-dropdown li.level2 {
  	border-bottom: 1px solid rgba(0, 0, 0, 0.7);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    margin: 0 3px;
}

.menu-dropdown li:last-child.level2{
	border-bottom: medium none;
    box-shadow: none;
}

.menu-dropdown li.level2 .ida-home {
    display: none;
    height: 0;
    left: 0 !important;
    width: 0;
}
.menu-dropdown li.level1:first-child a i{
	font-size: 20px;
    left: 13px;
    position: absolute;
    top: 10px;
}
.menu-dropdown li.level1:first-child > a > span{    
    padding-left: 0;
}

.menu-line{
	margin-left: 0;
}
.menu-line, .menu-line li, .menu-line li a {
	color: #CCCCCC;
    font-family: aller,arial;
    font-size: 12px;
    line-height: 35px;
}
#toolbar{
	background: #000;
}
.menu-line, .menu-line li, .menu-line li a :hover{
	color: #A16177;
}	
#menubar{
	width:100%;
    margin: 0 15px;
    
}
.menu-dropdown > li > a > span{
	line-height: 40px!important;
}


.menu-dropdown .dropdown {    
    top:28px !important;
}
.dropdown-bg ul li span{
	color: #ccc;
	text-shadow: 0 0 1px #000;
}
.menu-dropdown a.level2,
.menu-dropdown span.level2 { 
	color: #FFFFFF;
    font-family: opensanslight;
    font-size: 14px;
    padding-left: 10px;
}
.menu-dropdown li.level2 .level2 span.title {
    line-height: 21px;
}
.menu-dropdown li.level2 .level2 span.subtitle {
    font-family: arial;
    font-size: 11px;
    line-height: 15px;
}


.menu-sidebar span{
	color: #808080;
}
/* Set Hover */
.menu-dropdown a.level2:hover { color: #fff; }
.menu-dropdown a.level3{
	font-size: 12px;
    line-height: 19px;
    padding-left: 18px !important;
}
/* Set Hover */
.menu-dropdown a.level3:hover { color: #fff; }

/* Modules
----------------------------------------------------------------------------------------------------*/


/*GT-Tool Bar*/
.gt-toolbar{
	background: none;
  	height: 32px;
}
.gt-main{
	background: none repeat scroll 0 0 #FFFFFF;
	
    
}
/*Date On Top Left*/
.dateontop{
	height: 30px;
}
.dateontop ul{
	font-family: champagne;
	margin: 0;
	padding: 0;
	
}
.dateontop ul li{
	float: left;
    list-style: none outside none;
    margin-right: 5px;
}
 
/*Search Module*/
.searchbox {	 
    padding: 0 25px;     
	background: url(../images/searchbox_magnifier.png) 0 50% no-repeat;
}
#search {      
    display: block;
    float: right;
    height: 40px;
    margin-right: 20px;
}
#search form{
	margin: 0;
}
.searchbox input {
    background: none repeat scroll 0 0 transparent !important;
    border:1px solid #ededed;     
    border-radius:0;
    font-family: opensanslight,arial;
    -o-border-radius:  0;
	-ms-border-radius: 0;
	-khtml-border-radius: 0;
     -webkit-border-radius:  0; 
     -moz-border-radius: 0;
    box-shadow: none;
    color: #808080;    
    font-size: 13px;
    height: 29px;
    margin-top: 7px;
    padding-left: 10px;
    width: 140px;    
}
.searchbox .results {
	color: #444;
	z-index: 10000;
}

/* Slider*/
.camera_caption{
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
    height: 100px;
}

.camera_caption p{
	font-family:  aller,arial;
    font-size: 14px;
    height: 43px;
    line-height: 23px;
    margin-top: -10px;
    overflow: hidden;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.camera_wrap {   
    margin-bottom: 0 !important;   
}

.camera_prev > span {
    background: url("../images/camera_skins.png") no-repeat scroll 0 0 #2E2E2E;
}
.camera_next > span {
	background: url(../images/camera_skins.png) no-repeat -40px 0 #2E2E2E;
}
.camera_wrap:before,
.camera_wrap:after{
	content: '';
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left:  20px;
	width: 50%;
	height: 20%;
	border-radius: 10px/90px;
	box-shadow: 0 15px 10px rgba(0,0,0,0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.camera_wrap:after {
	right: 20px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

 
.kcat-topics,.kcol-mid, .kcol-knoposts{
 	 
}

/*X tab*/

.xt-wrapper.style1 {
	border: none!important;     
}
.style1 .xt-nav ul li a, .style1 .xt-nav ul li.last a.current { 
    color: #808080;
    font-family:  aller,arial;
    font-size: 13px;
    font-weight: normal;   
   
}
.style1 .xt-nav ul li a {
   
    text-shadow: 0 1px #FFFFFF;
}

.style1.xt-wrapper .xt-pane {    
    padding: 15px 0!important;
}

.style1 .xt-nav.top ul{
	 
	border-top:none !important;
}
.style1 .xt-nav ul li a, .style1 .xt-nav ul li.last a.current{
	border-right: none!important;
}
.specnews ul li:first-child{
	margin-left: 0;
}
.nspMainPortalMode3 .nspTitleTab {       
    cursor: pointer;
    height: 47px;
    line-height: 42px;
    margin-bottom: 2px;    
    position: relative;
    z-index: 2;
}

/*Footer */
#footer {
    margin: -5px;
}
.footer{
	background: #2f3336;
}
.gt-bottom-b{
	background: #FBFBFB;
    border-top: 1px solid #CCCCCC;
    position: relative;
}

.footer ul li.f-widget {
    float: left;
    
    
     
}
.footer ul li:first-child .f-widget{
	margin-left: 0;
}
.f-widget h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    text-transform: uppercase;
}
.f-widget li a{	 
	font-size: 13px;
	color: #333;
	text-shadow: none;
}
.f-widget li p a {
    color: #333;
    font-family: aller,arial;
    font-size: 12px;
}

.f-widget p{
	color: #555555;
    font-size: 12px;
    margin-top: -5px;
    text-shadow: none;
} 
	
.ct-map .ic-map, .ct-map .ic-phone, .ct-map .ic-email {    
    display: block;     
    position: absolute;    
    font-size: 26px;
    line-height: 26px;   
}
.map-br {
    background: url("../images/bg-shadow.png") no-repeat scroll center bottom transparent !important;
    height: 15px;
    width: 100%;
    display: block;
    
}
.ct-map {
	margin-bottom: 10px;    
}
.ct-map ul li{	 
    font-size: 13px;
    padding-left: 35px;
}

.gt-footer{
	background: none repeat scroll 0 0 #2F2F2F;
    border-top: 1px solid #343434;
    margin-bottom: -30px;
}
.gt-footer ul{
	min-height: 50px;
}
.cr-info p{
	color: #666666;
    font-size: 12px;
    opacity: 0.5;
    text-shadow: none;
}
.social ul li {
    background: none repeat scroll 0 0 rgba(65, 65, 65, 0.45);
    border-radius: 20px 20px 20px 20px;
    -o-border-radius:   20px 20px 20px 20px;
	-ms-border-radius:  20px 20px 20px 20px;
	-khtml-border-radius:  20px 20px 20px 20px;
     -webkit-border-radius:   20px 20px 20px 20px; 
     -moz-border-radius:  20px 20px 20px 20px;
    float: left;
    height: 21px;
    margin-right: 5px;
    padding: 5px 9px;
    width: 14px;
}

/*K2 Blog*/
.k2Avatar img{
	margin: 4px 20px 4px 0 !important;
}
div.itemAuthorBlock img.itemAuthorAvatar{
	width: 10%!important;
}
 div.k2LatestCommentsBlock ul li {
    border-bottom: 1px dashed #CCCCCC;
    padding-bottom: 10px;
    padding-top: 15px;
}
div.k2LatestCommentsBlock ul li.lastItem {
	border-bottom: medium none;
    padding-bottom: 0;
}

div.k2LatestCommentsBlock ul {
	padding-left: 0;
}
.even {
	background: none;
}
div.tagItemIntroText img {
	width: 100%;
}
.k2Avatar img {

    margin: 4px 20px 4px 0 !important;

}
.hd-left{
	height: 57px;
    margin-top: 12px;
    padding: 7px 7px 0;
    position: absolute;
    width: 77px;
	-webkit-box-shadow:  2px 2px 4px 1px rgba(0, 0, 0, 0.1);
     -moz-box-shadow:     2px 2px 4px 1px rgba(0, 0, 0, 0.1);
    box-shadow:  2px 2px 4px 1px rgba(0, 0, 0, 0.1);
}
.hd-right{
	padding-left: 90px;
}

.hd-left .catItemCommentsLink {
 	border: 0 none;
    font-family: aller,arial;
    font-size: 12px;
    opacity: 0.75;
    position: absolute;
    top: 36px;
    width: 74px;
}
.hd-left .itemDate .date {
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 164%;
    font-weight: bold;
    line-height: 20px;
    margin-right: 5px;
    text-align: center;
    text-shadow: none !important;
    text-transform: uppercase;
}
.hd-left .itemDate .month, .k2-latest .itemDate .year {
    color: #fff;
    display: block;
    font-size: 64%;
    letter-spacing: 1px;
    line-height: 1;
    padding: 1px 0;
    text-align: center;
    text-transform: uppercase;
}
.hd-left .itemDate .month-year {
	display: block;
    float: right;
    margin-top: -20px;
}

  .hd-left.itemDate .month,
  .hd-left .itemDate .year {
  color: #fff;
  display: block;
  font-size: 54%;
  letter-spacing: 1px;
  line-height: 1;
  padding: 1px 0;
  text-align: center;
  text-transform: uppercase;
}
 .hd-left div.catItemHeader h3.catItemTitle {
	border-bottom: medium none !important;
}

div.catItemHeader h3.catItemTitle a{
	color: #747474;
    font-size: 17px;	 
}

div.catItemHeader span.catItemAuthor { 
    font-family: champagne;
}
.itemIntroText p span{
	color: #808080 !important;
    font-size: 13px !important;
}
.catItemIntroText p span{
	color: #808080 !important;
    font-size: 13px !important;
} 
.itemFullText p span{
	color: #808080 !important;
    font-size: 13px !important;
}
.itemFullText img{
	width: 100%;
}

div.itemRelated {
	font-size: 13px;
    float:left;
    width: 50%;
    
}
div.itemAuthorLatest {
	font-family: aller,arial;
    font-size: 13px;         
}
div.catItemIntroText img {
	width: 100%;
}

div.catItemCategory span {    
     font-family: champagne;
    
}

div.catItemCategory a {
    font-family: aller,arial;
}
.itemToolbar .itemAuthor{
	font-family: champagne;
    font-size: 14px;
}
div.itemToolbar{
	 padding: 2px 0 !important;
	 background:none!important;
	 border-bottom:none!important;
	 border-top:none!important;
	 margin: 0!important;
	 
}
div.itemToolbar ul li a#fontDecrease img {
    background-position: 0 10px !important;
    border: medium none !important;
    height: 23px !important;
    position: relative;
    width: 13px !important;
}
div.itemToolbar ul li a#fontIncrease img {
    background-position: 0 10px !important;
    border: medium none !important;
    height: 23px !important;
    position: relative;
    width: 13px !important;
}
#fontDecrease img, #fontIncrease img {
    margin-top: 5px;
}
div.itemToolbar ul li a {
    font-family: aller,arial;
    font-size: 12px;
    font-weight: normal;
}
div.itemToolbar ul li {
    font-family: champagne;
    font-size: 14px;
    list-style: none outside none;
    text-align: center;
}


div.itemCategory span {
    color: #555555;
    font-family: champagne;
    font-size: 16px;
    padding: 0 4px 0 0;
}
div.itemCategory a {
    font-family: aller,arial;
    font-size: 14px;
}
div.itemAuthorLatest h3,div.itemRelated h3 {
    font-family: champagne;
}


div.itemCategory {
    border-bottom: 1px dashed #CCCCCC;
    padding: 4px;
}
 
div.itemNavigation span.itemNavigationTitle {
    color: #999999;
    font-family: champagne;
    font-size: 18px; 
}
 
div.itemNavigation a.itemPrevious {padding:0 12px; font-family: aller,arial;}
div.itemNavigation a.itemNext {padding:0 12px; font-family: aller,arial;}


div.itemCommentsForm p.itemCommentsFormNotes {
    border-top: 1px dashed #CCCCCC;
    font-family: champagne;
    font-size: 15px;
}
div.itemCommentsForm form label.formComment {
    display: block;
    font-family: aller,arial;
    margin: 12px 0 0 2px;
}
div.itemCommentsForm form textarea.inputbox {
    background: none repeat scroll 0 0 #444444;
    border: medium none;
    display: block;
    font-family: champagne;
    font-size: 15px;
    height: 160px;
    margin: 0;
    width: 350px;
}
div.itemCommentsForm form label.formName {
    display: block;
    font-family: aller,arial;
    margin: 12px 0 0 2px;
}
div.itemCommentsForm form label.formEmail {
    display: block;
    font-family: aller,arial;
    margin: 12px 0 0 2px;
}

div.itemCommentsForm form label.formUrl {
    display: block;
    font-family: aller,arial;
    margin: 12px 0 0 2px;
}

div.itemCommentsForm form input.inputbox {
    background: none repeat scroll 0 0 #444444;
    border: medium none;
    display: block;
    font-family: champagne;
    font-size: 15px;
    margin: 0;
    width: 350px;
}
span.itemHits {
    float: left;
    font-family: aller,arial;
}
span.itemDateModified {
    font-family: champagne;
    font-size: 15px;
}
div.itemContentFooter {
    border-top: 1px dashed #DDDDDD;
    color: #999999;
    display: block;
    margin: 16px 0 4px;
    padding: 4px;
    text-align: right;
}

div.catItemCommentsLink a {
	color:#999;
    font-family: aller,arial;
}
div.catItemReadMore a {
	color:#999;
    font-family: aller,arial;
}
div.catItemTagsBlock span,div.catItemCategory span {    
    color: #707070;
    font-family: champagne;
    padding: 0 4px 0 0;
}

div.catItemTagsBlock ul.catItemTags li a {
    font-family: aller,arial;
}
div.k2LatestCommentsBlock ul li span.lcUsername {
    font-family: champagne;
}

div.k2LatestCommentsBlock ul li a {
    font-family: arial;
    font-size: 12px;
}
div.k2LatestCommentsBlock ul li span.lcCommentDate {
    color: #999999;
    font-family: champagne;
}
div.catItemHeader span.catItemAuthor a {
	font-family: aller,arial;
	font-size: 12px;
}

div.itemComments {
    background: none repeat scroll 0 0 #333; 
    padding: 16px;
}

div.itemNavigation {
    background: none repeat scroll 0 0 #333;
    border: medium none;
}
.itemComments .odd {
    background: none repeat scroll 0 0 #444444;
    border: medium none !important;
}
div.itemComments ul.itemCommentsList li{
	border: none;
}
div.itemComments ul.itemCommentsList li p{
	text-shadow: none;
}

div.itemCommentsForm p.itemCommentsFormNotes {
    border-top: none;
    text-shadow: none;
}
div.itemAuthorLatest ul li a,div.itemRelated ul li a {
    color: #808080;
    font-family: aller,arial;
    font-size: 12px;
}


a.swShowPage:hover, a.swShowPage.active {
    background-color: #FF6600;
}
a.swShowPage {
    background-color: #808080;
    border-radius: 8px 8px 8px 8px;
    -o-border-radius:  8px 8px 8px 8px;
	-ms-border-radius: 8px 8px 8px 8px;
	-khtml-border-radius: 8px 8px 8px 8px;
     -webkit-border-radius:  8px 8px 8px 8px; 
     -moz-border-radius: 8px 8px 8px 8px;
    float: left;
    height: 8px;
    margin: 4px 3px;
    text-indent: -9999px;
    width: 8px;
}

div.itemBackToTop {
    border: medium none;
    display: none;
    text-align: right;
}
div.groupPrimary {
    margin: 0 15px;
}
div.catItemCategory,div.catItemTagsBlock{
	border: none;
}
/*Joomla Content*/
#system .item > .links a {
    margin-right: 15px;
    font-family: aller,arial;
}
/*Forum*/
#Kunena .path-element-first{
	background: url(../images/homeforum.png) no-repeat !important;
}

#Kunena a.close{
	background-color: #333333 !important;
    margin: 7px;
}
.kforum-pathway{
	background:-moz-linear-gradient(center top , #FFFFFF 0%, #F3F3F3 100%) repeat scroll 0 0 transparent;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(center top,  #ffffff 0%, #f3f3f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
	
}
#Kunena .kforum-pathway, #Kunena .kforum-pathway-bottom{
	background-color:rgba(255,255,255,0.5);	
	background:-moz-linear-gradient(top,  #fff 0%, #f3f3f3 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3));
	background:-webkit-linear-gradient(top,  #fff 0%,#f3f3f3 100%);
	background:-o-linear-gradient(top,  #fff 0%,#f3f3f3 100%);
	background:-ms-linear-gradient(top,  #fff 0%,#f3f3f3 100%);
	background:linear-gradient(top,  #fff 0%,#f3f3f3 100%)
}

#Kunena span.kcat-topics, #Kunena span.kcat-replies {
    color: #999;
    font-size: 14px!important;
}
#Kunena .kforum-headerdesc {
    background-color: #FFFFFF;    
    color: #808080;
}
#Kunena #ktab a{
	border-radius:0!important; 
}

#Kunena #ktop span.ktoggler {
    background-color: #FFFFFF !important;
}
#Kunena div.kmsg-header-left span.kmsgdate-left {
	font-family:champagne !important;
    float: none;
    padding: 0 0 5px;
}

#Kunena div.kmsg-header-left span.kmsgdate-left {
    float: none;
    font-family: champagne;
    padding: 0 0 5px;
}

#Kunena .kpost-profile span.kavatar img, #Kunena .kprofilebox .kavatar {
    
}
#Kunena span.kavatar img {
    
    margin: 5px;
    max-height: 150px;
    max-width: 100px;
    padding: 1px;
}
#Kunena div.kmsgbody div.kmsgtext {
    font-family: arial;
    overflow: hidden;
    word-wrap: break-word;
}
#Kunena .kforum-headerdesc {
	font-family:arial;
    background-color: #FFFFFF;    
    color: #808080;
}
#Kunena div.kthead-desc, #Kunena div.kthead-moderators {
    clear: left;
    font-size: 12px !important;
    line-height: 20px;
}
#Kunena #ktab a span {
    color: #FFFFFF;
    font-family: OpenSansLight,Arial;
}
#Kunena div.kthead-title a {     
    font-size: 14px;    
}
 
#Kunena #ktab a span:hover{
	color: #fff!important;
}
#Kunena td, #Kunena table, #Kunena th, #Kunena div, #Kunena p, #Kunena span {
    font-family: OpenSansLight,Arial;
}
#Kunena a:link, #Kunena a:visited, #Kunena a:active {
    color: #444!important;
}
#Kunena span.ktopic-category {
    clear: left;
    float: left;
    font-family: champagne;
    font-size: 0.917em;
}
#Kunena span.ktopic-posted-time {
    color: #CCCCCC;
    display: block;
    float: left;
    font-size: 13px;
    padding-right: 2px;
}
#Kunena .ktitle, #Kunena a.ktitle {
    color: #FFFFFF;
    font-family: OpenSansLight,Arial;
    font-size: 14px;
    font-weight: normal;
}

#Kunena #ktab a span:hover {
	color: #fff;
}
#Kunena .kpagination span {
    background-color: #EEEEEE;
    border-color: #EEEEEE;
    color: #333333;
}
#Kunena a {
    font-family: OpenSansLight,Arial;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

#Kunena fieldset legend {
    font-family: champagne;
    font-size: 1.182em;
    margin: 0 0 0 -5px;
    padding-left: 5px;
    padding-right: 5px;
}

#Kunena div.kthead-title a,#Kunena a.ktopic-title {
    color: #444444 !important;
    font-family: OpenSansLight,Arial;
    font-size: 13px;
}
#kforumsearch fieldset legend{
	background: none!important;
}
#Kunena .km {     
    font-size: 1em;
}
.kthead-desc{
	font-family: arial !important;
}
#Kunena div.ktitle-desc {
	display:none;
	color:#ccc;
    font-family: champagne;
    font-size: 16px;
    margin-top: -3px;
    padding: 0 0 6px;
}
.kprofilebox-pass a,.kprofilebox-user a, .kprofilebox-register a{
	font-family: champagne !important;
    font-size: 16px;
}
#Kunena div.kblock div.khelprulescontent, #Kunena div.kblock div.kfheadercontent {
    background-color: #FFFFFF;
    color: #808080;
}
#Kunena .ks {
    color: #808080;
    font-family: champagne;
    font-size: 11px;
}
#Kunena select, #Kunena select:focus, #Kunena select:hover {
    border-color: #e1e1e1;
    color: #444;
}

#Kunena option {
    background-color: #FFFFFF;
    color: #444;
}

#Kunena span.kreadforum, #Kunena span.knotloginforum {
	background: url("../images/bg-bullit.png") no-repeat scroll 8px 0 transparent;
    height: 32px;
    width: 32px;
}
 
#Kunena table tr th, #Kunena table tr td, #Kunena div, #Kunena p, #Kunena span, #Kunena ul li, #Kunena ul li a {
    font-size: 14px !important;
    text-align: left;
}
#Kunena .nowrap {
    font-size: 11px !important;
    white-space: nowrap;
}
#Kunena td.kprofileboxcnt{
	display: none;
}
#Kunena select, #Kunena select:focus, #Kunena select:hover {
    color: #444444;
    margin: 3px 0!important;
    padding: 4px!important;
}

#Kunena form#jumpto input.kbutton, #Kunena .button, #Kunena .kbutton, #Kunena input.kbutton {
    border: 1px solid #E1E1E1;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    padding: 7px;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    transition: background-color 0.2s ease-in-out 0s;
}
#Kunena form#jumpto {
    margin: 5px;
    width: 190px;
}

#Kunena #jumpto .inputbox {
    max-width: 75%;
}
#Kunena .kforum-pathway,
#Kunena .klist-markallcatsread,
#Kunena div.kblock div.kbody,
#Kunena tr.krow2 td,
table tbody tr td,
#Kunena table.kblocktable,
.ksectionbody,
#Kunena .klist-pages-all,
#Kunena .klist-actions,
#Kunena table.kblocktable,
#Kunena td.kcol-first,
#Kunena .kblock div.kheader,
#Kunena td.kcol-mid,
#Kunena .kwhoonline,
table,tbody{
	border: none!important;
	border-left: none!important;
	border-right: none!important;
	border-bottom: none!important;
	border-top: none!important;
	border-style: none!important;
	font-size: 12px;
}

#ktop .ktoggler{
	display: none;
}
#Kunena .kheader h2, #Kunena .kheader h2 a {
  	font-size: 14px;
    font-weight: normal !important;
    line-height: 30px;
}
#Kunena div.kblock > div.kheader, #Kunena .kblock div.kheader {
    background: none repeat scroll 0 0 #444444 !important;
    height: 30px;
}
.ksectionbody .kforum-pathway{
	
}
#Kunena div.kblock > div.kheader, #Kunena .kblock div.kheader{
	border-radius: 4px; 
	-o-border-radius:4px;
	-ms-border-radius: 4px;
	-khtml-border-radius: 4px;
     -webkit-border-radius:  4px;
     -moz-border-radius:  4px;
}
#Kunena a.open{
	margin: 7px;
}
/*Fit Video*/
.fd{
	margin-top: 30px !important;
}
.fd video {
    width: 100%;
    height: auto;
  }
 
 .fd .videocontainer {
    width: 100%;    
    margin:0px auto;
    background:#fff;
     
  }
  

.fd .vendor a {
    color: #444444;
    font-weight: bold;    
}
 .fd .vendor p {
    	padding: 0 15px 10px;
    	color: #ccc;
    	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    }
  
 .fd .unsupported {
    background: #333;
  }
  
 /*Contact Page*/
 
.fi-left > ul > li {
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
    float: left;
    margin-right: 15px;
    padding-bottom: 30px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    width: 23%;
}
 
#s5_quick_contact {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    border-right:15px solid #E1E1E1;
    margin-left: 10%;
    margin-top: -630px;
    padding: 30px 0 30px 30px;
    position: absolute;
    width: 30%;
}
#s5_quick_contact input{
	margin: -5px -5px -5px 0;
}
.icontact-close {
    background: url("../images/close.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: none;
    height: 34px;
    position: absolute;
    right: -17px;
    top: -17px;
    width: 34px;
}


/* Tools
----------------------------------------------------------------------------------------------------*/


/* System
----------------------------------------------------------------------------------------------------*/

.breadcrumbs {
    border-bottom: 1px solid #CCCCCC;
    line-height: 35px;
    margin-top: -30px;
    overflow: hidden;
    padding-left: 30px;
    position: relative;
}
#system form.submission fieldset > div > * {
    font-family: champagne;
    vertical-align: middle;
}
#content img:hover{
	opacity:0.85;
	cursor: pointer;
}
#breadcrumbs,#content{
	padding-left: 15px;
}
#sidebar-a .mod-box{
	padding-left: 0;
	
}

#innertop .module-title, #innerbottom  .module-title{
	/* margin-top: -30px;*/
}
input,
textarea,
select,
.uneditable-input {
  display: inline-block;   
  padding: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #808080;
  border: 1px solid #eee;
  box-shadow:none;
   
}
 

#totop-scroller {
    background:url("../images/totop_scroller.png") no-repeat scroll 50% 50% #333;
    display: block;
    height: 66px;
    position: absolute;
    right: 5px;
    text-decoration: none;
    top: 4px;
    width: 49px;
    z-index: 1;
}

#sidebar-a {
    border-left: 1px solid #E1E1E1;
    display: block;
    height: 100%;    
   
}

element.style {
    bottom: 0;
    opacity: 1;
    visibility: hidden;
}
.camera_caption {
    bottom: 7px !important;
}

 
.searchbox .results li.results-header {
    border-bottom: 1px dashed #DDDDDD!important;
}
div.itemComments ul.itemCommentsList li img {
    background: none repeat scroll 0 0 #444444;
    border: medium none !important;
    margin-right: 20px;
    width: 10% !important;
}


.userItemView div.catItemHeader ,.tagItemView div.catItemHeader{
    margin-bottom: 25px;
    position: relative;
}
 
.cr-info a{
	font-weight: bold;
}

/*Slider Collection*/
/*JPress*/
#jms-slideshow:before,
#jms-slideshow:after{
	content: '';
	position: absolute;	 
	bottom: 15px;
	left:  20px;
	width: 50%;
	height: 20%;
	border-radius: 10px/90px;
	box-shadow: 0 15px 10px rgba(0,0,0,0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
#jms-slideshow:after {
	right: 20px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

.jms-slideshow {
	position: relative;
	width: 100%;	 
	 
	height: 390px;
}
.jms-wrapper {
	width: auto;	 
	height: 390px;
	background-color: #fff;	 
	-webkit-background-clip: padding;
	-moz-background-clip: padding;     
	background-clip: padding-box;	 
	outline: none;
	-webkit-transition: background-color 1s linear;
	-moz-transition: background-color 1s linear;
	-o-transition: background-color 1s linear;
	-ms-transition: background-color 1s linear;
	transition: background-color 1s linear;
	z-index: 999;
}
.color-1 {	
	background: url(../images/bg-jimc0.png);
	background-size:100%;
	background-position: center;
	z-index: 99;
}
.color-2 {
	background: url(../images/bg-jimc0.png);
	background-size:100%;
	background-position: center;
	z-index: 99;
}
.color-3 {
	background: url(../images/bg-jimc0.png);
	background-size:100%;
	background-position: center;
	z-index: 99;	 
}
.color-4 {
	background: url(../images/bg-jimc0.png);
	background-size:100%;
	background-position: center;
	z-index: 99;
}
.color-5{
	background: url(../images/bg-jimc0.png);
	background-size:100%;
	background-position: center;
	z-index: 99;
}
.jms-wrapper  .step {	
	width: 900px;
    height: 350px;
	display: block;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}
.jms-wrapper .step:not(.active) {
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
}
.jms-content{
	margin: 35px 370px 0 -15px;
	position: relative;
	clear: both;
	z-index: 9999;
}
.jms-wrapper  .step h3{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    font-family: YanoneKaffeesatz;
    font-size: 45px; 
    line-height: 45px;
    margin: 0;
    padding: 10px;
}
.jm-tit {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    font-family: YanoneKaffeesatz;
    font-size: 45px; 
    line-height: 45px;
    margin: 0;
    padding: 10px;
} 
.jms-wrapper  .step p {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    font-family: yanonekaffeesatz;
    font-size: 25px;
    font-weight: normal;
    line-height: 30px;
    margin: 25px 0 0;
    padding: 10px;
    position: relative;
    text-shadow: none;
}

.jms-wrapper  .step:not(.active) a.jms-link{
	opacity: 0;
	margin-top: 80px;
}
.jms-wrapper  .step img{
	position: absolute;
    right: -53px;
    top: 8px;
}
.jms-dots{
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0px;
	bottom: 20px;
	z-index: 2000;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.jms-dots span{
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
	margin: 3px;
	cursor: pointer;	
}

.jms-arrows{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.jms-arrows span{
	position: absolute;
	top: 50%;
	margin-top: -40px;
	height: 80px;
	width: 30px;
	cursor: pointer;
	z-index: 2000;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}
.jms-arrows span.jms-arrows-prev{
	background: #fff url(../images/arrow_left.png) no-repeat 50% 50%;
	left: -10px;
}
.jms-arrows span.jms-arrows-next{
	background: #fff url(../images/arrow_right.png) no-repeat 50% 50%;
	right: -10px;
}
/* Not supported style */
.jms-wrapper.not-supported{
	background-color: #E3D8FF;
	background-color: rgba(227, 216, 268, 1);
}
.jms-wrapper.not-supported:after{
	content: 'The slideshow functionality is not supported on your device.';
	padding: 0px 0px 30px 0px;
	text-align: center;
	display: block;
}
.jms-wrapper.not-supported .step{
	display: none;
	position: relative;
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
	margin: 20px auto;
}
.jms-wrapper.not-supported .step:first-of-type{
	display: block;
}
.jms-wrapper.not-supported .step:not(.active) a.jms-link{
	opacity: 1;
	margin-top: 40px;
}

/*Nivo*/
#wrapper:before,
#wrapper:after{
	content: '';
	position: absolute;	 
	bottom: 15px;
	left:  20px;
	width: 50%;
	height: 20%;
	border-radius: 10px/90px;
	box-shadow: 0 15px 10px rgba(0,0,0,0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
 
}
#wrapper:after {
	right: 20px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}
.slider-wrapper{
	z-index: 999;
	position: relative;
}
#lightbox-close{
	right: -37px;
}
/*Items Slider*/


.mi-slider {
	position: relative; 
	height: 430px;
}

.mi-slider ul {
	list-style-type: none;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 140px;
	overflow: hidden;
	text-align: center;
	pointer-events: none;
}

.no-js .mi-slider ul {
	position: relative;
	left: auto;
	bottom: auto;
	margin: 0;
	overflow: visible;
}

.mi-slider ul.mi-current {
	pointer-events: auto;
}

.mi-slider ul li {
	display: inline-block;
	padding: 20px;
	width: 20%;
	max-width: 300px;
	-webkit-transform: translateX(600%);
	transform: translateX(600%);
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.no-js .mi-slider ul li {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.mi-slider ul li a,
.mi-slider ul li img {
	display: block;
	margin: 0 auto;
}

.mi-slider ul li a {
	outline: none;
	cursor: pointer;
}

.mi-slider ul li img {
	max-width: 100%;
	border: none;
}

.mi-slider ul li h4 {
	display: inline-block;
	font-family: champagne,Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;	 
	font-style: italic;
	font-weight: 400;
	font-size: 20px;
	padding: 20px 10px 0;
}

.mi-slider ul li:hover {
	opacity: 0.7;
} 

.mi-slider nav {
	position: relative;
	top: 310px;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	border-top: 5px solid #333;
}

.no-js nav {
	display: none;
}

.mi-slider nav a {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 5px;
	padding: 40px 30px 30px 34px;
	position: relative;
	color: #888;
	outline: none;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.mi-slider nav a:hover,
.mi-slider nav a.mi-selected {
	color: #000;
}

.mi-slider nav a.mi-selected:after,
.mi-slider nav a.mi-selected:before {
	content: '';
	position: absolute;
	top: -5px;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.mi-slider nav a.mi-selected:after {
	border-color: transparent;
	border-top-color: #fff;
	border-width: 20px;
	left: 50%;
	margin-left: -20px;
}

.mi-slider nav a.mi-selected:before {
	border-color: transparent;
	border-top-color: #333;
	border-width: 27px;
	left: 50%;
	margin-left: -27px;
}
 
/* Move classes and animations */

.mi-slider ul:first-child li,
.no-js .mi-slider ul li {
	-webkit-animation: scaleUp 350ms ease-in-out both;
	animation: scaleUp 350ms ease-in-out both;
}

@-webkit-keyframes scaleUp {
	0% { -webkit-transform: translateX(0) scale(0); }
	100% { -webkit-transform: translateX(0) scale(1); }
}

@keyframes scaleUp {
	0% { transform: translateX(0) scale(0); }
	100% { transform: translateX(0) scale(1); }
}

.mi-slider ul:first-child li:first-child {
	-webkit-animation-delay: 90ms;
	animation-delay: 90ms;
}

.mi-slider ul:first-child li:nth-child(2) {
	-webkit-animation-delay: 180ms;
	animation-delay: 180ms;
}

.mi-slider ul:first-child li:nth-child(3) {
	-webkit-animation-delay: 270ms;
	animation-delay: 270ms;
}

.mi-slider ul:first-child li:nth-child(4) {
	-webkit-animation-delay: 360ms;
	animation-delay: 360ms;
}

/* moveFromRight */

.mi-slider ul.mi-moveFromRight li {
	-webkit-animation: moveFromRight 350ms ease-in-out both;
	animation: moveFromRight 350ms ease-in-out both;
}

/* moveFromLeft */

.mi-slider ul.mi-moveFromLeft li {
	-webkit-animation: moveFromLeft 350ms ease-in-out both;
	animation: moveFromLeft 350ms ease-in-out both;
}

/* moveToRight */

.mi-slider ul.mi-moveToRight li {
	-webkit-animation: moveToRight 350ms ease-in-out both;
	animation: moveToRight 350ms ease-in-out both;
}

/* moveToLeft */

.mi-slider ul.mi-moveToLeft li {
	-webkit-animation: moveToLeft 350ms ease-in-out both;
	animation: moveToLeft 350ms ease-in-out both;
}

/* Animation Delays */

.mi-slider ul.mi-moveToLeft li:first-child,
.mi-slider ul.mi-moveFromRight li:first-child,
.mi-slider ul.mi-moveToRight li:nth-child(4),
.mi-slider ul.mi-moveFromLeft li:nth-child(4) {
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(2),
.mi-slider ul.mi-moveFromRight li:nth-child(2),
.mi-slider ul.mi-moveToRight li:nth-child(3),
.mi-slider ul.mi-moveFromLeft li:nth-child(3) {
	-webkit-animation-delay: 90ms;
	animation-delay: 90ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(3),
.mi-slider ul.mi-moveFromRight li:nth-child(3),
.mi-slider ul.mi-moveToRight li:nth-child(2),
.mi-slider ul.mi-moveFromLeft li:nth-child(2) {
	-webkit-animation-delay: 180ms;
	animation-delay: 180ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(4),
.mi-slider ul.mi-moveFromRight li:nth-child(4),
.mi-slider ul.mi-moveToRight li:first-child,
.mi-slider ul.mi-moveFromLeft li:first-child  {
	-webkit-animation-delay: 270ms;
	animation-delay: 270ms;
}

/* Animations */

@-webkit-keyframes moveFromRight {
	0% { -webkit-transform: translateX(600%); }
	100% { -webkit-transform: translateX(0%); }
}

@-webkit-keyframes moveFromLeft {
	0% { -webkit-transform: translateX(-600%); }
	100% { -webkit-transform: translateX(0%); }
}

@-webkit-keyframes moveToRight {
	0% { -webkit-transform: translateX(0%); }
	100% { -webkit-transform: translateX(600%); }
}

@-webkit-keyframes moveToLeft {
	0% { -webkit-transform: translateX(0%); }
	100% { -webkit-transform: translateX(-600%); }
}

@keyframes moveFromRight {
	0% { transform: translateX(600%); }
	100% { transform: translateX(0); }
}

@keyframes moveFromLeft {
	0% { transform: translateX(-600%); }
	100% { transform: translateX(0); }
}

@keyframes moveToRight {
	0% { transform: translateX(0%); }
	100% { transform: translateX(600%); }
}

@keyframes moveToLeft {
	0% { transform: translateX(0%); }
	100% { transform: translateX(-600%); }
}

.mi-slider {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Media Queries */
@media screen and (max-width: 910px){
	.mi-slider nav {
		max-width: 90%;
	}
	.mi-slider nav a {
		font-size: 12px;
		padding: 40px 10px 30px 14px;
	}
}

@media screen and (max-width: 740px){
	.mi-slider {
		height: 300px;
	}
	.mi-slider nav {
		top: 220px;
	}
}

@media screen and (max-width: 490px){ 
	.mi-slider {
		text-align: center;
		height: auto;
	}

	.mi-slider ul {
		position: relative;
		display: inline;
		bottom: auto;
		pointer-events: auto;
	}

	.mi-slider ul li {
		-webkit-animation: none !important;
		animation: none !important;
		-webkit-transform: translateX(0) !important;
		transform: translateX(0) !important;
		padding: 10px 3px;
		min-width: 140px;
	}

	.mi-slider nav {
		display: none;
	}
}
/* End Item Slider*/
/* End Slider Collection */

/* GT04 Shop */ 
body{
	background: url("../images/bg-pw_white.png") repeat scroll 0 0 transparent;
}
#maininner{
	background: none repeat scroll 0 0 #FFFFFF;      
}
 
.gt-main{
	-webkit-box-shadow:  0px 5px 3px 3px rgba(0, 0, 0, 0.05);
       -moz-box-shadow: 0px 5px 3px 3px rgba(0, 0, 0, 0.05);
        box-shadow:  0px 5px 3px 3px rgba(0, 0, 0, 0.05);
   	display: block;   
    position: relative;
}
.gt-header { 	 
    height: 90px;
    position: relative;
    
}
.gt-menu{

	 
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		 /*
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZTFlMWUxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMSUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMWUxZTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #1e5799 0%, #e1e1e1 0%, #f1f1f1 1%, #ffffff 3%, #ffffff 97%, #f1f1f1 99%, #e1e1e1 100%); /* FF3.6+ */
		 /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(0%,#e1e1e1), color-stop(1%,#f1f1f1), color-stop(3%,#ffffff), color-stop(97%,#ffffff), color-stop(99%,#f1f1f1), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
		 /*background: -webkit-linear-gradient(top,  #1e5799 0%,#e1e1e1 0%,#f1f1f1 1%,#ffffff 3%,#ffffff 97%,#f1f1f1 99%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
		 /*background: -o-linear-gradient(top,  #1e5799 0%,#e1e1e1 0%,#f1f1f1 1%,#ffffff 3%,#ffffff 97%,#f1f1f1 99%,#e1e1e1 100%); /* Opera 11.10+ */
		 /*background: -ms-linear-gradient(top,  #1e5799 0%,#e1e1e1 0%,#f1f1f1 1%,#ffffff 3%,#ffffff 97%,#f1f1f1 99%,#e1e1e1 100%); /* IE10+ */
		 /*background: linear-gradient(to bottom,  #1e5799 0%,#e1e1e1 0%,#f1f1f1 1%,#ffffff 3%,#ffffff 97%,#f1f1f1 99%,#e1e1e1 100%); /* W3C */
		 /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-8 */
	 
	border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 45px;
}
#menu>ul>li{
	border-right: 1px solid #ededed;
    height: 43px;
    line-height: 43px;
}

#menu > ul > li:first-child .level1{
    margin-left: -15px;
    padding-left: 10px;
}
#menu>ul>li:last-child{
	border-right: none;
}
/* Toolbar Right*/
.mn-t-right {
    margin-right: 29px !important;
}
.mn-t-right  span {
    color: #808080;
    display: block;
    font-family: opensanslight,arial;
    font-size: 12px;
}
.size-auto {
    height: auto !important;    
    max-width: 100% !important;
}

 .menu-dropdown a.level1 > span, .menu-dropdown span.level1 > span {
	font-family: bebasneue,arial; 
    height: 40px;
    line-height: 40px;
    margin: 0 15px;
}

.gt-top-a .mod-box,.gt-top-a .module{
	margin-bottom: 0;
    margin-top: 5px;
    padding-bottom: 0;
    padding-top: 0;
}
 
.gt-top-a #top-a{
	background: none repeat scroll 0 0 #FFFFFF;	
    display: block;     
    padding-top: 20px;    
    position: relative;     
    z-index: 1;   
}
.gt-top-b #top-b{
	 
    border-bottom: 1px solid #e1e1e1;
}

.gt-bottom-a {
    background: none repeat scroll 0 0 #FBFBFB;
    border-top: 1px solid #CCCCCC;
    position: relative;
}
#bottom-a{

}

/*Blog Latest*/
 
#top-d .width33 {
	background: url("../images/bg-left.png") repeat-y scroll 0 0 #FFFFFF;
}
.bl-content ul {    
    margin-top: 20px;    
}

.bl-latest{
	background: url("../images/bg-tit-bold.png") repeat-x scroll 6px 60px #FFFFFF;
    margin-bottom: -54px;
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 25px;
}
.sb-mdtit{
	background: url("../images/bg-tit-bold.png") repeat-x scroll 6px 50px #FFFFFF;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 30px;
}
.bl-content li {
    display: block;
    margin-bottom: 15px;
    position: relative;
}
.bl-content li:first-child{
	background: none; 
}
.bl-content li img{
	border: 1px solid #E1E1E1;
    cursor: pointer;
    height: 60px;
    margin-top: 5px;
    padding: 3px;
    position: absolute;
    width: 80px;
}
.bl-content li h3{
	line-height: 20px;
    margin-top: -5px;
    padding-left: 95px;
}
.bl-content li h3 a{
	color: #444444;
    font-size: 13px;    
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.16);  
}

.bl-content li p{
	 font-family: champagne;
    font-size: 11px;
    margin-top: -10px;
    padding-left: 95px;
}

/*News Letter - Home*/
.scr-home{	
    margin-top: -25px;
  
}

.scr-home .acymailing_module_form .acymailing_introtext {
    color: #999999;
    font-size: 12px;
    font-style: italic;
    margin-left: 15px;
}
.scr-home .acymailing_form .onefield input {
    border-radius: 0 0 0 0;
    box-shadow: none;
    float: left;
    font-family: OpenSansLight,Arial;
    padding: 4px;
    width: 75% !important;
}
 
.scr-side{	
    margin-top: -10px;
    padding-top: 25px;
}
.scr-side .acymailing_form .onefield input{
	float: left;
    padding: 4px;
    width: 72% !important;
}
.scr-side .acymailing_module_form .acymailing_introtext {
    color: #999999;
    font-size: 12px;
    font-style: italic;
    margin-left: 15px;
}

.wg-twhome{
	background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/bg-shadow.png");
    background-origin: padding-box;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 80% auto;
    margin-top: -15px;
    padding-bottom: 30px;
}
.wk-twitter-single.image {   
    border-top: 1px solid #E1E1E1;      
    padding-top: 15px;
    background-position: 0 20px;
}
.wk-twitter-single .content {
    font-family: champagne;
    font-size: 20px;
}
.wk-twitter-single p {
    font-style: normal;
}

.wk-twitter-single .meta {
    font-family: champagne;
    font-size: 16px;
    font-weight: bold;
}
/*From Blog*/
.bl-content{
	overflow: hidden;
    width: 101%;
}
#pa-popular {
    display: block;
    width: 100%;
}
.bestproduct .swControls {
    margin-left: 15% !important;
    margin-top: -300px;
    position: absolute;
}

a.swShowPage {
    background-color: #808080;
    border-radius: 8px 8px 8px 8px;
    -o-border-radius:  8px 8px 8px 8px;
	-ms-border-radius: 8px 8px 8px 8px;
	-khtml-border-radius: 8px 8px 8px 8px;
     -webkit-border-radius:  8px 8px 8px 8px; 
     -moz-border-radius: 8px 8px 8px 8px;
    float: left;
    height: 8px;
    margin: 4px 3px;
    text-indent: -9999px;
    width: 8px;
}
/*Coresel*/
/* Elastislide Style */
.client-logo{
	height: 80px;
    margin-top: -10px;
}
.elastislide-list {
	list-style-type: none;
	display: none;
}

.no-js .elastislide-list {
	display: block;
}

.elastislide-carousel ul li {
	min-width: 20px; /* minimum width of the image (min width + border) */
}

.elastislide-wrapper {
	position: relative;
	background-color: #fff;
	margin: 0 auto;
	min-height: 60px;
}

.elastislide-wrapper.elastislide-loading {
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.elastislide-horizontal {
	padding: 0 40px;
}

.elastislide-vertical {
	padding: 40px 10px;
}

.elastislide-carousel {
	overflow: hidden;
	position: relative;
}

.elastislide-carousel ul {
	position: relative;
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

.elastislide-horizontal ul {
	white-space: nowrap;
}

.elastislide-carousel ul li {
	margin: 0;
	-webkit-backface-visibility: hidden;
}

.elastislide-horizontal ul li {
	height: 100%;
	display: inline-block;
}

.elastislide-vertical ul li {
	display: block;
}

.elastislide-carousel ul li a {
	display: inline-block;
	width: 100%;
}

.elastislide-carousel ul li a img {
	display: block;
	border: 2px solid white;
	max-width: 100%;
}

/* Navigation Arrows */

.elastislide-wrapper nav span {
	position: absolute;
	background: #ddd url(../images/nav.png) no-repeat 4px 3px;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 0.8;
}

.elastislide-horizontal nav span {
	top: 50%;
	left: 10px;
	margin-top: -15px;
}

.elastislide-vertical nav span {
	top: 10px;
	left: 50%;
	margin-left: -11px;
	background-position: -17px 5px;
}

.elastislide-horizontal nav span.elastislide-next {
	right: 10px;
	left: auto;
	background-position: 4px -17px;
}

.elastislide-vertical nav span.elastislide-next {
	bottom: 10px;
	top: auto;
	background-position: -17px -18px;
}



#main-bot-a{
	background: none repeat scroll 0 0 #FFFFFF;
    border-top: 1px solid #E1E1E1;
    height: 117px;
    margin-top:-30px;
    position: relative;
}


/*
Thumbnail scroller jQuery plugin
scrollers styling
*/
.jThumbnailScroller{
	position:relative; 
	width:100%; 
	height:122px;
	margin:0px auto !important;	
	padding:0; 
	overflow:hidden;	
}

.jThumbnailScroller .jTscrollerContainer{
	position:absolute;
	}
.jThumbnailScroller .jTscroller{
	position:relative; 
	height:100%; 
	margin:0; 
	left:0; 
	top:0; 
	display:inline-block; 
	*display:inline;
	}
.jThumbnailScroller .jTscrollerNextButton,.jThumbnailScroller .jTscrollerPrevButton{
	position:absolute; 
	display:block; 
	width:40px; 
	height:40px; 
	-moz-border-radius:20px; 
	-webkit-border-radius:20px; 
	border-radius:20px; 
	opacity:0.7;
	}
.jThumbnailScroller .jTscrollerNextButton{
 
}
.jThumbnailScroller .jTscrollerPrevButton{
	 
}
.jThumbnailScroller .jTscrollerNextButton:hover,.jThumbnailScroller .jTscrollerPrevButton:hover{
	background-color:#d56916; 
	opacity:1;
}
.jThumbnailScroller .jTscroller a{
	display:block; 
	float:left;  
	margin:6px 10px 6px 0; 
	background:#fff; 
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	border-radius:3px;
	}
.jThumbnailScroller .jTscroller a:hover{
	border-color:#fff;
	}
.jThumbnailScroller .jTscroller a:first-child{
	margin-left:10px;
	}
.jThumbnailScroller .jTscroller a img{
	border:none;
    margin-top: -15px;
}
.jTscroller{
	top:0!important;
}
/* different styled scrollers */

.bm-text{
	float: left;
}
.bm-text p{
	margin-top: -5px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.bm-text p a{
	text-shadow: none;
}
.bm-text h2{
	font-size: 20px;
    margin-top: 12px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); 
}

/*Arcodion News*/

.nspMainPortalMode3 .nspTitleTab .nspDate { 
    background: none repeat scroll 0 0 #f1f1f1;
    box-shadow:box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    color: #808080;
    font-family: BebasNeue;
    font-size: 16px;
    height: 30px;
    margin-top: 7px;
    padding-bottom: 7px !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
    padding-top: 8px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    width: 30px;
}
.nspMainPortalMode3 .nspTitleTab .nspDate{
	border-right: none;
	border-radius: 25px;       
	-ms-border-radius:25px;
	-khtml-border-radius: 25px;
    -webkit-border-radius:  25px; 
    -moz-border-radius:   25px;
   
}
.nspMainPortalMode3 .nspTitleBlock .nspArtMain {
    border-left:none!important;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 0 20px 0 30px;
    margin-top: 70px;
}
.nspMainPortalMode3 .fleft {
    float: left;
    padding-right: 10px;
}

.nspMainPortalMode2 .nspBotInterface {
    border-top: 1px dashed #E5E5E5;
    height: 48px;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: -52px;
    overflow: hidden;
    padding: 0 30px 25px;
    position: relative;
}

.nspMainPortalMode6 .nspSpeakerBig .nspHeader {
	background: #000;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	color: #fff;
	display: inline-block;
	float: none!important;
	font-weight: 600;
	line-height: 25px;
	margin: 38px auto 0 !important;
	min-height: 50px;
	min-width: 150px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	top: -20px;
	padding: 10px;
}
.nspMainPortalMode2 .nspBotInterface .nspArtHeadline,.nspMainPortalMode6 .nspSpeakerSmall .nspHeader a{
	display: none;
}

.nspMainPortalMode3 .nspTitleTab .nspTitle {
   	color: #808080;
    float: left;
    font-family: OpenSansLight,Arial;
    font-size: 14px;
    height: 70px;
    line-height: 23px;
    margin-left: 20px;
    padding-bottom: 5px;
    padding-top: 0;
    position: relative;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    width: 75%;
    z-index: 2;
}

.nspMainPortalMode3 .nspText {        
    display: none;
    font-size: 12px;
    
}
.nspMainPortalMode5 .nspHeader a {
    color: #747474;
}

.nspMainPortalMode5 .nspHeader a:hover{
	color: #808080!important;
}
 
.nspMainPortalMode3 .fleft img{
	width: 100%;
	display: block;
	padding-bottom: 15px;
}
.nspMainPortalMode3 .nspTitleBlock{
	margin-bottom: 5px;
}
.nspTitles .nspTitleBlock:last-child .nspTitleTab{
	border: none;
}
.nspMainPortalMode3 .nspTitleBlock.opened .nspTitleTab{
	background-position: 110% 100%;
    border: medium none;
}
.nspMainPortalMode3 .nspTitleBlock .nspTitleTab{
	 background-position: 110% 0;
    border-bottom: 1px solid #E1E1E1;
    position: absolute;

}
.nspMainPortalMode3 .nspTitleBlock .nspArtMain{
	margin-top: 70px;
}
.nspMainPortalMode3 .fleft{
	padding-right: 0!important;
}
nspMainPortalMode3 .nspTitleTab {
    background-position:  108% 0 #FFFFFF !important;	   
    margin-right: 0!important;
   
}
.nspMainPortalMode3 .nspTitleTab .nspTitle{
	height: 45px;
    overflow: hidden;
}
.opened .nspTitle{
	height: auto!important;
}
a.readon{
	display: none;
}

/* GT04- Start */ 
.breadcrumbs a, .breadcrumbs > span {    
    font-family: arial;
    font-size: 11px; 
}
.breadcrumbs a, .breadcrumbs span, .breadcrumbs strong {
    font-size: 11px;
}
.continue_link span{
	font-family: opensanslight,arial;
    font-weight: bold;
}
.q-contact ul{
	margin-left: 20px;
}
.q-contact ul li{
	color: #333;
    display: inline-block;
    line-height: 30px;
    margin: 0 5px;
}
.q-contact a{
	color: #808080;
    font-family: OpenSansLight,Arial;
    font-size: 12px;
}
.wg-cart{
	float: right;
    margin-top: 15px;
}
.wg-cart ul > ul > li{
	float: left;
}
.phone-num {
    color: #747474;
    font-family: opensanslight,arial;
    font-size: 16px;
}
.phone-num i{
	font-size: 20px;
    line-height: 20px;
    margin-right: 10px;
}
.cart-container{
	background: url("../images/bg-submn.png") no-repeat scroll 185px 14px transparent;
    display: none;
    left: -91px;
    margin-top: -17px;
    padding: 20px 0 !important;
    position: absolute;
    width: 215px;
}
.cart-items{
	background: none repeat scroll 0 0 #222;
    color: #444;
    font-size:12px;
    display: block;
    height: auto;
    padding: 15px 10px;
    position: relative;
    z-index: 9;
}
.cart-items .vm_cart_products{
	
}
.cart-info, .cart-info:hover {
    background: none repeat scroll 0 0 #5E5E5E !important;
    border-color: #545454 !important;
    border-radius: 3px 3px 3px 3px;
    padding: 4px 0 0 6px;
}
.cart-info .ida-shopping-cart{
	color: #CCC;
    font-size: 20px;
}
.cart-info .ida-chevron-down{
	color: #CCCCCC;
    font-size: 12px;
    font-weight: normal;
    margin: 0 3px 0 5px;
}
.wg-cart ul li{
	 
	padding: 0 5px;
	height: 30px;
    line-height: 30px;
}
.product_name a{
	font-size: 13px;
}
.product_row{
	border-bottom: 1px solid rgba(0, 0, 0, 0.7);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}
 
.vmgroupmod-feature a {
    font-family: opensanslight;
    
}

.addtocart-bar {
    margin: -15px 0 0;
    padding: 0;
}
/* VM Shop */
span.title {
	border: none;
}
span.addtocart-button {
    float: left;
    margin: 6px 0 0 10px;
}
span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button{
	background: url("../images/bg-addcart.png") no-repeat scroll 7px center #4F4F4F;
	border: none;
	border-radius:0;
	padding-left: 25px;
    width: 125px;   
}


.icons img{
	border: medium none !important;
    margin-top: 10px;
}
.featured-view h4,.latest-view h4, .topten-view h4, .recent-view h4{
	font-size: 13px;
    font-weight: bold;
    line-height: 17px;
}
.productdetails .main-image{
	border: 1px solid #e1e1e1;
}
.productdetails .main-image img ,#content .productdetails img{
	padding: 0!important;
	border: none;
}
#content .product-related-products .product-field-display img{
	border: 1px solid #e1e1e1;
}
.product-field-display a{
	line-height: 25px;
}	
span.quantity-controls {
    background: none repeat scroll 0 0 #808080;    
    float: left;
    height: 34px;
    margin: 6px 0 0 8px;
    width: 20px;
}
span.quantity-controls input.quantity-controls {
    border: medium none;
    height: 18px;
    width: 20px;
}
span.quantity-controls input.quantity-plus {
    background: url("../images/quantity-controls.png") repeat-x scroll 3px 2px transparent;
    margin-top: -8px;
}
span.quantity-controls input.quantity-minus {
    background: url("../images/quantity-controls.png") repeat-x scroll 18px 2px transparent;
    margin-top: -15px;
}
span.quantity-controls input.quantity-plus:hover,span.quantity-controls input.quantity-minus:hover{
	background-color: #000;
}
span.quantity-box {
    float: left;
    padding-top: 6px;
    width: 27px;
}
span.quantity-box input{
	border-radius: 0;
    box-shadow: none;
    padding: 0;
    text-align: center;
    height: 34px;
}

.ratingbox span {
    background: url("../images/color-stars.png") repeat-x scroll 0 0 transparent;
    display: block;
    height: 24px;
    position: absolute;
    width: 1%;
}
.write-reviews{
	text-align: left;
}
.ratingbox {
    background: url("../images/color-stars.png") repeat-x scroll 0 bottom transparent;
    display: block;
    height: 24px;
    position: relative;
    width: 120px;
    left: 0;
}
.hasTip img{
	margin: 0!important;
}
#fancybox-close {
    background: url("../images/close.png") no-repeat scroll 0 0 transparent;
    right: -33px;
}
 
.back-to-category{
	display: none;
}
.productdetails .icons {
    float: right;
    margin: -55px 0 0 30px;
    text-align: right;
}
.productdetails-view .spacer-buy-area {
    margin:0;
    padding: 0 0 0 25px;
}
.product-price {
    font-family: opensanslight,arial;
    font-size: 13px;
    margin: 0 0 15px;
}
.productdetails-view .product-short-description {
    font-family: opensanslight,arial;
    font-size: 13px;
    margin: 0 0 15px;
    padding: 0;
}
.productdetails-view .product-description, .product-fields {
    font-family: opensanslight,arial;
    margin: 15px 0;
}
.sn-cart .productdetails-view .product-description, .product-fields {
	display: none;
}
.product-dt .tabs dd a, .product-dt .tabs li a {    
    height: 33px;
    line-height: 33px;
}
.product-dt .tabs dd a,.product-dt .tabs li a, .product-dt span.title{
	font-size: 13px;
	font-weight: normal;
}

.product-dt .tabs {     
    height: 33px;
}
.write-reviews textarea.virtuemart {
    box-shadow: none;
    display: inline-block;
    margin-bottom: 6px;
}
#com-form-order-number input,#com-form-order-pass input{
	box-shadow:none;
	width: 95%;
}
#com-form-order-submit{
	float: left;
    margin-top: 41px;
}
#content .spacer img {
	border: 1px solid #E1E1E1;
	padding: 0;
}
#content .category-view img{
	border: 1px solid #e1e1e1;
}
.product .spacer img{
	border: 1px solid #e1e1e1;
	padding: 0;
	margin: 15px;
}
.featured-view .spacer span, .latest-view .spacer span, .topten-view .spacer span, .recent-view .spacer span, .related-products-view .spacer span, .browse-view .row .product .spacer span {
    color: #666666;
    font-size: 15px;
}
#content .manufacturer-view-default img{
	border: 1px solid #e1e1e1;
	padding: 0;
}
#content .spacer img:hover{
	opacity:1;
}
.product .np-shop > div{
	margin-top: 5px;
} 
.spacer h2{
	font-size: 17px;
	line-height: 17px;
}
.featured-view .spacer span, 
.latest-view .spacer span,
.topten-view .spacer span, 
.recent-view .spacer span,
.related-products-view .spacer span,
.browse-view .row .product .spacer span{
	font-size: 13px;
}
.virtuemart_search{
	width: 30%;
}
.browse-view h3{
	font-size: 16px;
}

.virtuemart_search input.button[type="submit"], .virtuemart_search input.medium.button[type="submit"] {
    font-weight: normal;
    padding: 7px 9px;
}
.virtuemart_search .inputbox{
	box-shadow: none;
    height: 30px;
    margin-top: 15px;
}
.orderby-displaynumber .vm-pagination {
	margin-bottom: 15px;
    margin-top: 90px;
}
.vm-pagination a,.vm-pagination strong{
	border: 1px solid #E1E1E1;
    margin: 0 1px;
    padding: 5px 6px;
}
.display-number{
	font-size: 13px;
}
.product-related-products h4{
	font-size: 15px;
	line-height: 15px;
}
/* Cart */
.userdata input{
	border-radius: 0 0 0 0;
    box-shadow: none;
    width: 95%;	 
}
#com-form-login-remember input{
	width: 90px;
}
#com-form-login-remember .default {
    margin-left: 10px;
    padding: 7px 16px;
     background: url("../images/backgrounds.png") repeat-x scroll center top #E8E8E8;
    border: 1px solid #CAC9C9;
    border-radius: 4px 4px 4px 4px;
    color: #777777;
 
    text-decoration: none;
}
#com-form-login-remember label {
    margin-left: 9px;
}
#remember {
    width: 25px !important;
}
.additional-images img {
    border: 1px solid #E1E1E1 !important;
    height: auto;
    margin-right: 8px;
    width: 100px;
}
.tabs dd.active, .tabs li.active {
	background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #E1E1E1;
  	border-radius: 4px 4px 0px 0px;
    border-right: 1px solid #E1E1E1;
    border-top: 1px solid #E1E1E1;    
    margin-top: -1px;
}

.tabs dd.active a, .tabs li.active a {
   	background: none repeat scroll 0 0 transparent;
    border-left: none;
    border-right: none;
    color: #3C3C3C;
    cursor: default;
    font-weight: normal;
}
.write-reviews span.step,.write-reviews span.step{
	font-weight:normal;
}
.write-reviews span input{
	width: 5%;
	box-shadow:none;
}
textarea.virtuemart:hover,textarea.customer-comment:hover{color:#747474;background:#fff;}
/* Feature Product */
.mod-feature{
	margin-top: -25px;
}
.addtocart-area form{
	margin: 0;
	}
.mod-feature  ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.mod-feature li {	 
	display: block;
    float: left;
    height: 195px;
    margin: 6px;
    padding: 0;
    position: relative;
}
.mod-feature.responsive {
	width: auto;
	margin-left: 0;
}
.mod-feature h3,.mod-vmnewproduct h3{
	margin-bottom: 15px !important; 
	font-size: 17px;    
}
.featureproduct .spacer img {
    border: 1px solid #E1E1E1;
    /*
    height: 350px !important; 
    max-width: 234px;*/
   
}
.vmproductmod-feature .caroufredsel_wrapper{
 	height: 230px !important;
 }
.shop-fun{
	margin-top: 5px
}
 .np-shop .PricesalesPrice{
 	font-size: 10px;
    line-height: 13px;
    margin-right: 10px;
 }
.shop-fun .PricesalesPrice{
	font-size: 10px;
    line-height: 13px;
    margin-right: 10px;
}
.fp-title a{
	font-size: 13px;
    line-height: 28px;
} 
.shop-fun .addtocart-area{
	float: left;
}
.featureproduct .shop-nav {
	display: none;
    margin-left: 69px;
    margin-right: 88px;
    position: relative;    
    top: -17px !important;
    width: 70px;
}
.featureproduct span.addtocart-button input.addtocart-button, 
.featureproduct span.addtocart-button input.notify-button{
	background-position: 5px center;
    text-indent: 9999px;
    width: 50px;
}
.featureproduct span.addtocart-button{
	width: 50px;
}
.featureproduct .PricesalesPriceWithDiscount{
	display: none;
}

.productdetails-view .addtocart-bar ,.productdetails-view .product-price{
    border-top: 1px solid #E1E1E1;
    padding: 15px 0;
}
.productdetails-view h1 {
    font-size: 17px;
    margin: 0 0 6px;
    padding-bottom: 15px;
}
.fe-nav{
	float: right;
    margin-top: -260px;
}
#fe_prev,#fe_next{
	display: block;
    float: left;
    height: 20px;
    margin: 2px;
    width: 10px !important;
}
/* NEw Product */
.np-nav{
	float: right;
    margin-top: -238px;
}
#np_prev,#np_next{
	display: block;
    float: left;
    height: 20px;
    margin: 2px;
    width: 10px !important;
}
.vmproductmod-vmnewproduct .caroufredsel_wrapper{
 	height: 207px !important;
 }
.newproduct  ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.newproduct li {	
	height: 190px;
	padding: 0;
	margin: 6px;
	display: block;
	float: left;
	position: relative;
}
.newproduct.responsive {
	width: auto;
	margin-left: 0;
}
.newproduct img{
 	border: 1px solid #E1E1E1;
    cursor: move;
}
 
.np-shop div a{
	font-family: opensanslight,arial;
    font-size: 13px;
    line-height: 28px;
}
 
.np-shop  .PricesalesPriceWithDiscount{
	display: none;
}

.shop-nav {
	margin: 0 70px; 
	display: none;  
}
#np-container .shop-nav {
    display: none;
    margin-left: 69px;
    margin-right: 88px;
    position: relative;
    top: -15px !important;
    width: 70px;
}
.shop-nav span {
    background: none repeat scroll 0 0 rgba(0,0,0,0.5);
    display: block;   
    height: 30px;
    margin-top: -128px;
    width: 30px;
    cursor: pointer;
    text-align: center;
}

.shop-nav span a i.ida-list {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 30px;
}

.shop-nav span.sn-detail{
	float: left;
}
.shop-nav span.sn-cart{
	float: right;
}
.shop-nav span.sn-cart .quantity-box,.shop-nav span.sn-cart .quantity-controls{
	display: none;
}
.shop-nav span.sn-cart .addtocart-button{
    background-color: transparent;
    background-position: 5px center;
    margin-left: 0;
    margin-top: 7px;
    position: relative;
    width: 30px; 
}
.shop-nav span.sn-cart .addtocart-button input{
	text-indent: 9999px;
}
 .spacer-buy-area span.addtocart-button input.addtocart-button-disabled{
	 background: url("../images/bg-addcart-da.png") no-repeat scroll 7px center #4F4F4F;
    border-radius: 0 0 0 0;
    height: 34px;
    margin: 0;
    text-indent: 9000px;
    width: 30px;
}
span.addtocart-button input.addtocart-button-disabled{
	background:url("../images/bg-addcart-da.png") no-repeat scroll 7px center #4F4F4F;
	border-radius: 0 0 0 0;
    height: 30px;
    margin: 8px 0 0;
    width: 30px;
    text-indent: 9000px;
}
span.addtocart-button input.addtocart-button-disabled:hover{
	background-color: #000;
}
 .shop-nav span.sn-cart .addtocart-button:hover{
	background-color:transparent!important;
	background-position: 5px center;
}
.list-reviews span{
	font-family: opensanslight;
    font-size: 13px;
}
/* Search Product */
#mod_virtuemart_search {
    border-radius: 0 0 0 0;
    box-shadow: none;
    font-family: opensanslight,arial;
    font-size: 13px;
    height: 30px !important;	
}
/* Best Seller */
.vm-best{
	margin-top: -30px;
}
.bestproduct{
	bottom: 0;
    height: 235px;
} 
.vmproductvm-best{
	overflow: hidden;
}
.vm-best img{
	border: 1px solid #E1E1E1;
	height: 70px;
    width: 80px;
}
.bestproduct ul {
    display: block;
    list-style: none outside none;
    margin: 5px 0 0;
    padding: 0;
}
.bestproduct li {
    display: block;
    float: left;
    height: 70px;
    margin: 6px;
    padding: 0;
    position: relative;
}
.vmproductvm-best .bp-images{
	display: block;     
    position: absolute;
}
.vmproductvm-best .np-shop{	  
    margin: -10px 10px 0 90px;   
}
/* Must Have*/
.vm-musthave{

}
.vm-must{
	margin-top: -11px;
    overflow: hidden;
    padding-bottom: 3px;
}
 #innerbottom .module-title{
 	font-family: arial;
    font-size: 13px;
    font-weight: bold;
    line-height: 17px;
    margin-top: -50px;
 } 
 
.vm-must img{
	border: 1px solid #E1E1E1;
    height: 70px;
    margin-right: 0;
    width: 90px;
}
.vm-must img:hover{
	opacity:0.75;
}
.vm-must ul {
    display: block;
    list-style: none outside none;
    margin: 5px 0 0;
    padding: 0;
}
.vm-must li {
    display: block;
    float: left;
    height: 62px;
    margin: 6px;
    padding: 0;
    position: relative;
}
 
 
/* Side Bar */
#virtuemart_currency_id{
	margin-top: -25px;
} 
.mod-crc .button {
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
    padding: 6px 8px !important;
}
/* Random Product */
#sidebar-a .vmproductmod-feature .spacer{
	border: 1px solid #e1e1e1;
}
/* VM Cat */
.mod-vmcat,.mod-crc  {
    margin-top: -35px;
}
.mod-ranproduct {
    margin-top: -25px;
}
.mod-ranproduct img {

	border: 1px solid #e1e1e1;
}
.VMmenu a{
	font-size: 13px;
	font-family: opensanslight,arial;
	
}
.textarea.customer-comment{
	text-shadow: none;
}
.additional-images, .featured-view .product-price, .latest-view .product-price, .topten-view .product-price, .recent-view .product-price, .output-billto, .output-shipto {
    font-size: 12px;
    margin: 10px 0;
}
.vm-button-correct, .vm-button-correct:link, .vm-button-correct:visited{
	width: auto;
	background: #ff6622;
	border: 1px solid #ff6600; 
 	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; 
	color: white; cursor: pointer; 
	display: inline-block; 
	font-family: inherit; 
	font-size: 14px; 
	font-weight: normal; 
	line-height: 1; 
	margin: 0; 
	outline: none; 
	padding: 10px 20px 11px; 
	position: relative; 
	text-align: center; 
	text-decoration: none; -webkit-transition: background-color 0.15s ease-in-out; -moz-transition: background-color 0.15s ease-in-out; -o-transition: background-color 0.15s ease-in-out; transition: background-color 0.15s ease-in-out; /* Hovers */ /* Sizes */ /* Colors */ /* Radii */ /* Layout */ /* Disabled ---------- */ 
}
.manufacturer-product-link{
	margin: 10px 0;
}
a.product-details, a.details, div.details{
	font-size: 12px;
}
.billto-shipto span, a.terms-of-service{
	font-size: 13px;
}

.f-widget ul>li{
	line-height: 25px;	
}
.lst-link ul>li{
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}
.lst-link ul>li:last-child{
	border-bottom: none;
    box-shadow: none;
}
.lst-link ul > li i {
    font-size: 10px;
    line-height: 30px;
    margin-right: 5px;
}
.lst-link ul > li a{
	font-size: 12px;	
}
.lst-payment li {
    float: left;
    height: 24px;
    margin: 2px 0;
    width: 39px;
}
.pm-visa{
	background: url("../images/pm-creadit.png") repeat scroll -6px -3px transparent;
	opacity:0.75;
}
.pm-visa:hover{
	 
	opacity:1;
}
.pm-master{
	background: url("../images/pm-creadit.png") repeat scroll -48px -3px transparent;
	opacity:0.75;
}
.pm-master:hover{
	 
 	opacity:1;
}
.pm-elec{
	background: url("../images/pm-creadit.png") repeat scroll -89px -3px transparent;
	opacity:0.75;
}
.pm-elec:hover{
	 
	opacity:1;
}
.pm-paypal{
	background: url("../images/pm-creadit.png") repeat scroll -130px -3px transparent;
	opacity:0.75;
}
.pm-paypal:hover{
 	 
 	opacity:1;
}
.pm-ame{
	background: url("../images/pm-creadit.png") repeat scroll -6px -31px transparent;
	opacity:0.75;
}
.pm-ame:hover{	 
	opacity:1;
}
.pm-mestro{
	background: url("../images/pm-creadit.png") repeat scroll -46px -31px transparent;
	opacity:0.75;
}
.pm-mestro:hover{	 
	opacity:1;
}
.pm-disc{
	background: url("../images/pm-creadit.png") repeat scroll -89px -31px transparent;
	opacity:0.75;
}
.pm-disc:hover{	 
	opacity:1;
}
.pm-cirus{
	background: url("../images/pm-creadit.png") repeat scroll -130px -31px transparent;
	opacity:0.75;
}
.pm-cirus:hover{	 
	opacity:1;
}
.klogin-form-login input[type="text"], .klogin-form-login input[type="password"],.fieldset input[type="text"]{
	box-shadow:none;
	border-radius:0;
	-o-border-radius:0;
	-ms-border-radius: 0;
	-khtml-border-radius: 0;
     -webkit-border-radius:  0;
     -moz-border-radius:  0;
}

/*Rockspocket*/
.tb-tipsale{
	 
}
.sprocket-lists-title{
	font-size: 13px!important;
}
.tb-tipsale .sprocket-tabs {
    margin-top: 25px;
}
.sprocket-lists-item .sprocket-padding {
    display: block;
    font-size: 13px;
    padding: 10px;
}
/* Footer */
#bottom-a .mod-box{
	padding: 15px 0;
}
#bottom-a{
	padding-left: 10px;
}
/* Hidden A*/
.gt-hidden-a{
	display: none;
}