/*
	Z&A stores
	Author Vardan Torosyan
*/
@charset "utf-8";


@font-face {
    font-family: 'GHEAGrapalatRegular';
    src: url('fonts/gheagrpalatreg_0-webfont.eot');
    src: url('fonts/gheagrpalatreg_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gheagrpalatreg_0-webfont.woff') format('woff'),
         url('fonts/gheagrpalatreg_0-webfont.ttf') format('truetype'),
         url('fonts/gheagrpalatreg_0-webfont.svg#GHEAGrapalatRegular') format('svg');
}

@font-face {
    font-family: 'TahomaArmenianNormal';
    src: url('fonts/tahomaa-webfont.eot');
    src: url('fonts/tahomaa-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tahomaa-webfont.woff') format('woff'),
         url('fonts/tahomaa-webfont.ttf') format('truetype'),
         url('fonts/tahomaa-webfont.svg#TahomaArmenianNormal') format('svg');
}




/*::-moz-selection{ background:#C0E0F8; color:#fff; text-shadow: none; }
::selection { background:#C0E0F8; color:#fff; text-shadow: none; }*/

a,
a:link,
a:visited {
	color:#999;
	text-decoration: none;
	border-bottom:1px solid transparent; 
	transition-property: border, color;
	transition-duration: .25s;
	-o-transition-property: border, color;
	-o-transition-duration: .25s;
	-webkit-transition-property: border, color;
	-webkit-transition-duration: .25s;
	-moz-transition-property: border, color;
	-moz-transition-duration: .25s;
	overflow:visible;
}

p a, p a:link, p a:visited{
	color:#ffe2d9;
}

p a:hover {
	color:#fccabb;
	text-decoration: underline;
}


html, body,  span, h3, object, iframe,  blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav,  summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}



input, select, textarea {
	font-size:12px;
	border:#ccc 1px solid;
	padding:6px 7px;
	//background:#CECCCE;
	background:#FFF;
	color:#000;
	letter-spacing:1px;
	font-family:	TahomaArmenianNormal;
	
}

input[type="button"], input[type="submit"] {
	background:#a6a6a6;
	color:#fff;
	padding:7px 13px;
	text-transform:uppercase;
	border:none;
}

input[type="button"]:hover, input[type="submit"]:hover {
	background:#000;
	color:#FFF;
	cursor:pointer;
	  -webkit-transition: all .4s linear;
 	 -moz-transition: all .4s linear;
 	 transition: all .4s linear;
}

input:focus, select:focus, textarea:focus {
	outline:none;
	background:#a6a6a6;
	border:solid 1px #ccc;	
}

input.error, select.error, textarea.error  { border: 1px dotted #C00; background:#FCEDED;  }
form div.error {
	font-size:11px;
	color:#C00;
	margin-right:25px;
	padding-left:6px;
}

form div.info {
	font-size:11px;
	color:#0C3;
	margin-right:25px;
	padding-left:6px;
}
/****************************************************/

/*body * {
	border:1px dashed #0F0	
}*/

html, body {
	height: 100%;
	zoom:1;
	//overflow-x:hidden;
}

html.ifrm {
	background:#000;
}

#sitecontainer {
	position:relative;
	width:100%;
	height:100%;
	min-width:1007px;
	min-height:667px !important;
	//background-color:#1d1717;
	background-color:#FFF;
}

#overly {
	position:absolute;
	width:100%;
	height:100%;
	z-index:999;
	opacity:0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);		
	display:none;
	background:url(images/s.png);
}

#headercontainer {
	position:absolute;
	z-index:10001;
	top:0;
	width:100%;
	height:96px;
	background:#FFF;
	opacity: 0.95;
    filter: alpha(opacity=95); /* For IE8 and earlier */
}

	#logocontainer {
		position:absolute;
		top:0;
		left:55px;
		border:5px solid rgba(255,255,255, .2);
		border-top:none !important;
		width:140px;
		height:140px;
		z-index:10000;
/*		-moz-border-radius-bottomright: 10px;
		border-bottom-right-radius: 10px;
		-moz-border-radius-bottomleft: 10px;
		border-bottom-left-radius: 10px;*/
	}
	
		#logo, #logo img {
			width:140px;
			height:140px;
			border:none;
		}

		#logo {
			background:#000 url(images/logo.png) no-repeat center bottom;	
		}
	
	#langcontainer {
		position:absolute;
		top:0;
		color:#EFEFEF;
		font-size:14px;
		right:5px;
		width:800px;
		height:40px;
		//text-shadow:1px 1px 5px #000;
	}
	
	#langcontainer a:hover {
			color:#000;
	}
			
		#musicplayercontainer {
			height:auto;
			width:145px;

			float:left;
			border:1px solid rgba(255,255,255, .2);
			border-top:none !important;

			/*-moz-border-radius-bottomright: 6px;
			border-bottom-right-radius: 6px;
			-moz-border-radius-bottomleft: 6px;
			border-bottom-left-radius: 6px;	*/	
		}
		
		#musicplayer {	
			padding:7px 5px;
			text-align:center;		
			height:30px;
			background:#000;
			-moz-border-radius-bottomright: 6px;
			border-bottom-right-radius: 6px;
			-moz-border-radius-bottomleft: 6px;
			border-bottom-left-radius: 6px;		
		}
		
		
		#signin{
			float:left;
			padding-top:10px;
			padding-right:35px;
		}
		
		#langs {
			padding-top:10px;	
			padding-right:35px;
			float:left;	
		}
	
	#menucontainer {
		position:absolute;
		top:50px;
		width:100%;
		height:47px;
		background:#000;
		/*border:1px dashed #000;	*/
	}




/* FOOTER */
#footercontainer {
	position:absolute;
	/*z-index:1000;*/
	bottom:0px;
	background:#000;
	width:100%;
	min-width:1000px;
	height:65px;
	border-top:1px solid #2a2a28;
	box-shadow: 0px 3px 10px #fff;
	font-family:'TahomaArmenianNormal', 'Tahoma Armenian', 'Arian AMU', Tahoma;
}

	#footercontainer div.sections {
		float:left;
		font-size:0.9em;
		margin:12px 0 0 20px;
		color:#929292;
		height:43px;
		/*border:1px dashed #F60;*/
	}

	#footercontainer div.sections a {
		color:#929292;
	}

	#footercontainer div.sections a:hover {
		color:#CCC;
	}
	
		.soc {
			text-align:center;
			min-width:150px !important;
		}
		
		.soc img {
			margin-top:5px;
		}
		
		.sectitle {
			width:90%;
			padding-bottom:6px;
			margin-bottom:6px;
			border-bottom:1px solid #555;	
		}
	
		#footerlogo {
			margin-right:5px !important;
			min-width:75px !important;
			height:50px !important
		}
		
		#footerlogo img {
			border:none;
		}
		
		#footerlogo span {
			font-size:9px; 
			color:#7d7d7d; 
		} 
		#footeraddress {
			width:135px;
			min-width:135px	
		}
		
		#footeremail {
			width:110px;
			min-width:110px	
		}
		
		#footerphone {
			width:100px;
			min-width:100px
		}
		
	
			#q {
				font-size:12px;
				border:#363534 1px solid;
				margin-top:7px;
				padding:7px 28px 7px 10px;
				background:#cbcbcb url(images/search_ico.png) no-repeat right center;
				
				color:#474747;
				/*width:130px;*/	
			}
			
			#q:focus {
				outline:none;	
			}


#iframecontent {
	color:#C9CCCE;
	background:#000;
	margin:35px 0;
	width:100%;
	height:95%;
	overflow:auto;
}

#formcontent {
	margin-left:25px;	
}

/* registration */
#actiondone {
	display:none;
}

#actionresult {
	padding:0 25px 0 0; 
	display:none;
}

#reguserexists,#verifierror {
	display:none;
	padding:15px 0;
	color:#F00;
}


/* slider */
#htmlslide {
	position:absolute;
	top:180px;
	bottom:180px;
	left:10%;
	right:10%;
	padding:1%;
	
	text-shadow: 0.1em 0.1em #666;
/*	border:1px dashed #F00;
*/}

.sliderposter {
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
}

/* collections */
#collections {
	height:100%;	
}

#collections div {
	float:left;
	width:27%;
	height:100%;	
	margin-right:3%;
	margin-left:3%;
/*	border:1px dashed #3F3;
*/}

#collections div img {
	border:0;
	height:93% !important;
	border:10px solid rgba(0, 0, 0, .2);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


/* static pages */
#staticpage {
	display:none;
	background:#000;
}

#pagecontent {
	margin:35px 0 25px 20px;
	padding:0 30px 0 5px;
	line-height:1.4em;
	color:#C9CCCE;
	overflow: auto;
	height:100%;	
}

/* news */
.newsbycatitem {
	min-height:200px;	
}


.datetime {
	color:#FC6;	
	
}

/* brand logo */
#brandlogo {
	position:absolute;
	z-index:1000;
	bottom:80px; 
	right:20px;	
	max-width:20%;
	//background:#000;
}

#brandlogo  img {
	width:100%;	
}

/* dashboard */
#dashboardcont {
	color:#999;
	padding:20px 40px; 	
}

#accountmenu {
	padding:0;
	margin:0;
	list-style:none;	
	overflow:auto;
}

.hello {
	font-size:20px;
}

#accountmenu li {
	float:left;
}

#accountmenu li.sel {
	float:left;
	height:42px;
	background:url(images/menu-acc.png) center bottom;
}

#accountmenu li p {
	color:#FFF;
	padding:8px 30px 8px 30px;
	margin:0;
	border-top:1px solid #434343;
	border-left:1px solid #434343;
}

#accountmenu li a {
	display:block;
	padding:8px 30px 8px 30px;
	border-top:1px solid #434343;
	border-left:1px solid #434343;
	border-bottom:1px solid #434343;

}

#accountmenu a:link,  #accountmenu a:visited {
	color: #8E908F;
	text-decoration: none;
	outline: none;
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-ms-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

#accountmenu li a:hover {
	color:#FFF;	
}

#accountmenu li a.last, #accountmenu li p.last {
	border-right:1px solid #434343;
}

/* groups */

#crgroup {
	padding-left:25px;	
}

	.gtype {
		padding:5px;
		width:270px;
		min-height:230px;
		float:left;
		border:1px solid #4d4d4d;
		margin:10px	
	}
	
	.gtype:hover {
		background:#333;	
		cursor:pointer
	}
	
	.gtype p {
		padding:0; 
		margin:0;
		float:right;
		color:#666;
		font-size:11px;
		font-family:'TahomaArmenianNormal', 'Tahoma Armenian', 'Arian AMU', Tahoma;
	}
	
	.gtype h3 {
		text-align:left;
		padding-left:5px;
	}



/* 
	classes 
*/




.trow {
	clear: both;
	padding: 10px;
}
.tlabel {
	width: 160px;
	margin: 0px;
	padding: 7px 0 0 0; 
	float: left;
	text-align: right;
	color:#CCC;
}
.tinput {
	width: 320px;
	margin: 0px;
	padding: 0 10px 0 5px; 	
	float: right; 
	text-align: left;	
}


	
.op6 {
	opacity:.6;
	-moz-opacity: 0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);		
}
.op7 {
	opacity:.7;
	-moz-opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);		
}
.op8 {
	opacity:.8;
	-moz-opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);		
}
.op9 {
	opacity:.9;
	-moz-opacity: .9;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);		
}
.op95 {
	opacity:.95;
	-moz-opacity: .95;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=95);		
}

.font_grapalat {
	font-family:'GHEAGrapalatRegular', "GhEA Grapalat";	
}

.note {
	font-size:11px;
	color:#999;
	padding:5px 25px 5px 5px;
}

.note a {
	color:#DDD;
	text-decoration:underline;
}

.note a:hover {
	color:#FFF;	
}

.loading	{
	position:absolute;
	margin:auto auto auto auto;
	background-color:#000;	width:200px;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	background-image:url(images/ajax-loader.gif);
	background-position:center center;
	background-repeat:no-repeat;
	z-index:99999;
	visibility:hidden;
}



.shopping-cart{



	
}
.prodPane{
	max-height: 300px;
	padding: 0px 0px 10px 10px;
	overflow-y: scroll;
	
	
}

.shopping-cart h3,.view-cart h3 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.shopping-cart ol{
	padding: 1px 0px 0px 15px;
}

.shopping-cart .cart-itm, .view-cart .cart-itm{
	border-bottom: 1px solid #DDD;
	font-size: 11px;
	font-family: arial;
	margin-bottom: 5px;
	padding-bottom: 5px;
	list-style:none;
}
.shopping-cart .remove-itm, .view-cart .remove-itm{
	font-size: 14px;
	float: right;
	//background: #D5D5D5;
	padding: 4px;
	line-height: 8px;
	border-radius: 3px;
}
.shopping-cart .remove-itm:hover, .view-cart .remove-itm:hover{
	//background: #000;
	color:#F00;
}
.shopping-cart .remove-itm a, .view-cart .remove-itm a{
	color: #888;
	text-shadow: 1px 1px 1px #ECECEC;
	text-decoration:none;
}
.shopping-cart .cart-itm-img{
	float:left;	
}
.shopping-cart .cart-itm-img img{
	width:80px; 
	height:auto;
}
.shopping-cart .cart-itm-details{
	float:left;
	margin:10px;
	max-width:200px;	
}
.clearleft{
	clear:left;	
}
.check-out-txt{
	text-align:right;
	padding:10px;
}

.shopping-cart-total{
	border-bottom: 3px double #9a9a9a;
	border-top: 3px double #9a9a9a;
	color: #000;
	font-size: 17px;
	font-weight: bold;
	margin: 8px 0 0;
	padding-bottom: 6px;
	padding-top: 6px;
	padding-left:6px;
	text-align: right;

}

.shopping-cart-total .price{
	font-size:21px;
	font-weight: normal;
	text-align: right;
	float: right;
	min-width: 90px;
	padding-right:6px;
}
.shopping-cart-total .price {
 	font-size: 18px;
	padding:5px;
}
.shopping-cart-total .currency{
	font-size: 12px;
	padding:5px;
}

 .shopping-action-button {
	color:#fff;
	background:#383434;
	width:90%;
	height:31px;
	line-height:31px;
	text-transform: uppercase;
	text-decoration: none;
	text-align:center;
	margin:0 auto;
	-webkit-transition: color 0.5s, background-color 0.5s;
	-moz-transition: color 0.5s, background-color 0.5s;
	-ms-transition: color 0.5s, background-color 0.5s;
	-o-transition: color 0.5s, background-color 0.5s;
	transition: color 0.5s, background-color 0.5s;
	border-radius: 1px;
}
.shopping-action-button span{
	
	display: block;
	margin:2px;
	height:30x;
	line-height:30px;
	color:#FFF;
	font-weight:bold;
	//border:solid 1px #FFF;
}
.shopping-action-button:hover{
	background:#000;
	//box-shadow: 0 0 0 2px white, 0 0 0 3px #696969;
}

.shopping-action-button span:hover{
	//border:solid 1px #FFF;
}
/*** view cart **/
.view-cart{
	
	width: 100%;
	//float:left;
	//background: #F0F0F0;
	//padding: 10px;	
}
.view-cart .p-price{
	float: right;
	margin-right: 10px;
	font-size: 12px;
	font-weight: bold;
}
.view-cart .product-info{width:60%;}
.checkout-table{
	width:100%;
	color:#000;
	border-collapse: collapse;
}
.checkout-table td,.checkout-table tr{
	text-align:center;
	verticle-align:middle;
}
.checkout-table thead th{
	border-bottom: 3px double #9a9a9a;
	border-top: 3px double #9a9a9a;
	padding:10px 0;
	text-transform: uppercase;	
}
.shopping-bag{
	height:22px;
	vertical-align:middle;
	padding:0 2px 5px 2px;	
}




/*form styles*/
.msform {
	width: 900px;
	//height:100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding-top:160px;
	//height:400px;
	//overflow-y:scroll;
	//top:150px;
}

.msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
	padding: 0 30px;
	//max-height:400px;
	//overflow-y:scroll;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	
	/*stacking fieldsets above each other*/
	//position: absolute;
}
/*Hide all except first fieldset*/
.msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
/*#msform input, #msform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
}*/
/*buttons*/
.msform .action-button {
	width: 100px;
	background:#383434;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 7px 5px;
	margin: 10px auto;
	-webkit-transition: color 0.5s, background-color 0.5s;
	-moz-transition: color 0.5s, background-color 0.5s;
	-ms-transition: color 0.5s, background-color 0.5s;
	-o-transition: color 0.5s, background-color 0.5s;
	transition: color 0.5s, background-color 0.5s;
	text-transform:uppercase;
}
.msform .action-button:hover, #msform .action-button:focus {
	//box-shadow: 0 0 0 2px white, 0 0 0 3px #696969;
	background:#000;
}
.previous{
	float:left;	
}
.next{
float:right;	
}

.checkout-button{
	width: 80%;
	background:#383434;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 7px 5px;
	margin: 10px auto;
	-webkit-transition: color 0.5s, background-color 0.5s;
	-moz-transition: color 0.5s, background-color 0.5s;
	-ms-transition: color 0.5s, background-color 0.5s;
	-o-transition: color 0.5s, background-color 0.5s;
	transition: color 0.5s, background-color 0.5s;
	text-transform:uppercase;
	text-align:center;
}

.checkout-button:hover,.checkout-button:focus {
	//box-shadow: 0 0 0 2px white, 0 0 0 3px #696969;
	background:#000;
}
/*headings*/
.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	color: #000;
	text-transform: uppercase;
	font-size: 11px;
	width: 25%;
	float: left;
	position: relative;
	text-align:center;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: #ccc;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #000;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1;
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #000!important;
	color: #FFF;
}


.qty {
    width: 28px;
    height: 28px;
	background:#FFF;
    text-align: center;
	border:solid 1px #ccc; 
}
input.qtyplus {
	background-color: #ccc;
	color: white;
	cursor: pointer;
	margin: 1px;
	width: 18px;
	border:none;
	font-size:12px;
	text-align:center;
	padding:5px;
}
input.qtyminus {
	background-color: #ccc;
	color: white;
	cursor: pointer;
	margin: 1px;
	text-align:center;
	width: 18px;
	border:none;
	padding:5px;;
	}
.basketloginbtn{
	float:right;
	width:67px;
	height:30px;	
}
.basketloginleft{
	float:left;
	text-align:left;
	width:50%;	
}
.basketloginleft .innerdiv{
	width:95%;	
}
.basketloginleft h3{
	border-bottom: 3px double #9a9a9a;
	border-top: 3px double #9a9a9a;
	padding:5px;
	text-align:center;

}
.baskeloginlabel{
	width:110px;
}
.baskelogininput{
	width:184px;
}
.basketloginright{
	float:left;
	padding-left:20px;
	width:40%;
	border-left: solid 1px;
}
.basketloginright h3{
	border-bottom: 3px double #9a9a9a;
	border-top: 3px double #9a9a9a;
	padding:5px;
	width:100%;
	text-align:center;
}
.basketRegisterButton{
	width:60%!important;
}
.left{
	float:left;	
}
.right{
	float:right;	
}
.displayinline{
	display:inline;	
}
.accountdetails{
	color:#FFF;	
	width:100%;	
}
.account-title{
	padding-top:20px;
	padding-bottom:20px;	
}
.account-table{
	padding:5px;	
}
.account-orders-table td{
	padding:10px;	
}
.account-orders-table{
//width:600px;	
}
.deliverydetails{
	text-align:left;
	padding-top:30px;	
}
.deliverydetails h3{
	font-size:16px;
	padding:5px;	
}
.next{
	font-size:15px;	
}



/*ipay*/
.payment_title {
    float: left;
    line-height: 75px;
    font-size: 18pt;
    color: #6F87A7;
    margin: 0px 0px 0px 105px;
    font-weight: 700;
}

.content {
   background-color: #F5F6F7;
   width: 100%;
   margin: auto;
   text-align: center;
   padding-top: 15px;
}

.payment_box {
    width: 800px;
    margin: auto;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 30px;
}

.content_title_bg {
   background: url('../img/contnet_title_bg.png');
   width: 100%;
   height: 33px;
}

.content_title_bg span {
    font-size: 13pt;
    color: #FFFFFF;
    line-height: 33px;
    float: left;
    margin-left: 40px;
}

.payement_box_body {
   background: url('../img/payement_box_body.png') repeat-x;
   width: 100%;
   height: 296px;
}

.payement_box_body span {
    font-size: 12pt;
    color: #000;
    float: left;
    padding: 35px 0px 35px 40px;
}

.payment_items {
    margin: auto;
    text-align: left;
    padding-left: 5px;
}

.payment_item {
    margin: 0px 12px 0px 12px;
    float: left;
}

.payment_item a {
    color: #6F87A7;
    text-decoration: none;
    font-weight: 500;
    font-size: 10pt;
}

.payment_item a:hover {
    color: #666;
    text-decoration: none;
    font-weight: 500;
    font-size: 10pt;    
}

.footer {
   background: url('../img/footer_bg.png') repeat-x;
   width: 100%;
   height: 59px;
}

.footer_icons {
    float: left;
    margin-left: 40px;
}
.footer_sep {
   background: url('../img/header_sep.png');
   width: 1px;
   height: 57px;
   float: left;
   margin: 1px 0px 1px 300px;
}

.footer img {
    vertical-align: middle;
    margin: 13px 10px 5px 10px;
}

.copyright, .user_agreement a{
    float: left;
    text-align: center;
    font-size: 8pt;
    color: #636363;
    margin: 18px 0px 10px 60px;
	
}


.footer a {
    text-decoration: none;
}

.warning {
    margin: auto;
    text-align: center;
    width: 800px;
    height: 40px;
    border: #DA251D solid 2px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    background: url('../img/warning.png') no-repeat;
    background-position: 10px 4px; 
    display: block;
}

.warning span {
    line-height: 40px;
    color: #DA251D;
    font-size: 10pt; 
    float: left;
    padding-left: 50px;
}

.ssl-text {
	clear: both;
	text-align:center; 
	margin:0px; 
	padding:0px;
	padding-bottom: 10px;
}

.ssl-text a {
	color:#000000; 
	text-decoration:none; 
	font:bold 7px verdana,sans-serif; 
	letter-spacing:.5px; 
}
/*-------USER AGREEMENT-------*/
.agreement-container{
	padding:0 30px 50px 30px;
	max-width:860px;
	text-align:left;
	font-size:12px;
}
.delrow{
	padding:1px 50px;
	text-align:left;	
}
.delrow div{
	padding-bottom:5px;	
}
.receipt{
	
}
.order_details{
	background:#FFFFFF;
	padding:10px;
	border:dotted 1px #CCC;
	color:#333;
	font-size:11px;
	font-family:helvetica;
}
.payment-type{
 
  height:auto;
}

.order_details table{
	width:100%;
	font-size:11px;
	text-align:center;
}
.order_details table th{
	background:#CCC;	
}
.order_details h3{
	padding:10px 0;	
}
.clear{
	clear:both;	
}
.merchant{
	color:#999;
	font-size:10px;	
	padding:8px;

}
.merchant tr td:first-child{
	color:#333;	
	
}
.payment_system{
	margin-top:15px;
	text-align:left;
	font-weight:bold;
	border-top: 3px double #9a9a9a;
}
.accepted-icon, not-acepted-icon{
	width: 20px;
	height: 20px;
	margin-top: 10px;
}
#error{
	color:#ff0000;
	padding-top:10px;	
}
.cloud-zoom{
	cursor:url(images/cursor-zoom.cur);
}



#mainWrap {
	margin: 0 auto;
}

#slidingTopWrap {
	z-index:1000;
	position: fixed;
    top:51px;
    width: 260px;
	margin: 0 0 0 80%;
	padding: 0;
}

#add_to_bag{
	max-height:600px!important;
	overflow-y:scroll;
}


.bag{ 
	position: absolute;
	visibility:hidden;
	min-height: 200px;
	z-index:10000;
	width: 300px;
	padding:15px;
	top:50px;
	background-color: #FFF;color:#000;
	-webkit-box-shadow: 1px 10px 5px rgba(50,50,50,0.3);
	-moz-box-shadow: 1px 10px 5px rgba(50,50,50,0.3);
	box-shadow: 1px 10px 5px rgba(50,50,50,0.3);
	margin-left:70px;
	
}
.bag:hover {
	display : block;
}


.bag table tr th{
	text-transform:uppercase;
	font-size:10px;
}
.bag table tr td{
	font-size:10px;
	text-align:center;
}
.bag table tr td img{
	padding:3px;
	vertical-align:middle;
	width:70px;
}
#slidingTopContent {
	color:#000;
	
	
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: #CCCCCC solid;
	border-width: 0px 2px;
	background-color:#EBEBEB;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;


	background: #000; /* Old browsers */

}

//HOMEPAGE

.videos{
	position:relative;	
}

.auxPos{
	position:absolute;
	top:10%;
	left:50px;
	display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .5s ease 1s;
    transition: all .5s ease 1s;
}

.auxPos h2 {
  font-size: 3.9vw;
  margin-top: 5%;
  line-height: 0.1m;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.shop-now{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  margin-top: 10px;
  display: inline-block;
  padding: 15px;
  color:#000;
  position: relative;
  background:#FFF;	
}
.shop-now:hover{
	background:#000;
	color:#FFF;
}

.w10{
	width: 10%;
}
.w15{
  width: 15%;
}
.w20{
	width: 20%;
}
.w30{
	width: 30%;
}
.w40{
	width: 40%;
}

.w50{
	width: 50%;
}
.w60{
	width: 60%;
}
.w70{
	width: 70%;
}
.w80{
	width: 80%;
}
.w90{
	width: 90%;
}
.w100{
	width: 100%;
}

.skmetro_ui{
	position: relative;
  margin: 20px 0px;
  margin-bottom: 40px;
}
.metro_item_inside{
	position: relative;
	//overflow: hidden !important;	
	//display: none;
}
.metro_item:hover{
	
}
.metroThumb{
	width: 100%;
}

/* metro cover */
.metro-cover{
    width: 100%;
	height: 100%;
    position: absolute; 
	background-color: #000000;
    z-index: 5;
    //overflow: hidden;
    cursor: pointer;
}
.metro-dark{
    width: 100%; height: 100%;
    position: absolute; left: 0; top: 0;    
    background: rgba(0,0,0, .05);
    z-index: 5;      
}
.metro-thumb{
  position: absolute;
  left: 0; bottom: 0;
}
.metro-text{
    font-size: 16px;
    position: absolute;
    left: 0; bottom: 0;
    padding: 5px 8px !important;
    margin: 0px 0px !important;
    font-family: 'Open Sans', sans-serif !important;
}
.metro-caption{
  z-index:100000000;
  width:100%;
  margin:0 auto;
  text-align:center;
  padding: 4px 5px;
  height: auto !important;
  background: rgba(0,0,0, .8);
  color: #FFF !important;
  position: absolute;
  left: 0; bottom: 0;
  font-family: 'Open Sans', sans-serif !important;
  opacity:1!important;
  font-size:1.6vh;
}

.loadMoreContainer{
	text-align: center;
	margin: 30px 0px;		
}
.loadMoreContainer img{
	display: none;
}
a.skLoadMoreLink{
	width: 50%;
	display: none;		
	padding: 7px 15px;
	text-decoration: none !important;
	color: #2d2d2d !important;
	text-transform: uppercase;
	border-radius: 2px;
	cursor: pointer;
	border: solid;
	border-color: rgba(0,0,0,.1) ;
	border-width: 1px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.05);
	background-color: #fbfbfc;
	background-image: -moz-linear-gradient(top,#fff,#f6f6f6);
	background-image: -ms-linear-gradient(top,#fff,#f6f6f6);
	text-align: center;
	display: none;	
}
a.skLoadMoreLink:hover{
	box-shadow: none;
}

/* beacon */
.gr_isotope_beacon{
  position: absolute;
  width: 100%;
  height:100%;
  //left: 0; top: 0;
  
  z-index: 1;  
}
.gr_genericBeaconIsotope{
  position: absolute;
  cursor: pointer;
  margin: auto;
  width: 100%;
  height: 100%; 
  //left: 22px;
  top: 0;
}
/*.beaconCircle1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  //border-radius: 48px;
}*/
.beaconCircle2{
  position: relative;
  //left: 12px;
  
  width: 100%;
  height: 100%;

}
.isotopeItemOpenLink, img.isotopeItemOpenLink, .isotopeThumb img.isotopeThumb{

  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0px 0px 0px 0px;
  width:100%;
  min-height:50px;
  vertical-align:middle;
  position:absolute;
top: 0; left: 0; bottom: 0; right: 0;
  padding:10px;
  margin: auto;
   

}
/* end beacon */
.sk_logo{
	float: left;
}
#sk_menu{	
	padding: 20px 0px;
	background-color: #FFFFFF;
	background: rgba(255, 255, 255, .5);
	position: fixed; top: 0; left: 0; width: 100%;	
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);	
	z-index: 9999;
}
#sk_menu ul{
	padding-top: 10px;
	list-style-type: none;
	float: right;	
}
#sk_menu ul li{
	display: inline-block;
	margin: 2px 10px;
}
#sk_menu ul li a{
	color: #333333;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif !important;
}

.sk_wrapper{
	padding-top: 120px;	
	min-height: 600px;
	padding-bottom:30px;
}

.sk_footer{
	background-color: #000000;
	background-image: url("../img/wp_footer8.jpg");
	background-repeat: no-repeat !important;
	background-attachment: fixed !important;
	background-position: center !important;
	background-size: cover !important;	
	background-color: #000000;
	padding: 50px 0px;
}
.sk_footer_title{
	text-align: center;
	font-size: 22px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.sk_footerTitleUnderline{
	width: 50px;
	height: 1px;
	position: relative;
	margin: auto;
	margin-top: 35px;
	background-color: #FFFFFF;	
}
.footerLinks {
	text-align: center;
	margin: 0px !important;
	padding: 0px !important;
	list-style-type: none;
	margin-top: 30px !important;
}
.footerLinks li {
	display: inline-block;
	margin: 0px 10px;
}
.footerLinks li a {
	display: block;
	text-decoration: none !important;
	outline: none !important;
	background-color: #F2F2F2;
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 25px;
}

.clear-fx{
	clear: both;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;}
.scrollup {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 100px;
    right: 100px;
    display: none;
    text-indent: -9999px;
    background: url('images/go_top.png') no-repeat;
    background-color: #000;
border:none !important;
}
