/**
*	@version	$Id: template.css 9 2013-03-21 09:47:13Z linhnt $
*	@package	OMG Responsive Template for Joomla! 2.5
*	@subpackage	main css file for template ot_sexyqueen
*	@copyright	Copyright (C) 2009 - 2013 Omegatheme. All rights reserved.
*	@license	GNU/GPL version 2, or later
*	@website:	http://www.omegatheme.com
*	Support Forum - http://www.omegatheme.com/forum/
*/

/* 
* In this file we define layout such as: dimensions, position, padding, margin, etc. 
* We also define COMMON typography (color, font) - JUST ONLY common style. 
* If template has many preset styles, define typography in preset-style-x.css appropriate each design
*/



/* This is for test or demo only, can remove */
.oPosBlock {
    /* margin-bottom: 20px;
    margin-top: 10px; */
}
.oPos {
	/* background: #EEE; */
	/*border-radius: 3px;*/
}
/* end demo */


/*========================= 1. GENERAL =======================*/

input, textarea, .uneditable-input { max-width: 99%; }
a.modal {
    background: none repeat scroll 0 center transparent;
    border: 0 none;
    border-radius: 0 0 0 0;
    bottom: 0;
    left: 0;
    margin: 0;
    outline: medium none;
    padding: 0;
    position: relative;
    right: 0;
    top: 0;
    width: auto;
    z-index: 0;
}
.ie7 .btn-navbar{ display: none; }

/*========================= 2. OVERIDE JOOMLA =======================*/

/* com_search */
.search{}
.search .phrases-box,
.search .ordering-box,
.search .only,
.search .form-limit 
{
	clear: both; 
	margin: 0.5em 0;
}
.search .phrases-box > input,
.search .phrases-box > label {
	display: inline;
	margin: 0 2px;
}
.search .ordering-box > label {
	display: inline;
}

/* tooltips*/
.tooltip{
	z-index: 35001;
}
.tip-wrap {
    background-color: #000000;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
    z-index: 35001;
}
.tip-title {
	font-weight: bold;
}
.tip-text {
    text-align: left;
}

/* editor buttons */
.button2-left,
.button2-right {
	display: inline-block;
	*display: inline;
	padding: 4px 12px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
		  border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* com_content */
.pagenav:after {
    clear: both;
}
.pagenav:before, .pagenav:after {
    content: "";
    display: table;
    line-height: 0;
}
.pagenav{
    list-style: none outside none;
    margin: 18px 0;
    text-align: center;
}
.pagenav li {display:inline;}
.pagenav .pagenav-prev a{ float: left; }
.pagenav .pagenav-next a{ float: right; }
.pagenav a{
    background-color: #F8F8F8;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    display: inline-block;
    padding: 3px 8px;
}

/*========================= 3. RESPONSIVE ====================*/

@media (min-width: 1200px) {
	
}

@media (min-width: 980px) {
	
}

@media (max-width: 979px) {
	
}

@media (min-width: 768px) and (max-width: 979px) {

}

@media (max-width: 767px) {
	/* fixed the modal popup width in small screen */
	#sbox-overlay {
		min-width: 100% !important;
	}
	#sbox-window {
		left: auto !important;
		padding: 0;
		width: 90% !important;
	}
	#sbox-window .sbox-content-iframe > iframe {
		max-width: 100% !important;
	}
	
	/* fixed facebox pop up in small screen (Virtuemart) */
	#facebox { max-width: 90% !important; left: auto !important; }
	#facebox .content { display: block !important; }
	#facebox iframe { max-width: 100% !important; }
}

@media (max-width: 480px) {

}

@media (min-width: 768px) {	
	.row-fluid .no-space [class*="span"]{
		margin-left:0;
		*margin-left:0;
	}
	.row-fluid .controls-row .no-space [class*="span"]+[class*="span"]{
		margin-left:0;
	}
	.row-fluid .no-space .span12{
		width:100%;
		*width:100%;
	}
	.row-fluid .no-space .span11{
		width:91.6666%;
		*width:91.6666%;
	}
	.row-fluid .no-space .span10{
		width:83.3333%;
		*width:83.3333%;
	}
	.row-fluid .no-space .span9{
		width:75%;
		*width:75%;
	}
	.row-fluid .no-space .span8{
		width:66.6666%;
		*width:66.6666%;
	}
	.row-fluid .no-space .span7{
		width:58.3333%;
		*width:58.3333%;
	}
	.row-fluid .no-space .span6{
		width:50%;
		*width:50%;
	}
	.row-fluid .no-space .span5{
		width:41.6666%;
		*width:41.6666%;
	}
	.row-fluid .no-space .span4{
		width:33.3333%;
		*width:33.3333%;
	}
	.row-fluid .no-space .span3{
		width:25%;
		*width:25%;
	}
	.row-fluid .no-space .span2{
		width:16.6666%;
		*width:16.6666%;
	}
	.row-fluid .no-space .span1{
		width:8.3333%;
		*width:8.3333%;
	}
	.row-fluid .no-space .offset12,
	.row-fluid .no-space .offset12:first-child{
		margin-left:100%;
		*margin-left:100%
	}
	.row-fluid .no-space .offset11,
	.row-fluid .no-space .offset11:first-child{
		margin-left:91.6666%;
		*margin-left:91.6666%;
	}
	.row-fluid .no-space .offset10,
	.row-fluid .no-space .offset10:first-child{
		margin-left:83.3333%;
		*margin-left:83.3333%;
	}
	.row-fluid .no-space .offset9,
	.row-fluid .no-space .offset9:first-child{
		margin-left:75%;
		*margin-left:75%;
	}
	.row-fluid .no-space .offset8,
	.row-fluid .no-space .offset8:first-child{
		margin-left:66.6666%;
		*margin-left:66.6666%;
	}
	.row-fluid .no-space .offset7,
	.row-fluid .no-space .offset7:first-child{
		margin-left:58.3333%;
		*margin-left:58.3333%;
	}
	.row-fluid .no-space .offset6,
	.row-fluid .no-space .offset6:first-child{
		margin-left:50%;
		*margin-left:50%;
	}
	.row-fluid .no-space .offset5,
	.row-fluid .no-space .offset5:first-child{
		margin-left:41.6666%;
		*margin-left:41.6666%;
	}
	.row-fluid .no-space .offset4,
	.row-fluid .no-space .offset4:first-child{
		margin-left:33.3333%;
		*margin-left:33.3333%;
	}
	.row-fluid .no-space .offset3,
	.row-fluid .no-space .offset3:first-child{
		margin-left:25%;
		*margin-left:25%;
	}
	.row-fluid .no-space .offset2,
	.row-fluid .no-space .offset2:first-child{
		margin-left:16.6666%;
		*margin-left:16.6666%;
	}
	.row-fluid .no-space .offset1,
	.row-fluid .no-space .offset1:first-child{
		margin-left:8.3333%;
		*margin-left:8.3333%;
	}
	.controls-row .no-space [class*="span"]+[class*="span"]{
		margin-left:0px;
	}
}

/*========================= 4. LAYOUT =======================*/
.ie7  .btn-navbar{
	display: none;
}
.ie7 .row-fluid .form-search [class*="span"],
.ie8 .row-fluid .form-search [class*="span"],
.ie7 .row-fluid .form-search button,
.ie8 .row-fluid .form-search button{
	min-height: 28px;
	line-height: 28px;
	padding: 0 30px 0 4px;
	
}
.ie7 .form-search .input-append,
.ie8 .form-search .input-append {
	display: block;
}
.ie7 .oTopBlock{
	position: relative;
	z-index: 1;
}
.ie7 .form-search,
.ie8 .form-search{
	width: 270px;
}
.ie7 .form-search .search-query,
.ie8 .form-search .search-query{
	width: 210px;
}
.ie7 .custom_search .form-search .input-append .search-query,
.ie8 .custom_search .form-search .input-append .search-query{
	/* width: 140px; */
}
.ie7 .custom_subscribe,
.ie8 .custom_subscribe{
	width: 340px;
}
.input-append {
	max-width: 100%;
}
.modal {
	z-index: 35100;
}
a.modal{
	position: relative;
	margin: 0;
	width: auto;
	top: auto;
	left: auto;
	z-index: 1;	
	border: 0 none;
	border-radius: 0;
	box-shadow: none;
}
.modal-header{
	overflow: hidden;
}
.modal-backdrop,
.modal-backdrop.fade.in{
	opacity: 0.60;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	z-index: 35050;
}
#fancybox-overlay{
	z-index: 35010;
}
#fancybox-wrap{
	z-index: 35011;
}
ul{
	margin: 10px 0;
	list-style: disc inside none;
}
select{
	max-width: 100%;
}
.floatleft{
	float: left;
}
.floatright{
	float: right;
}
body{
	font-family: 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.body-bg{
	float: left;
	width: 100%;
	height: 100%;
	border-top: 4px solid;
}
.componentheading{
	font-family: 'Arial';
	font-size: 24px;
	text-transform: uppercase;
	line-height: 30px;
	margin-bottom: 20px;
}
.well .ot-mod-inner{
	padding: 10px;
}
h3.mod-title{
	font-family: 'Arial';
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
	text-transform: uppercase;
	margin: 10px 0;
	padding: 6px 0px;
	clear: both;
}
a.readmore{
	display: inline-block;
	padding-right: 10px;
	text-decoration: none;
}
.oTopBlock{
	line-height: 20px;
}
.oTopBlock .module{
	margin: 10px 10px 0;
}
.oTopBlock .top1 ul.menu{
	float: left;
	margin: 0 0 10px;
}
.oTopBlock .top1 ul.menu li{
	float: left;
	padding: 0 5px;
	margin: 0;
}
.oTopBlock .top1 ul.menu li a{
	
}
.oMiddleBlock{
	
}
.oMiddleBlock .container{
	
}
.oMainBlock{
	margin: 20px 0;
}
.oMainBlock .container{
	
}
.oMainBlock .maincontent,
.oMainBlock .oPosBlock{
	margin: 0 0 20px;
	/* padding: 10px 0; */
}
.oBottomBlock{
	
}
.oBottomBlock .container{
	
}
.oFooterBlock{
	
}
.oFooterBlock .container{
	
}
.breadcrumb{
	font-size: 10px;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 0;
}
.breadcrumb > li > .divider{
	padding: 0 15px;
}
.module .search{
	clear: both;
	/* overflow: hidden; */
}
.module .search form.form-search{
	border: 1px solid;
}
.form-search .search-query,
.form-search .btn{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 0;
}
.form-search .btn{
	
}

/* CUSTOM LOGO */
.oTopBlock .module.logo{
	margin: 0;
}

/* CUSTOM CONTACT */
.custom_call,
.custom_email{
	margin: 0;
	padding: 0 20px 0 5px;
}

/* CUSTOM OT LIGHTBOX LOGIN */
.oTopBlock div #ot-login-popup-link{
	font-weight: normal;
}
#ot-login-popup-wrap,
#ot-logout-form{
	margin-bottom: 10px;
}

/* CUSTOM MENU */
.module.mainmenu{
	margin: 0;
}
.mainmenu .otmenu-desk-wrapper .ot-menu {
	margin: 0px;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li {
	
}
.mainmenu .otmenu-desk-wrapper .ot-menu li li a,
.mainmenu .otmenu-desk-wrapper .ot-menu li li .item-separator{
	padding: 5px 5px 5px 10px;
	font-size: 14px;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1{
	margin: 0px;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1 > div > a:hover,
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1.hover > div > a,
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1.active > div > a{
	
}
.mainmenu .otmenu-desk-wrapper .ot-menu a.level1{
	font-family: 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 50px;
	height: 50px;
	padding: 0px 10px;
	text-transform: uppercase;
}
.mainmenu .otmenu-desk-wrapper .ot-menu a.level1 span{
	
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1 > div > .submenu-wrap{
	top: 60px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.mainmenu .otmenu-desk-wrapper .ot-menu .submenu-wrap{
	border: 0;
}
.ot-menu a,
.mainmenu .otmenu-desk-wrapper .ot-menu a,
.menu a{
	
}
 
/* CUSTOM STYLE CUSTOM BLOCK */
.custom-inner{
	clear: both;
}
.custom-content{
	
}
.custom-pretext{
	font-size: 10px;
	text-transform: uppercase;
}
.custom-title{
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	margin-top: 0;
}
.custom_block{
	padding: 10px;
}
 
/* CUSTOM STYLE BRANDS */
.custom_brands {
	
}
.ot-bannerscroll .item > [class*="span"],
.custom_brands .item > [class*="span"]{
	margin: 5px 0;
}
.ot-bannerscroll .item > .span12{
	margin-left: 0;
}
.ot-bannerscroll .item > [class*="span"] > div,
.custom_brands .item > [class*="span"] > div{
	padding: 9px;
	border: 1px solid;
	text-align: center;
}
 
/* CUSTOM STYLE NEWS LETTER */
.custom_subscribe {
	
}
.custom_subscribe form {
	margin: 0;
}
.custom_subscribe form input.validate-email,
.custom_subscribe form input.btn{
	margin: 4px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	font-family: 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.custom_subscribe form input.btn{
	
}
 
/* CUSTOM STYLE CUSTOM SOCIAL */
.custom_social{
	float: left;
	margin: 10px 10px 0 0;
}
.custom_social img:hover{
	opacity: 0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
}

/* CUSTOM MAINBOTTOM */
div.equaldemo > div{
	padding: 0 5%;
}

/* CUSTOM SIDEBAR */
.oPosBlock.sidebar .module{
	margin-bottom: 20px;
}
.oPosBlock.sidebar h3.mod-title{
	padding: 6px 10px;
	margin-top: 0;
}
[class*="sidebar-"] ul{
	
}

/* CUSTOM CONTENT */

/* CUSTOM BOTTOM */
.oBottomBlock ul li{
	line-height: 20px;
}
.oBottomBlock ul.menu,
.oBottomBlock .module ul.VMmenu{
	margin: 10px 0;
}
.oBottomBlock ul.menu li,
.oBottomBlock .module ul.VMmenu li{
	float: left;
	padding: 5px 10px;
	font-family: 'Arial';
	font-size: 12px;
	text-transform: uppercase;
}
.oBottomBlock .module ul.VMmenu li a,
.oBottomBlock .module ul.menu li a{
	
}
.oBottomBlock .module{
	
}
.oBottomBlock .module .mod-title{
	
}
.oBottomBlock .mod-content{
	
}

/* CUSTOM FOOTER */
.oFooterBlock{
	padding: 10px 0;
}
.oFooterBlock .oPosBlock{
	position: relative;
	padding: 10px 0;
}
.oFooterBlock .separator{
	width: 100%;
	height: 20px;
}
.oFooterBlock ul > li{
	padding: 5px 0;
}
.oFooterBlock .nav > li{
	border-bottom: 1px solid
}
.oFooterBlock .nav > li > a{
	
}
.oFooterBlock .nav > li > a:hover,
.oFooterBlock .nav > li > a:focus{
	
}

/* CUSTOM K2 */
.k2AccountPage table tr td label{
	display: inline-block;
	margin: 0 20px 10px 5px;
}
.k2Avatar img{
	overflow: hidden;
}
div.itemHeader h2.itemTitle{
	font-family: 'Arial';
	font-size: 20px;
	line-height: 28px;
	padding: 6px 0px;
	text-transform: uppercase;
}
div.catItemHeader h3.catItemTitle,
div.latestItemHeader h3.latestItemTitle,
div.userItemHeader h3.userItemTitle,
div.tagItemHeader h2.tagItemTitle{
	font-family: 'Arial';
	font-size: 18px;
	line-height: 28px;
	padding: 6px 0px;
}
div.itemToolbar ul{
	text-align: left;
}
div.itemHeader span.itemAuthor{
	display: inline-block;
	padding: 0 10px 0 15px;
}
div.catItemHeader span.catItemAuthor,
.catItemAuthor,
.itemAuthor,
.catItemDateCreated,
.itemDateCreated,
.moduleItemDateCreated,
.catItemTagsBlock,
.itemTagsBlock,
.catItemComments,
.itemComments{
	padding: 0 10px 0 15px;
}
ul.itemsList li{
	list-style: none;
	padding: 10px;
	border-bottom: 1px solid;
}
ul.itemsList li.lastItem{
	border-bottom: 0;
}
.k2ItemsBlock .moduleItemImage{
	float: left;
	margin: 0 10px 0 0;
}
.k2ItemsBlock .ot-single .moduleItemImage{
	float: left;
	margin: 0;
	width: 100%;
}
.k2ItemsBlock .ot-single .moduleItemOverlay{
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	font-family: 'Arial';
	font-size: 14px;
	line-height: 20px;
}
.k2ItemsBlock .ot-single .moduleItemOverlay .moduleItemTitle{
	padding: 5px 15px;
	display: inline-block;
	text-transform: uppercase;
}
.k2ItemsBlock .ot-single .moduleItemOverlay .moduleItemIntrotext{
	margin: 10px 0;
	padding: 10px 15px;
}
.k2ItemsBlock .ot-single .moduleItemOverlay .moduleItemAddition{
	padding: 2px 15px;
	margin: 1px 4px 1px 0px;
}
.k2ItemsBlock .ot-single .moduleItemOverlay a.moduleItemReadMore{
	display: inline-block;
	padding: 5px 35px 5px 15px;
	margin-top: 10px;
}

/* CUSTOM VIRTUEMART */
.category-title{
	padding: 0 10px;
	font-size: 18px;
	text-transform: uppercase;
	background: #F7F7F7;
	color: #333333;
}
.orderby-displaynumber{
	border-top: 0;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}
ul.ot-vmproduct{
	margin: 0px;
	list-style: none;
}
.product .spacer{
	overflow: hidden;
	line-height: 20px;
}
.product .spacer .product-image{
	position: relative;
}
.product .spacer,
.category-view .row-fluid .category .spacer,
.featured-view .spacer,
.latest-view .spacer,
.topten-view .spacer,
.recent-view .spacer,
.related-products-view .spacer,
.browse-view .row-fluid .product .spacer{
	padding: 5px 0;
	margin: 10px 0;
	text-align: left;
}
.product .spacer .carousel-inner > .item > img,
.product .spacer .carousel-inner > .item > a > img,
.main-image .carousel-inner > .item > img,
.main-image .carousel-inner > .item > a > img{
	display: inline-block;
	max-width: 100%;
}
.product-related-products .carousel,
.product .spacer .product-image.carousel{
	border: 0;
	margin-bottom: 0px;
}
.product .spacer .product-image.carousel .carousel-control{
	opacity: 0.01;
	filter:alpha(opacity=1); /* For IE8 and earlier */
}
.product .spacer:hover .product-image.carousel .carousel-control{
	opacity: 0.70;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
.product .spacer .product-discount,
.product .spacer .product-new{
	position: absolute;
	/* left: 50%; */
	left: 75%;
	top: -5px;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	display: block;
	font-family: 'Arial';
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	line-height: 50px;
	-webkit-border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
	border-radius: 25px 25px 25px 25px;
}
.product .spacer .product-name,
.product .spacer .product-name a{
	font-weight: bold;
}
.product .spacer .product-price,
.product .spacer .product-rel-price{
	font-family: 'Arial';
	font-size: 14px;
	margin: 0 0 5px;
}
.product .spacer .product-price .price-crossed,
.product .spacer .product-rel-price .price-crossed{
	font-size: 11px;
}
.product .spacer .product-price .price-crossed,
.product .spacer .product-rel-price .price-crossed,
.product .spacer .product-price .price-new,
.product .spacer .product-rel-price .price-new{
	display: inline-block;
	float: left;
	margin: 0 10px 0 0;
}
.product .spacer .product-detail a.product-details{
	padding: 3px 10px;
	border: 0;
}
.vote .ratingbox{
	width: 70px;
	height: 14px;
}
.vote .ratingbox span{
	height: 14px;
}
.productdetails-view{
	overflow: hidden;
}
.productdetails-view .product-details{
	
}
.productdetails-view .product-price{
	font-family: 'Arial';
	font-size: 24px;
	line-height: 24px;
	padding: 15px 0;
	border-bottom: 1px solid;
}
.productdetails-view .product-price span.price-crossed{
	font-size: 14px;
}
.product-preview{
	margin: 0 0 10px;
	padding: 0;
}
.main-image{
	margin: 0;
	padding: 0;
	border: 1px solid;
	overflow: hidden;
}
.img-caption{
	padding: 10px;
	line-height: 20px;
	font-size: 10px;
	text-align: left;
	text-transform: uppercase;
}
.additional-images {
	
}
.additional-images .carousel {
	padding: 0 40px;
}
.additional-images .carousel .carousel-control {
	left: 0;
	border: 0;
}
.additional-images .carousel .carousel-control.right {
	left: auto;
	right: 0;
}
.additional-images .nav > li {
	/* float: left;
	margin: 5px;
	width: 70px;
	height: auto;
	border: 1px solid; */
}
.additional-images .nav > li > a {
	padding: 9px;
	border: 1px solid;
}
.additional-images .nav > li > a > img{
	max-width: 100%;
	width: auto;
	margin: 0;
}
.additional-images .mCustomScrollBox{
	
}
.additional-images .mCustomScrollBox .mCSB_container{
	/* margin: 0 40px; */
}
.productdetails-view .product-name h1{
	font-size: 30px;
}
.productdetails-view .spacer-buy-area{
	padding: 0;
}
.productdetails-view .product-fields{
	float: left;
	width: 100%;
	padding: 15px 0;
	margin: 0;
	border-bottom: 1px solid;
}
.productdetails-view .addtocart-bar{
	padding: 15px 0;
	border-bottom: 1px solid;
}
span.quantity-box{
	width: auto;
}
span.addtocart-button input.addtocart-button{
	margin-top: 5px;
	padding: 4px 40px 4px 10px;
	font-family: 'Segoe UI',Tahoma,Arial,Helvetica,sans-serif;
	font-size: 18px;
}
.productdetails-view .product-short-description{
	padding: 15px 0;
	margin: 0;
	border-bottom: 1px solid;
}
.product-related-products,
.product-related-categories{
	float: left;
	width: 100%;
	border: 0;
}
.product-related-products h4,
.product-related-categories h4{
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px;
}
.productFacebookButton,
.productTwitterButton,
.productGooglePlusOneButton{
	float: left;
	margin-right: 10px;
}
.module .VmArrowdown{
	width: 10px;
	height: 10px;
	padding: 15px;
}
.vmCartModule{
	
}
.module ul.VMmenu{
	
}
.module ul.VMmenu > li{
	padding: 8px 0;
	border-bottom: 1px solid #F2F2F2;
}
.module ul.VMmenu li li{
	
}
.module ul.VMmenu > li:first-child{
	
}
.module ul.VMmenu > li > div > a{
	
}
.module ul.VMmenu li a,
.module ul.menu li a{	
	display: block;
}
.module ul.VMmenu li a:hover,
.module ul.menu li a:hover{
	
}
.menu.ot_sub_mn{
	margin: 5px;
}
.module .menu .parent > a{
	font-family: 'Arial';
	font-size: 14px;
	line-height: 20px;
	padding: 10px;
	text-transform: uppercase;
}

/* CUSTOM TABS */
.navbar,
.nav-tabs{
	margin: 0;
	padding: 0;
}
.navbar{
	overflow: hidden;
}
.navbar .divider-vertical{
	margin: 0px;
}
.navbar .nav > li > a{
	margin: 0;
	font-family: 'Arial';
	font-size: 14px;
	text-transform: uppercase;
}
.nav-tabs{
	
}
.nav-tabs li{
	
}
.nav-tabs a{
	font-size: 14px;
	text-transform: capitalize;
	font-weight: normal;
}
.nav-tabs .active > a,
.nav-tabs > a:hover,
.nav-tabs > a:focus{
	
}
.tab-content{
	overflow: visible;
	clear: both;
	padding: 10px;
}

/* CUSTOM SLIDE */
.carousel-control{
	line-height: 23px;
	text-align: center !important;
	top: 50%;
	z-index: 1;
}
.carousel-control.right{
	text-align: center !important;
}
.carousel-control.control-square{
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}
.carousel-control.control-large{
	width: 60px;
	height: 60px;
	line-height: 45px;
	border: 0;
	margin-top: -60px;
}
.carousel-control.control-mini{
	width: 30px;
	height: 30px;
	border: 0;
	margin-top: -30px;
}
.carousel-control.control-mini.right{
	
}
.carousel-control [class^="icon-"],
.carousel-control [class*=" icon-"]{
	margin-top: 13px;
}
.control-large [class^="icon-"],
.control-large [class*=" icon-"]{
	margin-top: 23px;
}
.control-mini [class^="icon-"],
.control-mini [class*=" icon-"]{
	margin-top: 8px;
}
.carousel-inner > .item{
	margin: 0;
	overflow: hidden;
}
.carousel{
	z-index: 0;
}
.carousel-indicators li{
	margin: 4px 4px 4px 9px;
}
.carousel-indicators li:hover,
.carousel-indicators li.active{
	margin: 0 0 0 5px;
	border: 4px solid;
	-webkit-border-radius: 9px 9px 9px 9px;
	-moz-border-radius: 9px 9px 9px 9px;
	border-radius: 9px 9px 9px 9px;
}
.ot-slidenav{
	position: absolute;
	right: 0;
	top: -50px;
	z-index: 1;
}
.ot-slidenav .carousel-indicators,
.ot-slidenav .carousel-control{
	position: static;
	float: left;
}
.ot-slidenav .carousel-control{
	position: static;
	float: left;
	border: 0;
	margin: 0 0 0 1px;
	cursor: pointer;
}

/* CUSTOM BACK TOP */
.gotop{
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
}

/* CUSTOM TEMPLATE CONTROL */
fieldset.democolor{
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	padding: 20px 0 10px;
	margin: 10px 0;
}
.ie7 fieldset.democolor{
	max-width: 200px;
}
fieldset.democolor label.demopreset{
	width: 80px;
	height: 40px;
	border: 0;
	margin-bottom: 10px;
	-webkit-box-shadow: inset 0 -15px 0 rgba(0, 0, 0, 0.1), 0 1px 2px rgba(255, 255, 255, 255.05);
	-moz-box-shadow: inset 0 -15px 0 rgba(0, 0, 0, 0.1), 0 1px 2px rgba(255, 255, 255, 255.05);
	box-shadow: inset 0 -15px 0 rgba(0, 0, 0, 0.1), 0 1px 2px rgba(255, 255, 255, 255.05);
}
fieldset.democolor label.demopreset.odd{
	clear: both;
	margin-right: 10px;
}
fieldset.democolor label.demopreset.even{
	
}
