html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
	background-color: #343434;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: #989898;
	font-size: 14px;
	line-height: 20px;
}

.menuinclude {
	width:100%;
	z-index:10000000;
	position:fixed;
	transition: background-color 0.3s ease;
	background-color: rgba(0, 0, 0, 0);
}

.menuincludeback {
	background-color: rgba(0, 0, 0, 0.7);

  text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
}
.backmenuImage {

	background-image:url("../../../../../image/data/banners/backmenu.jpg");
	background-position: center top;
	position: absolute;
	top:0;
	left:0;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
	width:100%;
	height: 100%;
}

.stickyPrice {
	width:100%;
	z-index:1000000;
	position:fixed;
	top:53px;
	transition: background-color 0.3s ease;
}

.logoinclude {
	width:100%;
}
.logobarwide {
	width:98%;
	max-width: 1140px;

}

.topbarwide {
	width:98%;
	max-width: 1140px;
}


#logo {
	position:relative;
	height:0px;
	z-index:10000001;
	text-align:left;

}

#logoas {
	margin-left:1px;
	margin-top:1px;
	cursor:pointer;
}


@media (max-width: 768px) {
	#logoas {
		width:60%;
	}
	#tab-review-link {
		float:none;
		display:none;
		visibility: hidden;
		border:1px sold red;
		color:red;
	}
}

.tp-banner-container{
	background-color: black;
	color:black;
	width:100%;
	position:relative;
	padding:0;
	margin:0;
}

.tp-banner{
	width:100%;
	position:relative;
		padding:0;
		margin:0;
}

.tp-thumbs {

	background-color: black;


}

#currency {
	display: inline-block;
	vertical-align:top;
}
#currency a {
	display: inline-block;
	padding: 7px 2px;
	color:#BAB8B8;
	text-decoration: none;
	font-size:14px;
	cursor:pointer;
}
#currency a b {
	color:#F1EEEE;
	text-decoration: none;
}

.menuseparator {
	display: inline-block;
	width:40px;
}


#overlay {
	background: url("../image/overlay.png");
	background-position:center top;
	position:absolute;
	top:0px;
	width:870px;
	height:168px;
	z-index:-1;
}


h1, .welcome {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:0px;
	font-size: 25px;
	font-weight: normal;
	text-align:left;
	width:100%;
	text-transform: uppercase;
	color: #d9d9d9;
}

.wideH1 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:0px;
	font-size: 35px;
	font-weight: normal;
	text-align:center;
	width:100%;
	text-transform: uppercase;
	color: #d9d9d9;
}

.wideH2 {
	margin-top: 35px;
	margin-bottom: 0px;
	margin-left:0px;
	font-size: 15px;
	font-weight: normal;
	text-align:center;
	width:50%;
	line-height: 25px;
}

h2 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: normal;
	text-align:left;
	width:100%;
	color:#c9c9c9;
}

.newsheadline {
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: normal;
	text-align:left;
	width:100%;
	color:#c9c9c9;
}

p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a {
	transition:color .5s ease;
	text-decoration:none;
	color:#dbdbdb;
}

a:hover {
	text-decoration: none;
	color:white;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	
	box-shadow: none;
	margin-bottom: 10px;
	padding: 4px 12px;
	vertical-align: middle;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid transparent;
	background-color: #ededed;
	background-color: rgba(100,100,100,0.2);
	font-size: 16px;

	
}
select {
	background: rgba(100,100,100,0.2);
	border: 0px solid #CCCCCC;
	padding: 0px;
}
option {
	padding:10px;
}
label {
	padding-left:10px;
	cursor: pointer;
}


.categoriescolumns {

	-moz-column-width: 240px;
    -webkit-column-width: 240px;
    column-width: 240px;
    text-align:center;
    margin-top:20px;
    margin-bottom:20px;
}

.categoriescolumnselemt {
	width:240px;
    display: inline-block;

    font-size: 15px;

	border: 1px solid #dddddd;
	background-color: #f8f8f8;
	margin-top:-1px;
	cursor:pointer;
	height: 42px;
}

.categoriescolumnselemtprod:hover {
	background-color: #f5f5f5;
}


.categoriescolumnselemt a {
	color: #535353;
	font-size: 13px;
}

.categoriescolumnselemt a:hover {
	color: #6e6e6e;
}

.categoriescolumnselemtname {

	height: 22px;
	font-size: 12px;
	padding:11px 0px 9px 0px;
	text-transform: uppercase;
	background-color: #eeeeee;
	color: #888888;
}

.categoriescolumnscart {
	float:right;
	width:45px;
	padding-top:14px;
}
.categoriescolumnstext {
	padding:11px 0px 9px 10px;
	float:left;
}

.categoriescolumnsimage {
	padding-top:8px;
	padding-left:10px;
	float:left;
}

.categoriescolumns .categoriescolumnselemt:first-child{
	margin-top:0px;
}

@media (max-width: 768px) {

	.categoriescolumns {
		width:90%;
	}
	.categoriescolumnselemt {
		width:90%;
	}
}





/* layout */
#container {
	background-color: #343434;
	border:0px solid white;
	width:100%;
}

@media (max-width: 1138px) {
  	#container {
		border-right:0px;
		border-left:0px;
	}
	.mainimage {
		width:50%;
	}
}

@media (max-width: 915px) {
	.mainimage {
		width:100%;
		padding-top:15px;
	}
	.menuseparator {
		display:none;
	}
}

#column-left {
	float: left;
	width: 180px;
}
#column-right {
	float: right;
	width: 180px;
}

#content  {
	margin: 0px;
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
	min-height:400px;  
	max-width: 1140px; 

}

.contentin {
	margin: 0px;
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
	max-width: 1140px; 
}
.contentinprice {
	margin: 0px;
	max-width: 1140px; 
	padding-top:11px;
	padding-bottom:5px;
}

.contentband {
	margin: 0px;
	padding:10px;
	padding-top:50px;
	padding-bottom:50px;
	max-width: 1140px; 
}

.contentbandtop {
	margin: 0px;
	padding:10px;
	padding-top:50px;
	padding-bottom:50px;
	max-width: 1140px; 
}

.contentbandtop img {
	
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.5); 
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,0.5); 
	-o-box-shadow: 0 1px 10px rgba(0,0,0,0.5); 
	box-shadow: 0 1px 10px rgba(0,0,0,0.5); 
}



#column-left + #column-right + #content, #column-left + #content {
	margin-left: 195px;
}
#column-right + #content {
	margin-right: 195px;
}
/* header */
#header {
	display: inline-block;

	vertical-align:top;
	position: relative;
	height: 36px;
	width:145px;
	z-index: 99;
}


.content2 {
	padding:10px;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.5); 
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,0.5); 
	-o-box-shadow: 0 1px 10px rgba(0,0,0,0.5); 
	box-shadow: 0 1px 10px rgba(0,0,0,0.5);

	background-color: rgba(100,100,100,0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;


}



.bg1 {
	background-color:#343434;
	background-position: center top;
	background-attachment: fixed;
}

.bg2 {
	background-color:#242424;
	background-position: center top;
	background-attachment: fixed;
}
.bg3 {
	background-color:#3d3d3d;
	background-position: center top;
	background-attachment: fixed;
}
.bg4 {
	background-color:#555555;
	background-position: center top;
	background-attachment: fixed;
}
.bg5 {
	background-color:#343434;
	background-position: center top;
	background-attachment: fixed;
}

.bg6 {
	background-color:#292929;
	background-position: center top;
	background-attachment: fixed;
}

.bg7 {
	background-color:#202020;
	background-position: center top;
	background-attachment: fixed;
}
.bg8 {
	background-color:#3d3d3d;
	background-position: center top;
	background-attachment: fixed;
}
.bg9 {
	background-color:#555555;
	background-position: center top;
	background-attachment: fixed;
}
.bg10 {
	background-color:#141414;
	background-position: center top;
	background-attachment: fixed;
}


.triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 25px 0 25px;
}

.greyproductband {
	border-color: #131313 transparent transparent transparent;
}

.greytop {
	border-color: #000 transparent transparent transparent;
}

.grey0 {
	border-color: #242424 transparent transparent transparent;
}

.grey1 {
	border-color: #343434 transparent transparent transparent;
}

.grey2 {
	border-color: #242424 transparent transparent transparent;
}

.grey3 {
	border-color: #3d3d3d transparent transparent transparent;
}
.grey4 {
	border-color: #555555 transparent transparent transparent;
}
.grey5 {
	border-color: #343434 transparent transparent transparent;
}
.grey6 {
	border-color: #292929 transparent transparent transparent;
}

.grey7 {
	border-color: #202020 transparent transparent transparent;
}

.grey8 {
	border-color: #3d3d3d transparent transparent transparent;
}
.grey9 {
	border-color: #555555 transparent transparent transparent;
}
.grey10 {
	border-color: #141414 transparent transparent transparent;
}



#language {
	position: absolute;
	top: 15px;
	left: 320px;
	width: 80px;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
}


.cartimgforie {
	position: absolute;
	top:5px;
	left:50%;
	margin-left:320px;
	z-index:200;
}


.subcontent {
	background:#FFF;
	padding: 8px;
	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	-khtml-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -vendor-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;

}
.mini-cart-info td {
	height: 55px;
	vertical-align: middle;
	padding: 5px 10px 5px 0px;
	border-bottom: 1px solid #5D5D5D;
}
.mini-cart-info .image {
	
}
.mini-cart-info .image img {
	text-align: left;
}
.mini-cart-info .name small {
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
	padding-top:16px;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	padding: 4px;
}

#header #search {
	position: absolute;
	top: 77px;
	left: 50%;
	margin-left:293px;
	width: 150px;
	z-index: 15;
}

#header .button-search {
	position: absolute;
	left: 0px;
	background: url('../image/button-search.png') center center no-repeat;
	width: 28px;
	height: 21px;
	cursor: pointer;
}

#header #search input {
	background: #FFF;
	padding: 1px 1px 1px 33px;
	width: 150px;
	height: 16px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;	
}
#header #welcome {
	position: absolute;
	top: 47px;
	right: 0px;
	z-index: 5;
	width: 298px;
	text-align: right;
	color: #999999;
}
#header .links {
	position: absolute;
	right: 0px;
	bottom: 3px;
	font-size: 10px;
	padding-right: 10px;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	color: #38B0E3;
	text-decoration: none;
	font-size: 12px;
}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid #CCC;
}
/* menu */
#menu {
	background: #585858;
	border-bottom: 1px solid #000000;
	height: 37px;
	margin-bottom: 15px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	padding: 0px 5px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	padding: 6px 5px 5px 0px;
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
	font-size: 13px;
	color: #FFF;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 6px 10px 6px 10px;
	margin-bottom: 5px;
	z-index: 6;
	position: relative;
}
#menu > ul > li:hover > a {
	background: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#menu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 1px solid #000000;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: url('../image/menu.png');
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	background: #000000;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}
.breadcrumb {
	display:none;
}

.success, .warning, .attention, .information, .success23 {
	padding-left:20px;
    
}

.success {
	display:none;
}

.success2 {
	margin-bottom: 15px;
	color: #555555;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	padding: 25px 10px 10px 10px;
	background:white;
	width:250px;
	
	border:1px solid white;
	height:100px;
	    /* for browsers not supporting gradient without image */
    background: #f4f4f4;
    /* Mozilla Firefox: */
    background: -moz-linear-gradient(top, #ffffff, #f4f4f4);
    /* Chrome and Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#ffffff), to(#f4f4f4));
	background-image: -o-linear-gradient(#ffffff,#f4f4f4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4');
	
	
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -vendor-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	text-align:center;
}

.warning {
	background: #8D8D8D ;
	color:black;
	padding:10px;
}
.success23 {
	
	background: #D4D4D4;
    border:1px solid white;
	
	color: #6D6D6D;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin-top:10px;
	margin-bottom:10px;
	padding:5px;
}
.attention {
	background: #8D8D8D ;
	color:black;
	padding:10px;
}
.success .close, .warning .close, .attention .close, .information .close,.success2 .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.close {
	margin-top:-93px;
	margin-right:-25px;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}

table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
input.mid-field {
	width: 200px;
}

table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #595959;
	border-left: 1px solid #595959;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #595959;
	border-bottom: 1px solid #595959;
}
table.list thead td {
	background-color: #eeeeee;
	padding:10px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	vertical-align: top;
	padding:15px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
	padding-left:20px;
	vertical-align: top;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #343434;
	cursor: pointer;
}

.ilokrow {
	display:inline-block;
	vertical-align: middle;
}

.ilokCol {
	width:100%;
	height: 50px;
}

.row1 {
	width:35%;
	text-align: right;
}

.row2 {
	width:35%;
}

.row3 {
	width:20%;
	text-align: left;
}


.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */
/* button */
a.button {
	color: #989898;
	padding: 12px 30px 12px 30px;
	font-size: 14px;
	background-color: #2F2F2F;

	text-transform: uppercase;	
	cursor:pointer;


	box-shadow: none;

	vertical-align: middle;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid transparent;

	transition: background-color 0.3s ease;

}

a.button:hover {
	color: white;
	background-color: #3D3D3D;
	cursor:pointer;
}

a.button2 {
	color: black;
	padding: 12px 30px 12px 30px;
	font-size: 14px;
	background-color: #e0e0e0;

	text-transform: uppercase;	
	cursor:pointer;


	box-shadow: none;

	vertical-align: middle;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid transparent;

	transition: background-color 0.3s ease;

}

a.button2:hover {
	color: white;
	background-color: #3D3D3D;
	cursor:pointer;
}

#logomenu {
	display:none;
	transition: display 0.3s ease;

}


/* button */
input.button {
	padding: 12px 30px 12px 30px;
	font-size: 14px;
	background-color: rgba(100,100,100,0.2);

	text-transform: uppercase;	
	cursor:pointer;


	box-shadow: none;

	vertical-align: middle;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid transparent;
}

input.button:hover {
	color: white;
	background-color: rgba(100,100,100,0.5);
}

input.productlistbutton {
	width:100%;
	padding-top:10px;
	padding-left: 11px;
	padding-right: 11px;
	padding-bottom: 11px;
	font-size: 12px;
	background-color: #eeeeee;
	border:none;
	text-transform: uppercase;
	cursor:pointer; 
}

input.productlistbutton:hover {
	color: #444444;
	background-color: #dddddd;
}


/* button */
input.button2 {
	width:100%;
	padding:10px;
	font-size: 12px;
	background-color: #eeeeee;
	color:#888888;
	border:1px solid #dddddd;
	text-transform: uppercase;
	cursor:pointer;
}

input.button2:hover {
	color: #444444;
	background-color: #dddddd;
}

.buttons {
	height:45px;
}

.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 30px;		
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;
}
.htabs a {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD; 
	background: #FFFFFF url('../image/tab.png') repeat-x;
	padding: 7px 10px 6px 10px;
	float: left;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	color: rgb(100,100,100);
	margin-right: 2px;
	display: none;
	-webkit-border-radius:3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-khtml-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #f9f9f9;
}
.tab-content {

	text-align:left;

	border-left: 1px solid rgb(228,228,228);
	border-right: 1px solid rgb(228,228,228);
	border-bottom: 1px solid rgb(228,228,228);
	padding: 20px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
	
	font-size:12px;
	color:rgb(143,143,143);
	
	-webkit-border-radius:0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	-khtml-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	
		    /* for browsers not supporting gradient without image */
    background-color: #f9f9f9;

	
}
/* box */
.box {
	margin-bottom: 20px;
}
.box .box-heading {
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	border: 1px solid #DBDEE1;
	background: url('../image/background.png') repeat-x;
	padding: 8px 10px 7px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #333;
}
.box .box-content {
	background: #FFFFFF;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	border-left: 1px solid #DBDEE1;
	border-right: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	padding: 10px;
}
/* box products */
.box-product {
	width: 100%;
	overflow: auto;
}
.box-product > div {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 20px;
}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	padding: 3px;
}
.box-product .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
.box-category {
	margin-top: -5px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	padding: 8px 8px 8px 0px;
}
.box-category > ul > li + li {
	border-top: 1px solid #EEEEEE;
}
.box-category > ul > li > a {
	text-decoration: none;
	color: #333;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	font-weight: bold;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0px 10px;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
}
/* content */
.content , .videolistintro, .playerdescr, .newsitem, .newsblock, .descrbox {
	padding: 30px;
	overflow: auto;
	margin-bottom: 20px;
	background-color: #3d3d3d;

	text-align:left;
}

.contentproduct1 {

}

.contentproduct2 {
	background-color: rgba(100,100,100,0.2);
}

.contentproduct3 {
	background-color: rgba(100,100,100,0.5);
}

/* category */
.category-info {
	display:none;
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	display:none;
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 5px;
	overflow: auto;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #333;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	padding: 30px;
	overflow: auto;
	margin-bottom: 20px;
	margin-left:20px;
	margin-right:20px;
	    /* for browsers not supporting gradient without image */
    background-color:#f8f8f8;
    /* Mozilla Firefox: */
    
    
	-webkit-border-radius: 2px;
	-moz-border-radius:2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	border:1px solid #e6e6e6;
	border-bottom:1px solid #dedede;
	text-align:left;
}
.product-list .right {
	float: right;
	margin-left: 15px;
	text-align:right;
}
.product-list > div + div {
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
	height:120px;
}
.product-list .image img {
	margin-top:2%;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	font-size:16px;
	color:#444444;
	text-decoration: none;
}
.product-list .name a:hover {
	color:#666666;
}

.product-list .description {
	line-height: 15px;
	
	margin-top: 15px;
	margin-bottom: 5px;
	color:#888888;
}
.product-list .rating {
	display:none;
	color: #7B7B7B;
}
.product-list .price {

	font-family: 'Oxygen', sans-serif;
	font-size: 20px;

	float: left;
	height: 50px;
	margin-right: 8px;
	margin-top: 8px;
	text-align: right;
	
}
.product-list .price-old {
	font-family: 'Oxygen', sans-serif;
	font-size: 20px;
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
	display:none;
}
.product-list .cart {
	float:left;
}

.product-list .priceandaddtocart {
	margin-top:10px;
	float:right;
}

.product-list .wishlist, .product-list .compare {
	display:none;
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
	width: 100%;
	overflow: auto;
}
.product-grid > div {
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    
	border:1px solid #EBEBEB;
	border-bottom:1px solid #D7D7D7;
    /* for browsers not supporting gradient without image */
    background: #f4f4f4;
    /* Mozilla Firefox: */
    background: -moz-linear-gradient(top, #f4f4f4, #e7e7e7);
    /* Chrome and Safari:*/
    background: -webkit-gradient(linear,left top, left bottom, from(#f4f4f4), to(#e7e7e7));
	background-image: -o-linear-gradient(#f4f4f4,#e7e7e7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e7e7e7');
	
	
	text-align:center;
	width: 130px;
	display: inline-block;
	vertical-align: top;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-top:20px;
	padding:10px;
}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	padding: 3px;
}
.product-grid .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	display:none;
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
/* Product */



.mainimage {
	position:relative;
	vertical-align: top;
	display: inline-block;
	margin-top:0px;
}
.mainimage img {
	width:100%;
	max-width:600px;
}
.audioandvidcontainer {
	text-align: center;
}

.soundcloudplayer {
	float:right;
	width:100%;
	max-width:100%;
	height:450px;
}

.videocontainer {
	text-align: center;
}

.videoelement {
	width: 100px;
	display: inline-block;
	vertical-align: top;
	cursor:pointer;
	padding: 0px 10px 0px 10px;
}

.videotext {

}
.videotext a {
	text-decoration:none;
}

.product-info {
	margin-bottom: 0px;
	padding-top:0px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 265px;
}
.product-info .image {
	text-align: center;
}
.product-info .image-additional {
	width: 260px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}

{
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
}
.product-info .description span {
	color: #38B0E3;
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}

.clearboth {
	clear: both;
	width:0px;
}

.fancyboxhidden {
	display:none;

}

.various {
	transition:All 0.1s ease;
	-webkit-transition:All 0.1s ease;
	-moz-transition:All 0.1s ease;
	-o-transition:All 0.1s ease;
}

.various:hover{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

.productanchors > span {
	margin-right:25px;
}
.productanchors > span > a {
	color:#868686;
}
.productanchors > span > a:hover {
	color:#ACACAC;
}

#scrolltop {
	position:fixed; bottom:2%; right:2%;
	cursor:pointer;
}
#scrolltop:hover {
	color:#D3D3D3;
}

.roundimage {
	width: 150px;
	height: 150px;
	border-radius: 75px;
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;

	cursor: pointer; 

	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.5); 
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,0.5); 
	-o-box-shadow: 0 1px 10px rgba(0,0,0,0.5); 
	box-shadow: 0 1px 10px rgba(0,0,0,0.5);

	transition:All 0.2s ease-in-out;
	-webkit-transition:All 0.2s ease-in-out;
	-moz-transition:All 0.2s ease-in-out;
	-o-transition:All 0.2s ease-in-out;
}
.roundimage:hover{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: rscale(1.2);
}

.fancyboxclick {
	width:100%;
	text-align: center;
}

.contentproductband {


	background-image:url("../../../../../image/data/banners/backmenu.jpg");
	background-position: center bottom;
	background-color:#131313;
	height: 50px;
}

.contentproductbandfixed {
	z-index:10000000;
	position:fixed;
}

.producttopband .productanchors {
	float:left;
	margin-top:3px;
}

.producttopband .priceandcart {
	position:relative;
	display: inline-block;
	float:right;
	margin-right:10px;
	margin-top:3px;
}

.producttopband .appstore {
	position:relative;
	display: inline-block;
	float:right;
	margin-right:10px;
	margin-top:-7px;
}

.iosdiff table, .iosdiff td{
	border:1px solid #949494;
	padding: 15px;
}

.producttopband .price {
	font-family: 'Oxygen', sans-serif;
	font-size: 22px;
	position:relative;
	display: inline-block;
	padding-top:1px;
	padding-left:20px;
	padding-right: 10px;

}
.producttopband .price-old {
	position:relative;
	color: #F00;
	text-decoration: line-through;
}
.featuredcontainer .price-old {
	color: #F00;
	text-decoration: line-through;
}
.producttopband .price-new {
	position:relative;
}
.producttopband .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
	display:none;
}
.producttopband .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.producttopband .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.producttopband .options {
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #000000;
}
.producttopband .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.producttopband .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.producttopband .option-image img {
	margin-right: 5px;
	cursor: pointer;
}
.producttopband .cart {
	position:relative;
	vertical-align: top;
	display: inline-block;
}
.producttopband .cart div {
	text-align:right;
}
.producttopband .cart div > span {
	padding-top: 7px;
	display: block;
	color: #999;
}
.producttopband .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.producttopband .review {
	color: #4D4D4D;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-bottom: 10px;
}
.producttopband .review > div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}
.producttopband .review > div > span {
	color: #38B0E3;
}
.producttopband .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background-color: #eeeeee;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #eeeeee;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 95%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	width:800px;
	border:1px solid white;
	
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    
        /* for browsers not supporting gradient without image */
    background: #f4f4f4;
    /* Mozilla Firefox: */
    background: -moz-linear-gradient(top, #f4f4f4, #e7e7e7);
    /* Chrome and Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#f4f4f4), to(#e7e7e7));
	background-image: -o-linear-gradient(#f4f4f4,#e7e7e7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e7e7e7');
                
                
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    -vendor-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}
.download-list td {
	padding:5px 10px 2px 10px;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #616161;
	border-left: 1px solid #616161;
	border-right: 1px solid #616161;
}
.cart-info td {
	padding: 7px 15px;
}
.cart-info thead td {
	font-weight: bold;
	background-color: #616161;
	border-bottom: 1px solid #616161;
}

.cart-info input[type='text'] {
	margin-bottom:0;
}

.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: middle;
	border-bottom: 1px solid #616161;
}
.cart-info tbody .image img {
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'] {
	position: relative;
	top: 8px;
	cursor: pointer;
}
.cart-info tbody .quantity img {
	position: relative;
	top: 3px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}



.download-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
}
.download-info td {
	padding: 7px;
	border: 1px solid #DDDDDD;

}
.download-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #eeeeee;
}
.download-info tbody .total, .download-info thead .total {
	text-align: center;
}
.download-info tbody .image, .download-info thead .image {
	text-align: center;
}



.cart-module > div {
	display: none;
}
.cart-module {
	margin-bottom:10px;
}
.cart-total {
	border-top: 1px solid #616161;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background-color: #444444;

	padding: 28px;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 1px;
}
.checkout:last-child {

}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 15px;
	display: none;
}
.checkout-content .left {
	float: left;
	width: 40%;
}
.checkout-content .right {
	float: right;
	width: 40%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #595959;
	border-left: 1px solid #595959;
	border-right: 1px solid #595959;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	font-weight: bold;
	background-color: #454545;
	border-bottom: 1px solid #595959;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #595959;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #595959;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 
#footer {
	text-align:center;
	clear: both;
	padding: 30px;
	
	background-image:url("../../../../../image/data/banners/bannerfooter.jpg");
	background-position: center bottom;
	background-attachment: fixed;

}



.footercopy {
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
	background-color: #242424;
	vertical-align: middle;
}

.footercopy span {
	padding-left: 15px;
	padding-right: 15px;
}

.footercopy i {
	padding-left: 5px;
	padding-right: 5px;
}

.footercolumn {
	display: inline-block;
	vertical-align: top;
	width: 250px;
}
.footercolumntitle {
	color:#ACACAC;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size:15px;

	text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
}

.footerElement a {
	color:#8D8D8D;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
}

.footerElement a:hover {
	color:#B6B6B6;
}

#powered {
	margin-top: 5px;
	text-align: right;
	clear: both;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}




.newstitle{
	margin-top:10px;
	color:rgb(107,107,107);
	font-size:20px;
}



.newsblock img {
	width:100%;
	max-width:600px;
}
.newsdate{
	color:rgb(107,107,107);
	font-size:12px;
	float:right;
}
.newsdescription {
	margin-top:30px;
}


.asplayerimg {
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -vendor-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    
}
.descr2table img {
    
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -vendor-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.productleftcolumn img {
    
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -vendor-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.descr2table a {
    margin:auto;
}

.descr2table td {
	width:50%;
	padding:20px;
}

.descr3table img {
    
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -vendor-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.tablewithImg td{
	padding:10px 20px 10px 20px;
}
.tablewithImg img {
    
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -vendor-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}


.tablewithImg2 {
	border:1px solid white;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    
        /* for browsers not supporting gradient without image */
    background: #f4f4f4;
    /* Mozilla Firefox: */
    background: -moz-linear-gradient(top, #f4f4f4, #e7e7e7);
    /* Chrome and Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#f4f4f4), to(#e7e7e7));
	background-image: -o-linear-gradient(#f4f4f4,#e7e7e7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e7e7e7');
                
                
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    -vendor-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}

.tablewithImg2 td{
	vertical-align:top;
}
.tablewithImg2 img {
    
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    -vendor-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.separation {
	text-align:center;
	width:70%;
	height:2px;
	margin:30px 0px 30px 0px;
}

.separation2 {
	text-align:center;
	width:80%;
	height: 17px;
	margin:0px 0px 30px 0px;
}
.separation3 {
	text-align:center;
	width:100%;
	height: 15px;
	margin:0px 0px 50px 0px;
}
.separation4 {
	text-align:center;
	width:100%;
	height: 15px;
	margin:30px 0px 50px 0px;
}
.separation5 {
	text-align:center;
	width:100%;
	height: 15px;
	margin:13px 0px 50px 0px;
}


.descriptheader {
	padding-left: 20px;
	padding-right: 20px;
	text-align:justify;
	line-height: 22px;
}
.videoicon {
	width:64px;
	height:60px;
	background:url("../image/videoicon.png") no-repeat;
	float:right;
	margin-top:-10px;
}

.videolink {
	float:right;
	margin-top:-15px;
	cursor:pointer;
}

#fulldescr {
	display:none;
	text-align: left;
	margin-bottom:30px;
    line-height: 25px;
    padding-left: 20px;
    padding-right: 20px;
}
#fulldescr b{
	color:#535353;
}

.descriptionblock {
}

.productleftcolumn {

	float:justify;
	vertical-align: middle;
	display: inline-block;
	margin-left:4%;
    margin-right:4%;
    line-height: 25px;

}

.productrightcolumn {
	
	vertical-align: middle;
	display: inline-block;
	float:justify;
	margin-left:4%;
    margin-right:4%;
    line-height: 25px;
}

.expandableblock {
	margin-top:20px;
}

.screendescr {
	max-width:450px;
	text-align: justify; text-justify: newspaper;
}

.screentitle{
	font-weight:normal;
	text-align:center;
	margin-bottom:20px;
	color:rgb(93,93,93);
}
.screentitle2{
	max-width: 450px;
	font-weight:normal;
	text-align:left;
	margin-bottom:20px;
	color:rgb(93,93,93);
	font-size:18px;
}

.expandtext {
	cursor:pointer;
	color:#373737;
	margin-bottom:10px;
}
.rightside {
	text-align:center;
}
.leftside {
	
	text-align:center;
}

.descr2table .separation {
	
	
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -vendor-box-shadow: none;
}

.descr2table .separation2 {
	
	
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -vendor-box-shadow: none;
}





.divTitle {
	
	position:relative;
	vertical-align: top;
	display: inline-block;
}





.myUl{
	padding-top:20px;
	padding-left:10px;
	text-align:left;
}

.myUl div {
	background:url('/images/puce.gif') 0px 6px no-repeat;
	padding-left:20px;
	margin-bottom:7px;
}
.samplertitle {
	font-weight:bold;
	color:#515151;
}
.divformats{
	position:relative;
	vertical-align: top;
	display: inline-block;
	float:left;
	margin-right:20px;
	margin-left:40px;
	cursor:pointer;
}
.divformats2{
	position:relative;
	vertical-align: top;
	display: inline-block;
	float:left;
	margin-right:20px;
	margin-top:5px;
}

@media (max-width: 730px) {
	.divformats2 {
		display:none;
	}
	.divformats {
		margin-left:0px;
		margin-right:10px;
	}
	.divformats3 {
		margin-right:10px;
	}
}

.divformats3{
	position:relative;
	vertical-align: top;
	display: inline-block;
	float:left;
	margin-right:20px;
	margin-top:2px;
	margin-left:10px;
}

.imgformats{
	width:40px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    cursor:pointer;
}


.playerdescr {
	padding:10px;
	text-align:left;
}

.playerdescrtitre {
	font-size:16px;
	font-weight:normal;
	margin-bottom:10px;
	margin-left:20px;
	width:100%;
	text-align: left;
}
.linkstodownload {
	margin-bottom:10px;
}

.boxcomment{
	text-align:left;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    
	margin-top:15px;
	padding:5px;       
	/* for browsers not supporting gradient without image */
    background: #e7e7e7;
    /* Mozilla Firefox: */
    background: -moz-linear-gradient(top, #ececec, #e7e7e7);
    /* Chrome and Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#ececec), to(#e7e7e7));
	background-image: -o-linear-gradient(#ececec,#e7e7e7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#e7e7e7');

}

.usernamecomment{
	margin-bottom:5px;
	color:rgb(96,96,96);
	font-size:14px;
}

.datecomment{
	
}
.usercomment{
	margin-top:5px;
	font-style:italic;
}
.maincomments{
	width:255px;
	color:rgb(148,148,148);
	padding:5px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	border:1px solid white;
	margin-top:30px;
    
        /* for browsers not supporting gradient without image */
    background: #f4f4f4;
    /* Mozilla Firefox: */
    background: -moz-linear-gradient(top, #f4f4f4, #e7e7e7);
    /* Chrome and Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#f4f4f4), to(#e7e7e7));
	background-image: -o-linear-gradient(#f4f4f4,#e7e7e7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e7e7e7');
                
                
}

.backBlackInit {
	display:none;
}
.backBlackOn {
	position:absolute;
	-moz-opacity: 0.3;
	opacity: 0.3;
	-khtml-opacity: 0.3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter:alpha(opacity=30);
	top:0px;
	left:0px;
	display:block;
	width:100%;
	height:100%;
	background-color:black;
	z-index:16;
}

.mybutton {
	display: inline-block;
	padding-left: 6px;
	text-decoration: none;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	    /* for browsers not supporting gradient without image */
    background: rgb(40,40,40);
    /* Mozilla Firefox: */
    background: -moz-linear-gradient(top, #515151, #000000);
    /* Chrome and Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#515151), to(#000000));
	background-image: -o-linear-gradient(#515151,#000000);
}
.mybutton span {
	color: rgb(210,210,210);
	line-height: 20px;
	font-size: 11px;
	display: inline-block;
	padding: 6px 12px 8px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.mybutton:hover {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
    background: rgb(40,40,40);
    /* Mozilla Firefox: */
    background: -moz-linear-gradient(top, rgb(10,10,10), #000000);
    /* Chrome and Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#3d3d3d), to(#000000));
	background-image: -o-linear-gradient(#3d3d3d,#000000);
}
.mybutton:hover span {
	color: rgb(160,160,160);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.cartdiscount {
	font-size: 15px;
	color:rgb(214,214,214);
	width:700px;
	
	padding:10px;
	
	margin:0px 10px 30px 0px;
	
	-moz-border-radius: 4px;
    
	-webkit-border-radius: 4px;
    
	-khtml-border-radius: 4px;
    
	border-radius: 4px;
    
        
	/* for browsers not supporting gradient without image */
    
	background: #111111;
    
	/* Mozilla Firefox: */
    
	background: -moz-linear-gradient(top, #111111, #333333);
    
	/* Chrome and Safari:*/
    
	background: -webkit-gradient(linear,left top, left bottom, from(#111111), to(#333333));
  
	background-image: -o-linear-gradient(#111111,#333333);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111111', endColorstr='#333333');              
                
    
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    
	-vendor-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	
	
}
.cartdiscounthead {
	color: #fffa00;
}
.topgreyline {
	height:1px;
	background:url('../image/separatorwide.png') scroll center center rgb(122,122,122);
}
.headerback {
background:url('../image/body2.gif') scroll center center #455253;z-index:-2;
}
.topstripes {
	height:400px;background:url('../image/stripes2.png') repeat scroll 0 0 transparent;z-index:-2;
}

.counter {
	width: 100%;
}

.counter .label {
	width: 80%;
	font-weight: bold;
}
.counter .label img {
	vertical-align: middle;
	padding-right: 5px;
}
.counter .data {
	width: 20%;
	font-weight: bold;
	text-align: right;
}

.serialNumber {
	margin-left:20px;
	color: grey;
	font-weight:bold;
	font-size:12px;
}

.accounttable td {
	text-align:center;
	width:200px;
}

.accounttable img, .accountimg {


 
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
	-vendor-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);

}
.accounttable2 td {
	text-align:left;
	padding-right:15px;
}

.accounttable2 img {
	width:60px;
	-moz-border-radius: 5px;
    
	-webkit-border-radius: 5px;
    
	-khtml-border-radius: 5px;
    
	border-radius: 5px;
 
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	-vendor-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);

}



.bottableTop > .bottableTopcolumn {
	display:inline-block;
	vertical-align: top;
}


.bottableTopcolumn {
	text-align:center;
	padding:20px 20px;
	width:140px;
}
.bottableTopcolumnin {
	text-align:left;
}

.bottableTop a {
	text-decoration:none;
}
.bottableHeader {
	font-size: 16px;
	margin-bottom:10px;
}
.cpyas{
	text-decoration:none;
	color:#DDDDDD;
}
.icons {
	width:80px;
	-moz-border-radius: 5px;
    
	-webkit-border-radius: 5px;
    
	-khtml-border-radius: 5px;
    
	border-radius: 5px;
 
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	-vendor-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);

}

.picsTable {
	font-size:9px;
}
.picsTable td {
	width:140px;
	vertical-align:top;
}
.descrpics {
	height:93px;
	-moz-border-radius: 5px;
    
	-webkit-border-radius: 5px;
    
	-khtml-border-radius: 5px;
    
	border-radius: 5px;
 
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	-vendor-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	margin:0 2px 0 3px;
}

#footerStick {
		position:absolute;
		bottom:0;
		width:100%;
		height:25px;
		z-index:20;
}

/* for moz/opera and others*/
html>body #footerStick{position:fixed}

#footerStick-inner {

	height: 25px;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
		
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-vendor-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	padding-top:4px;
}

#aboveFooterStick {
	height: 30px;
}

#notification
{
	z-index:100;
	position:absolute;
	display:none;
	top:50%;
	left:50%;
	width:200px;
	height:100px;
	margin-left: -120px;
	margin-top: -60px;
	font-weight:normal;
	
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
}



.productBannerBack {
	
	width:960px;
	height:252px;
	padding-top:0px;
	padding-bottom:10px;
	background: url('../image/shadowbanner.png') no-repeat center 190px;	

}
.bannerImgTop {
	position:absolute;
	top:101px;
	left:50%;
	margin-left:-480px;
	width:960px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    
	-vendor-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
}

.navprev{
	position:absolute;
	top:195px;
	left:50%;
	margin-left: -429px;
	z-index:13;
}

.navprev:hover{
	-moz-opacity: 0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=50);
}
.navnext{
	position:absolute;
	top:195px;
	left:50%;
	margin-left: 386px;
	z-index:13;
	
}

.navnext:hover{
	-moz-opacity: 0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=50);
}

.boxdiscount {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	border:1px solid rgb(210,210,210);
	padding:10px;
	width:400px;
    background: rgb(240,240,240);
    /* Mozilla Firefox: */
    background: -moz-linear-gradient(top, #f6f6f6, #e7e7e7);
    /* Chrome and Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#f6f6f6), to(#e7e7e7));
	background-image: -o-linear-gradient(#f6f6f6,#e7e7e7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#e7e7e7');
}

.boxdiscountheader {
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
}

.oldComments {
	display:none;
}

.categoryHomeBack {
	height:200px;
	width:250px;
	background: url("../image/shadow.png");
	background-repeat: no-repeat;
	background-position:center bottom; 
}
.categoryHomeImg {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	
	
}

.topictitle {
	cursor:pointer;
	
	padding: 10px 20px 10px 20px;
	overflow: auto;
	margin-bottom: 1px;
	background-color: #3d3d3d;
	text-align: left;


	margin-top:10px;
	text-align: left;
}
.topiccontent {
	font-size: 13px;
	padding:10px 20px;
	margin-bottom: 10px;
	text-align: left;
	background-color:#3d3d3d;
}

.videolist {
	margin-top:30px;
	margin-bottom:50px;
}
.videotable {
	width:100%;
	
}
.videotable td {
	width:25%;
	text-align:center;
}

.notrequired {
	font-size: 12px;
	font-weight: normal;
}

.showhide {
	cursor:pointer;
	text-decoration:underline;
	font-size: 12px;
	font-weight: normal;
}

.featuredcontainer {
	text-align:justify;
	padding-left:0px;
	padding-right:0px;
	padding-top: 0px;
	margin-top: 40px;
}

.featuredbox {
	width:338px;
	display: inline-block;
	vertical-align: top;
	padding-left:5px;
	padding-right:5px;
	padding-top: 45px;
	padding-bottom: 20px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:30px;
	background-color:#3d3d3d;
}

.allBox {
	width:328px;
	display: inline-block;
	vertical-align: top;
	padding-left:5px;
	padding-right:5px;
	padding-top: 45px;
	padding-bottom: 20px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:30px;
	background-color:#3d3d3d;
}



.featuredbox:first-child{
	margin-left:0px;
}
.featuredbox:last-child{
	margin-right:0px;
}

.featuredbox > .name {
	text-align: center;
	margin-top:20px;
	margin-bottom: 20px;
}
.featuredbox > .name a {
	
	color:#989898;
	font-size: 16px;
}
.featuredbox > .name a:hover {
	color:#989898;
}

.productfeaturebox {
	width:338px;
	display: inline-block;
	vertical-align: top;
	padding-left:5px;
	padding-right:5px;
	padding-top: 45px;
	padding-bottom: 20px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:30px;
}
.productfeaturebox:first-child{
	margin-left:0px;
}
.indicatorcircle{
	display:none;
	text-align:center;
}
.productfeaturebox:last-child{
	margin-right:0px;
}

.productfeaturebox > .name {

	text-transform: uppercase;
	text-align: center;
	margin-top:20px;
	margin-bottom: 20px;
	color:#D0D0D0;
}

.productfeaturebox > .name a {

	color:#989898;
	font-size: 16px;
}
.productfeaturebox > .name a:hover {
	color:#989898;
}





.iconsfront {
	text-align: center;
	width:120px;
	display: inline-block;
}



.iconstext {
	text-align: left;
	width:350px;
	display: inline-block;
}

.flip-container img {
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 1px 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 1px 10px 0px rgba(0, 0, 0, 0.4);
}

.flip-container {
	perspective: 1000;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	width: 250px;
	height: 170px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
}

.contentblockcolumn {
	margin-top: 30px;
	margin-left:1%;
	margin-right:1%;
	width:540px;
	display: inline-block;
	vertical-align: top;
	font-size:15px;
}


.shadowimg {
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.5); 
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,0.5); 
	-o-box-shadow: 0 1px 10px rgba(0,0,0,0.5); 
	box-shadow: 0 1px 10px rgba(0,0,0,0.5);
}

.contentblockcolumn div {
	margin-bottom: 20px;
}


.cartfeatured {
	width:100%;
	background-color: #eeeeee;
	border-top:1px solid #dddddd;
}


.cartfeatured > .price {
	width:50px;
	display: inline-block;
	background-color: #eeeeee;
	color:#888888;
	margin:0px;
	padding-top:8px;

	font-family: 'Oxygen', sans-serif;
	font-size: 14px;
}

.cartfeatured > .addtocart {
	display: inline-block;
	vertical-align: top;
	background-color: #eeeeee;
	border-left:1px solid #dddddd;
	margin:0px;
	width:195px;
	height: 38px;
}
.cartfeatured > .addtocart:hover {
	background-color: #dddddd;
}

.testimonialmedia, .testimonialfooter {
	margin-top:15px;
}
.testimonialmediayoutube {
	width:530px;
	height: 350px;
}

@media (max-width: 660px) {
	.testimonialmediayoutube {
		width:100%;
	}
}

.formblock td{
	padding-bottom:20px;
}

.footer2 {
    position: fixed;
    top: 410px;
    right: 2px;
}
.socialshare {
	padding-top: 10px;
}
.fb-like {
    -webkit-filter: grayscale(1);
}


.RaviText {
	color:white;
	font-size: 22px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}


.featurelisting {
	text-align: left;
	margin-top:70px;
}

.featurelisting ul {
	list-style: none;
}

.featurelisting li {
	padding-top:10px;
	font-size: 14px;
}

.featurelisting i {
	padding-right: 10px;
}