@font-face {
    font-family: 'square721_btroman';
    src: url('../font/sqr721n-webfont.eot');
    src: url('../font/sqr721n-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/sqr721n-webfont.woff') format('woff'),
         url('../font/sqr721n-webfont.ttf') format('truetype'),
         url('../font/sqr721n-webfont.svg#square721_btroman') format('svg');
    font-weight: normal;
    font-style: normal;
	-webkit-font-smoothing:antialiased;
}

html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
   	background: url(../image/bg-juta.jpg) repeat-y center fixed;
}

body a{
	outline:0;
	text-decoration:none;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1, .welcome {
	color: #636E75;
	font: Verdana;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
	color: #666;
	font: 13px/20px Helvetica, Arial, sans-serif;
}
a, a:visited, a b {
	color: #38B0E3;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password']{
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 8px;
	margin: 5px;
	margin-left: 0px;
	margin-right: 0px;
	color: #404040;
	background: white;
	border: 1px solid;
	border-color: #c4c4c4 #d1d1d1 #d4d4d4;
	border-radius: 3px;


}

textarea {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin: 5px;
	padding: 0 10px;
	color: #404040;
	background: white;
	border: 1px solid;
	border-color: #c4c4c4 #d1d1d1 #d4d4d4;
	border-radius: 2px;
	-moz-outline-radius: 3px;

}

.styled-select {
	width:88px;
   	height: 25px;
   	overflow: hidden;
	border: 1px solid #215a96;
   	background: url(../image/select_arrow.png) no-repeat right #3b8de2;
   	box-shadow: 0 1px #66a6e9 inset;
   	border-radius:3px;
   	font-size:12px;
	display:inline-block;
   }

.styled-select:hover {
	background-color:#5ca1e8;
}
.styled-select select{
	width:120px;
   	background: transparent;
   	padding-left: 5px;
	padding-right:15px;
   	font-size: 12px;
   	color:#fff;
   	line-height: 1;
   	border: 0;
   	border-radius: 0;
   	height: 25px;
   	-webkit-appearance: none;
  	cursor:pointer;
	outline:0;
}

.styled-select select option{
	color:#555;


}

label {
	cursor: pointer;
}
/* layout */
#container {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	overflow:hidden;

}
#column-left {
	float: left;
	width: 180px;
}
#column-right {
	float: right;
	width: 180px;
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
}
#column-left + #column-right + #content, 
#column-left + #content {
	margin-left: 195px;

}
/* Code for 3 Columns */
#column-left + #column-right + #content #carousel_inner {
	width:560px;
}

#column-left + #column-right + #content #carousel_inner ul li{
	margin-right:55px;
}

/*End of Code for 3 Columns */

#column-right + #content #carousel_inner {
	width:770px;
}

#column-right + #content  #carousel_ul li {
	margin-right:32px;
}

#column-left + #content .product_box_container {
	width:1200px;
}

#column-right + #content .product_box_container {
	width:820px;
}

#column-right + #content .product_box{
	margin-right:34px;
}


#column-left + #content .product_box{
	margin-right:36px;
}


#column-right + #content {
	margin-right: 195px;
}


#column-left .product_box,
#column-right .product_box  {
	width:180px;
	float:none;

}

#column-left  .d3_container,
#column-right  .d3_container {
	width:180px;
}

#column-left  .d3_first,
#column-right .d3_first   {
	width:173px;
}

#column-left  .d3_second,
#column-right .d3_second,
#column-left  .product_box_image,
#column-right  .product_box_image   {
	width:168px;
}


#column-left .product_box_image img,
#column-right .product_box_image img {
	width:170px;
	height:170px;
}



#column-left + #content #carousel_ul li {
	margin-right:36px;
}


/* header */
#header {
	height: 90px;
	padding-bottom: 4px;
	position: relative;
	z-index: 98;

}

#header #header_grid_container {
	max-width:980px;
	margin:0 auto;
	position:relative;

}
#header #logo {
	position: absolute;
	top: 20px;
	left: 0px;

}
#header #logo a img{
	max-width:270px;
	max-height: 60px;
}
	
#language {
	position: absolute;
	top: 15px;
	left: 320px;
	width: 80px;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
}
#currency {
	width: 75px;
	position: absolute;
	top: 15px;
	left: 425px;
	color: #999;
	line-height: 17px;
}
#currency a {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #CCC;
	color: #999;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #000;
	text-decoration: none;
}
#header #cart {
	position: absolute;
	top: 10px;
	right: 175px;

}
#header #cart .heading {
	float: right;	
	margin-top: 14px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background: #FFF;
	position: relative;
	z-index: 1;
}
#header #cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#header #cart .heading a {
	color: #555;
	text-shadow: 0 1px #fff;
	box-shadow: 0 1px #fff inset;
	text-decoration: none;
	background:#f9f9f9;
	border: solid 1px #ddd;
	padding:8px;
	border-radius:2px;
}

#header #cart .heading a i{
	color:#777;
	padding-right:2px;
}
#header #cart .content {
	clear: both;
	1display: none;
	position: relative;
	top: -1px;
	padding: 8px;
	min-height: 150px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	-webkit-border-radius: 0px 7px 7px 7px;
	-moz-border-radius: 0px 7px 7px 7px;
	-khtml-border-radius: 0px 7px 7px 7px;
	border-radius: 0px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	background: #FFF;
}
#header #cart.active .heading {
	float: right;	
	margin-top: 14px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background: #FFF;
	position: relative;
	z-index: 1;
}
#header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.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 {
	color: #000;
	padding: 4px;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #search {
	position: absolute;
	top: 12px;
	right: 0px;	
	width:170px;
	z-index: 15;	
	
}
#header .button-search,#header .button-search  i {
	position: absolute;
	right: 0px;
	top:2.5px;
	width: 32px;
	height: 32px;	
	cursor: pointer;
	font-siZe:11px;
	color:#777;
	
}

.button-search  i {
	background-color: #4d90fe;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
	background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
	background-image: linear-gradient(top,#4d90fe,#4787ed);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');
	border: 1px solid #3079ed;
	color: #fff!important;
	text-align:center;
	line-height:32px;
	border-radius: 0 3px 3px 0;
	margin: 0 0 auto;
}
#header #search input {
	outline:0;
	background: #FFF;
	padding: 1px 1px 1px 10px;
	width: 150px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	color:#777;


}

#header #search input:focus {
	border-color: #46aefe;
  	outline: none;
  	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px #46aefe;
  	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px #46aefe;
}
#header #welcome {
	position: absolute;
	top: 62px;
	right: 0px;
	z-index: 5;
	width: 298px;
	text-align: right;
	color: #999999;
}

#header #welcome a{
	text-decoration:none;
	color:#446cb3;
}
#header .links {
	position:relative;
	float:right;
	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 {
	width:980px;
	margin:0 auto;
	background: #446CB3;
	border: solid 1px #3D61A0;
	border-radius:4px;

}

.menu_container {
	height: 40px;
	margin-bottom: 15px;


	
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 40px;

}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	height:40px;

}


#menu > ul > li > a {
	/*background: #ff611c url(../image/separator.png) repeat-y right;*/
	font-size: 16px;
	font-weight:bold;
	color: #eee;
	text-shadow: 0 0px #ee6f1b;
	text-decoration: none;
	display: inline-block;
	padding: 6px 15px 6px 15px;
	z-index: 6;
	position: relative;
	height: 28px;
	line-height:30px;
	font-family: 'square721_btroman';
	-webkit-font-smoothing:antialiased;
}


#menu > ul > li > a i{
	font-size:18px;
	line-height:18px;
	color:#fff;
}
#menu > ul > li:hover > a,
#menu > ul > li.active a {
	background: #3d61a0;
	text-shadow:none;
	color:#fff;

}
#menu > ul > li.active a div ul li a{
	background:orange;
}
#menu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 0px;
	border: 2px solid #3d61a0;
	border-top: 1px solid #3d61a0;
	

}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
	background: #FFFFFF;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li {
	background:#fff;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 10px;
	color: #555;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	background: #eee!important;
	color:#446cc3!important;
}
#menu > ul > li > div > ul > li > a {
	color: #555!important;
	background-color:white!important;
}



.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-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;
}
.success {
	background: #E3EBC6 url('../image/success.png') 10px center no-repeat;
	border: 4px solid #CDDB9B;
	color: #7F9533;
	-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;
}

.success a{
	color: #7F9533;
	font-weight:bold;
}


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

.attention a{
	color:#C49C03;
	font-weight:bold;
}

.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 4px solid #F8ACAC;
	-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;
	color:#fd4326;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 4px solid #F2DD8C;
	-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;
	color:#C49C03;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}

.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	padding: 0px 5px;
}
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;
}
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: #F1FFDD;
	cursor: pointer;
}
.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 */
a.button, input.button {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:4px;
	border-radius:3px;
	font-weight: bold;
	color:#FFF;
	text-shadow: 0 -1px 0px #285990;
	background: #2a9ce5;
	background: -webkit-gradient(linear, left top, left bottom, from(#2a9ce5), to(#1d7ab6));
	background: -moz-linear-gradient(top, #2a9ce5, #1d7ab6);
	border: 1px solid #2064af;
	border-top-color: #1d67ba;
	border-bottom-color: #265e9c;
	-moz-box-shadow: 
	0px 1px 0px 0px rgba(255,255,255,0.6),
	inset 1px 0 1px 0px  rgba(255,255,255,0.2),
	inset -1px 0 1px 0px rgba(255,255,255,0.2),
	inset 0px -1px 0px rgba(255,255,255,0.1),
	inset 0px 1px 0px rgba(255,255,255,0.2);
	-webkit-box-shadow: 
	0px 1px 0px 0px rgba(255,255,255,0.6),
	inset 1px 0 1px 0px  rgba(255,255,255,0.2),
	inset -1px 0 1px 0px rgba(255,255,255,0.2),
	inset 0px -1px 0px rgba(255,255,255,0.1),
	inset 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: 
	0px 1px 0px 0px rgba(255,255,255,0.6),
	inset 1px 0 1px 0px  rgba(255,255,255,0.2),
	inset -1px 0 1px 0px rgba(255,255,255,0.2),
	inset 0px -1px 0px rgba(255,255,255,0.1),
	inset 0px 1px 0px rgba(255,255,255,0.2);
}

a.button_gray {
border-radius: 2px;
background: #eee;
padding: 8px;
margin: 0px;
font-size: 12px;
color: #666;
text-align: center;
text-shadow: 0 1px rgba(255,255,255,0.5);
background: #eee;
background-clip: padding-box;
border: 1px solid;
border-color: #cfcfcf #ccc #c6c6c6;
background-image: -webkit-linear-gradient(top, #fcfcfc,#e8e8e8);
background-image: -moz-linear-gradient(top, #fcfcfc,#e8e8e8);
background-image: -o-linear-gradient(top, #fcfcfc,#e8e8e8);
background-image: linear-gradient(to bottom, #fcfcfc,#e8e8e8);
-webkit-box-shadow: inset 0 1px #fff,inset 0 0 0 1px rgba(255,255,255,0.3),0 1px 1px rgba(0,0,0,0.05);
box-shadow: inset 0 1px #fff,inset 0 0 0 1px rgba(255,255,255,0.3),0 1px 1px rgba(0,0,0,0.05);
display:inline-block;
}

a.button {
	display: inline-block;
	text-decoration: none;
	padding: 8px 14px 8px 14px;
}
input.button {
	margin: 0;
	border: 0;
	height: 34px;
	padding: 0px 12px 0px 12px;
}
a.button:hover, input.button:hover {
	background:#2999e1;
}
.buttons {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.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: 40px;
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;
}
.htabs a {
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #fefefe;
	padding: 11px 20px 11px 20px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #666;
	display: none;
}

.htabs a:first-child  {
	border-left: solid 1px #ddd;
}
.htabs a.selected {
	background: #FFFFFF;
	border-top: solid 2px #54ace7;
	padding-bottom:12px;

}

.tab-content {
	border-left: 1px solid #DDDDDD;
	
	border-right: 1px solid #DDDDDD;
	
	border-bottom: 1px solid #DDDDDD;
	
	padding: 10px;
	
	margin-bottom: 20px;
	
	z-index: 2;
	
	overflow: hidden!important;
	color: #666;
	line-height: 19.5px;
}

/* 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-family: Arial, Helvetica, sans-serif;
	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;
	border: 1px solid #E7E7E7;
}
.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 */
ul.box-category, ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-category > li:first-child {
	padding: 0px 8px 8px 0px;
}
ul.box-category > li {
	padding: 8px 8px 8px 0px;
}
ul.box-category > li + li {
	border-top: 1px solid #EEEEEE;
}
ul.box-category > li > a {
	text-decoration: none;
	color: #333;
}
ul.box-category > li ul {
	display: none;
}
ul.box-category > li a.active {
	font-weight: bold;
}
ul.box-category > li a.active + ul {
	display: block;
}
ul.box-category > li ul > li {
	padding: 5px 5px 0px 10px;
}
ul.box-category > li ul > li > a {
	text-decoration: none;
	display: block;
}
ul.box-category > li ul > li > a.active {
	font-weight: bold;
}
/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter span {
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;	
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
ul.box-filter > li ul {
	padding-bottom: 10px;
}
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}

 category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	padding:0px;
	
}

.category-list ul li {
	list-style:none;
}
.category-list ul li a{
	background: #eee;
	border: solid 1px #ccc;
	box-shadow: 0 1px #fff;
	padding: 8px;
	font-size: 12px;
	text-decoration: none;
	border-radius: 2px;
	color: #888;
	display: inline-block;
	margin-right: 8px;
	margin-bottom:8px;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#ececec));
	background-image: -webkit-linear-gradient(top,#ffffff,#ececec);
	background-image: -moz-linear-gradient(top,#ffffff,#ececec);
	background-image: -ms-linear-gradient(top,#ffffff,#ececec);
	background-image: -o-linear-gradient(top,#ffffff,#ececec);
	background-image: linear-gradient(top,#ffffff,#ececec);
	border-color: #bbb;

}

.category-list ul li a:hover{
	background:#eee;
}

.category-list ul li a:first-letter{
	text-transform:uppercase;
}
/* 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 {
	border: 1px solid #c8c8c8;
	padding: 10px;
	border-radius:3px;
	overflow: auto;
	margin-bottom: 10px;
}
.product-filter .display {
	margin-right: 5px;
	float: left;
	padding-top: 4px;
	color: #333;

}
.product-filter .display a {
	font-weight: bold;
	text-decoration:none;
}

.product-filter .display i{
	font-weight:normal;
	font-size:16px;
	margin-right:3px;
}
.product-filter .sort {
	float: right;
	color: #555;
	line-height:25px;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #555;
	line-height:25px;

}

.product-compare {
	padding-top: 4px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
	color: #666;
	text-align: center;
	text-shadow: 0 1px rgba(255,255,255,0.5);
	background: #eee;
	background-clip: padding-box;
	border: 1px solid;
	border-color: #cfcfcf #ccc #c6c6c6;
	background-image: -webkit-linear-gradient(top, #fcfcfc,#e8e8e8);
	background-image: -moz-linear-gradient(top, #fcfcfc,#e8e8e8);
	background-image: -o-linear-gradient(top, #fcfcfc,#e8e8e8);
	background-image: linear-gradient(to bottom, #fcfcfc,#e8e8e8);
	-webkit-box-shadow: inset 0 1px #fff,inset 0 0 0 1px rgba(255,255,255,0.3),0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px #fff,inset 0 0 0 1px rgba(255,255,255,0.3),0 1px 1px rgba(0,0,0,0.05);
	box-shadow: 0 1px #fff inset;
	color:#666;
	padding:5px;
	font-size:11px;
	border-radius: 2px;
	margin-left:3px;
}

.product-compare a:hover {
	background:#efefef;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;

}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	font-size: 15px;
	color: #446cb3;
	font-weight: bold;

}
.product-list .price-old {
	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;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .cart,
.product-list .wishlist,
.product-list .compare,
.product-grid .cart,
.product-grid .wishlist,
.product-grid .compare 
 {
	float:left;
}

.product-list .rating img, .product-grid .rating img {
	padding-top:0px;
}

.product-list .cart a i,
.product-list .wishlist  a i,
.product-list .compare  a i,
.product-grid .wishlist a i,
.product-grid .compare a i,
.product-grid .cart a i{
	border-radius:2px;
	background:#eee;
	padding:10px;
	margin:0px;
	font-size: 12px;
	color: #666;
	text-align: center;
	text-shadow: 0 1px rgba(255,255,255,0.5);
	background: #eee;
	background-clip: padding-box;
	border: 1px solid;
	border-color: #cfcfcf #ccc #c6c6c6;
	background-image: -webkit-linear-gradient(top, #fcfcfc,#e8e8e8);
	background-image: -moz-linear-gradient(top, #fcfcfc,#e8e8e8);
	background-image: -o-linear-gradient(top, #fcfcfc,#e8e8e8);
	background-image: linear-gradient(to bottom, #fcfcfc,#e8e8e8);
	-webkit-box-shadow: inset 0 1px #fff,inset 0 0 0 1px rgba(255,255,255,0.3),0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px #fff,inset 0 0 0 1px rgba(255,255,255,0.3),0 1px 1px rgba(0,0,0,0.05);
}

.product-grid .wishlist a i,
.product-grid .compare a i,
.product-grid .cart a i{
	padding:5px;
}


.product-list .cart a i:hover,
.product-list .wishlist  a i:hover,
.product-list .compare  a i:hover,
.product-grid .cart a i:hover,
.product-grid .wishlist  a i:hover,
.product-grid .compare  a i:hover{
	background:#efefef;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	margin-left: 10px;
	display: block;

}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	margin-left: 10px;
	display: block;

}
.product-grid {
	width: 100%;
	overflow: auto;
}
.product-grid > div {
	width: 125px;
	display: inline-block;
	vertical-align: top;
	margin-right:2px;
	margin-bottom: 15px;
}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.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 {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 5px;
	display: block;

}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 5px;
	display: block;

}
/* Product */
.product-info {
	overflow: auto;
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 265px;
}
.product-info .image {
	border: 1px solid #E7E7E7;
	float: left;
	margin-bottom: 20px;
	padding: 5px;
	padding-bottom:3px;
	text-align: center;
}
.product-info .image-additional {
	width: 260px;
	margin-right: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-right: 7px;
	margin-bottom: 10px;
}
.product-info .description {
	border-bottom: 1px solid #E7E7E7;
	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;
}
.product-info .price {
	overflow: hidden;
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #555;

}

.product-info .price span.price {
	color:#4d90fe;
}
.product-info .price-old {
	color: #F00;
	font-size:11px;
	text-decoration: line-through;
}
.product-info .price-new {
	color:#4d90fe;
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #000000;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 20px;
	color: #4D4D4D;
}
.product-info .cart div > span {
	color: #999;
}
.product-info .cart .links {
	display: inline-block;
	vertical-align: middle;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
}
.product-info .review {
	color: #4D4D4D;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}

.product-info .review > div a{
	color:#666;
	font-weight:bold;
}
.product-info .review > div img {
	margin-bottom:-4px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .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: #F7F7F7;
	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 table tbody:nth-child(odd) {
background-color: #f0f0f0;
}
	
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	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 {
	border: 1px solid #DDDDDD;
}
.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: 90%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;

}




.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: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.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'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	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: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: -3px;
	font-weight: normal;
	text-decoration: none;
	border-radius:2px;
	font-size:11px;
	color: #fff;
	text-shadow: 0 -1px #1b5377;
	background: #54ace7;
	border: solid 1px #4497cc;
	box-shadow: 0 1px #85c4f1 inset;
	padding:3px
}

.checkout-heading a:hover {
	background:#63b7f0;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: hidden;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.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 #DDDDDD;
}
.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 #DDDDDD;
}

.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 a {
	color:#555;
	text-decoration:none;
	font-weight:bold;
}

.sitemap-info a:hover {
	color:#38B0E3;
}
	
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 
#footer {
	clear: both;
	overflow: auto;
	min-height: 100px;
	padding: 20px;
	border-top: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	background: #F8F8F8;
}
#footer h3 {
	color: #000000;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#footer .column {
	float: left;
	width: 25%;
	min-height: 100px;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 8px;
	padding-left: 12px;
}
#footer .column ul li {
	margin-bottom: 3px;
}
#footer .column a {
	text-decoration: none;
	color: #000;
}
#footer .column a:hover {
	text-decoration: underline;
}
#powered {
	margin-top: 5px;
	text-align: right;
	font-weight:bold;
	color:#777;
	float:left;
	font-weight:bold;
	padding:5px;
	padding-top:3px;


}

#powered a{
	text-decoration:none;
	color:#446cb3;
	margin-right:3px;
}


/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}


#carousel_inner{
	float:left; 
	max-width:980px; 
	overflow: hidden; 
	margin-top:4px;
	position:relative;
}

#carousel_ul {
	left:-242px;
	position:relative;	
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width:9999px; 
	padding-bottom:10px;
}

#carousel_ul li{
	float: left;                                   
	width:225px;
	padding:0px;
	margin-bottom:10px; 
	margin-right:20px; 
}


#left_scroll{
	float:left; 
	height:25px; 
	width:25px; 
	margin-right:10px;

}

#right_scroll {
	float:right; 
	height:25px; 
	width:25px; 
	margin-left:10px;
}

#left_scroll img,
#left_scroll_2 img, 
#right_scroll img,
#left_scroll i,
#right_scroll i
{
	cursor: pointer;	
	height:20px; 
	line-height:20px;
	width:20px; 

	margin-top:-1px;
	
}

#left_scroll i:hover,
#right_scroll i:hover{

	color:#eee;

}

.box_title {
	max-width:980px;
	margin-top:12px;
	background: url(../image/title_bg.png) center repeat-x;	

}

.box_title h3{
	margin:0 auto;
	text-align:center;
	
}

.box_title h3 span{
	display:inline-block;
	font-size:13px;
	line-height:25px;
	font-weight:bold;
	color:#888;
	padding:3px;
	padding-left:15px;
	padding-right:15px;
	border-radius: 100px;
	text-shadow: 0 1px 0px #fff;
	background: #f9f6ee;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f3f3f3));
	background: -moz-linear-gradient(top, #f9f6ee, #f3f0e7);
	border: 1px solid #d8d4c8;
	border-top-color: #d6d3c8;
	border-bottom-color: #dad6c9;
	-moz-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.4), inset 1px 0 1px 0px rgba(255,255,255,0.5), inset -1px 0 1px 0px rgba(255,255,255,0.5), inset 0px -1px 0px rgba(255,255,255,0.5), inset 0px 1px 0px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.4), inset 1px 0 1px 0px rgba(255,255,255,0.5), inset -1px 0 1px 0px rgba(255,255,255,0.5), inset 0px -1px 0px rgba(255,255,255,0.5), inset 0px 1px 0px rgba(255,255,255,0.5);
	box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.4), inset 1px 0 1px 0px rgba(255,255,255,0.5), inset -1px 0 1px 0px rgba(255,255,255,0.5), inset 0px -1px 0px rgba(255,255,255,0.5), inset 0px 1px 0px rgba(255,255,255,0.5);

}

.box_title h3 span:hover{
	background:#446cb3;
	color:#fff;
	text-shadow: 0 1px 0px blue;	
	border: solid 1px #f9f6ee;
}


.product_box_container {
	overflow:hidden;
	max-width:1000px;
	margin:0 auto;	
	margin-top:15px;
	margin-bottom:20px;


}

.product_box_container a{
	text-decoration:none;
}

.sale{
	background: url(../image/sale_tag.png) no-repeat;
	height:79px;
	width:38px;
	position:absolute;



}

.sale_2{
	background: url(../image/sale_tag_2.png) no-repeat;
	height:77px;
	width:77px;
	position:absolute;
	margin-left:-2px;
	margin-top:-2px;



}

.new_tag{
	background: url(../image/new_tag.png) no-repeat;
	height:51px;
	width:50px;
	position:absolute;
	right:0px;
	margin-right:4px;
	margin-top:4px;	

}

.product_box{
	background:white;
	border: solid 1px #ebebeb;
	float:left;
	margin-right:7px;
	margin-bottom:20px;
	width:237px;
	display:block;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px 3px 0 0;
}


.product_options{
	text-decoration:none;
	color: #666;
	margin:0;
	min-height:45px;
	diplay:inline-block;
	font-size: 12px;
	background:#f9f9f9;
	border-top: solid 1px #ffffff;
}


.product_name a {
	color:#999;
	font-size:10px;	
	text-shadow: 0 1px #fff;
	border-left: solid 1px #fff;
	padding:6px;
	padding-right:8px;
	padding-left:8px;
	/*margin-top:-1px;
	line-height:21px;*/
	float:left;
	text-transform:uppercase;
	font-weight:bold;
	/*width:160px;*/
	width:140px;
}



.product_price{
	font-size:14px;	
	background:#eee;
	border: solid 1px #ccc;
	box-shadow: 0 1px #fff inset;
	border-radius:2px;
	padding:5px;
	color:#666;
	margin-left:6px;
	float:right;
	position:absolute;
	right:10px;
	margin-top:3px;
	background:#fcfcfc;
	border: solid 1px #d3d3d3;
	background:#EE6F1B;
	border: solid 1px #DF7522;
	box-shadow: 0 1px #F0A56A inset;
	color:#fff;
	font-weight:normal;
	font-style:normal;
	/*letter-spacing:1px;*/

}

.product_price span.price_old{
	color:#eee;
	text-decoration: line-through;
	background:none;
	border:none;
	box-shadow:none;
	font-size:9px;
	text-shadow:none;
	padding:0px;
}

.product_price span.price_new{
	border-right:none;
}


.product_box_image{
	padding:5px;
	padding-bottom:2px;
	width:225px;
	border-bottom: solid 1px #ebebeb;
	margin:0px;
}

.product_box_image img{	
	width:225px;
	height:225px;
}


.rating img{
	position:relative;
	height: auto;
	width: auto;
	right:0px;
	padding-right:10px;
	padding-top:24px;
}

.showme{ 
	display: none;
}
.showhim:hover .showme{
	display : block;
}

.description_featured a{
	padding:4px;
    	font-size: 12px;
	color: #626A76;   
    	line-height: 20px;
	top:30%;
	left:33%;
	margin-left:0px;
	overflow:hidden;
	position:absolute;
	
}

.description_featured a.cart_add{
	background:#f6f6f6;
	padding:10px;
	line-height:30px;
	border: solid 1px #ccc;
	border-radius:100%;
	height:30px;
	width:30px;
	border-radius: 100px;
	border: 10px solid #eee;
	border-color:#c0c0c0;	
	border-color: rgba(0,0,0,0.15);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align:center;
}


.description_featured a.cart_add i{
	margin-left:-2px;
	font-size:18px;
}
.description_featured a.cart_add:hover{
	border-color: #4583b6;
}

.d3_container {
	width:237px;
	position: absolute;
	margin-left:-1px;


}

.d3_first {
	background:#fff;
	border: solid 1px #ebebeb;
	height:3px;
	width:231px;
	margin: 0 auto;
}

.d3_second {
	background:#fff;
	border: solid 1px #ebebeb;
	border-top:none;
	height:3px;
	width:226px;
	margin: 0 auto;
}



.form_style h2{
	line-height: 40px;
	font-size: 15px;
	font-weight: bold;
	color: #555;
	margin:0px;
	text-align:left;
	padding-left:10px;
	background: #f5f5f5;
	border: 1px solid #eee;
	border-bottom:none;
	border-radius: 3px 3px 0 0;
}

.form_style {
	text-shadow: 1px 1px white;
	color: #555;
	font: 13px/18px Helvetica, Arial, sans-serif;
}

.form_style a {
	text-decoration:none;
}
input[type='text'], input[type='password'], textarea,
.form_style input[type='text'],
.form_style input[type='password'],

 {
	margin: 5px;
	padding: 0 10px;
	width: 200px;
	height: 34px;
	line-height:14px;
	color: #404040;
	background: white;
	border: 1px solid;
	border-color: #c4c4c4 #d1d1d1 #d4d4d4;
	border-radius: 2px;
	outline: 5px solid #eff4f7;

}


.welcome_style img#brand{
	border: solid 1px #eee;
	padding:3px;
	margin:5px;
	max-width:130px;
	max-height:130px;
}

.welcome_style{
	color: rgb(102, 102, 102);
	font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 19.5px;
	padding: 0px;
	outline: none 0px;
	border: 0px;
	vertical-align: baseline;
	overflow:hidden;
}

.welcome_style p {
	margin:0px;
}

#welcome_style_link,
#welcome_link  {
	background:#eee;
	border: solid 1px #ccc;
	box-shadow: 0 1px #fff;
	padding:5px;
	padding-top:2px;
	padding-bottom:2px;
	font-size:12px;
	text-decoration:none;
	border-radius:2px;
	color: white;
	display:inline-block;
	margin-top:2px;
	background: #ee6f1b;
	border: solid 1px #df7522;
	box-shadow: 0 1px #f0a56a inset;
}

.welcome {
	margin:0px;
	margin-top:10px;	
}

.welcome h3{
	font-size: 14px;
	margin:5px;
	border-bottom: solid 1px #446cb3;
	overflow:hidden;
	font-weight:normal;
	color:#fff;
}

.welcome h3 span{
	background:#446cb3;
	padding:8px;
	display:inline-block;

}

.contenta {
	max-width:980px;
	overflow:hidden;
}


/*Top Navigation bar */
.top_nav_bar {
	background:#f4f4f4 url(../image/top_bar.png) repeat-x;
	height:3px;
}
.top_nav {
	background:#535353;
	border-bottom: solid 1px #2e3131;
	border-top: solid 1px #414141;
	height:35px;
	z-index:99;

}

.top_nav_container {
	max-width:980px;
	height:35px;
	margin: 0 auto;
}


.top_nav ul{
	float:right;
	height:35px;
	margin: 0 auto;
	padding:0px;
	background: url(../image/top_nav_sep.png) repeat-y left;
}

.top_nav ul li.active {
	background:#444;
}

.top_nav ul li a{
	height:15px;	
	color: #888;
	background:url(../image/top_nav_sep.png) repeat-y right;
	font-size:12px;
	padding:10px 14px 10px 8px;
	display:block;	
	color: #888;
	text-decoration:none;
	

}

.top_nav ul li a i{
	margin-right:6px;
}


.top_nav ul li a:hover{
	background-color:#444;
}

/*Dropdown menu starts*/

.top_nav ul.sub-menu,
.top_nav ul.sub-menu_categories { 
	background:#3f4344;
	height:auto;
	position:absolute;
	z-index:99;
}


.top_nav ul.sub-menu li  {
	clear:both;
	border-top: solid 1px #4c5051;
	border-bottom: solid 1px #353839;	
	width:100%;
	display:block;
	
}

.top_nav ul.sub-menu_categories li{
	float:none;
	border-top: solid 1px #4c5051;
	border-bottom: solid 1px #353839;
}


.top_nav ul.sub-menu_categories li a{
	padding-left:8px;
	background-image:none;
}


.top_nav ul.sub-menu_categories li a i{
	margin-right:3px;
}


.top_nav ul.sub-menu li:first-child{
	border-top:solid 1px #1f1f1f;
}


.top_nav ul.sub-menu li a,
.top_nav ul.sub-menu_categories li a  {
	background-image:none;
	border:none;
	color:#959098;
	padding-left:8px;
	line-height:12px;
}


.top_nav ul.sub-menu li a span,
.top_nav ul.sub-menu_categories li a span{
	float:right;
	background:#333;
	color:#fff;
	border-radius:2px;
	padding:6px;	
	font-size:11px;
	position:relative;
	right:0px;
	margin-left:15px;
	margin-top:-5px;

}

.top_nav ul.sub-menu li a span:before,
.top_nav ul.sub-menu li a span:after,
.top_nav ul.sub-menu_categories li a span:before,
.top_nav ul.sub-menu_categories li a span:after
{
	right: 100%;	
	border: solid transparent;	
	content: " ";	
	height: 0;	
	width: 0;	
	position: absolute;
	pointer-events: none;
}

.top_nav ul.sub-menu li a span:after,
.top_nav ul.sub-menu_categories li a span:after
{
	border-right-color: #333;	
	border-width: 4px;
	top:0%;	
	margin-top:8px;
}



.top_nav ul.sub-menu li a i{
	margin-right:3px;
}

.top_nav ul.sub-menu li a:hover{
	color:#3d61a0;	
	background:#252525;}

/*Dropdown menu ends*/


.top_nav ul li{
	float:left;
	list-style:none;
}

/*Top Navigation bar ends*/

.box_seleccionar ul{	
	display:none;
}


.arrow_box {	
	position: relative;	
	background: #ee6f1b;	
	border-radius:2px;
	color:#fff;
	text-shadow:none;
	font-weight:normal;
	margin-left:10px; 
	padding:3px;
	padding-right:5px;
	padding-left:5px;
	font-size:12px;
	display:inline-block;
}



.arrow_box:after, 
.arrow_box:before {	
	right: 100%;	
	border: solid transparent;	
	content: " ";	
	height: 0;	
	width: 0;	
	position: absolute;
	pointer-events: none;

}


.arrow_box:after {	
	border-color: rgba(254, 191, 1, 0);	
	border-right-color: #ee6f1b;	
	border-width: 4px;
	top:0%;	
	margin-top:5px;

}




.sidebar {
	padding:0px;
	margin:0px;
	border: solid 4px #eeefef;
	
}

.sidebar ul{
	background:#ccc;
	padding:0px;
	margin:0px;
}

.sidebar ul li{
	list-style:none;
}

.sidebar ul li h3 {
	display:inline-block;
}

.sidebar ul li ul {
	display:none;
}

.sidebar ul li a.active + ul{
	display:block;
}

.sidebar ul li a.sub_active{
	color:#4497cc;
}


.sidebar ul li a i {
	margin-right:3px;
}


.sidebar ul li a.sub_active i{
	font-size:10px;

}

.sidebar ul li a{
	background:#fff;
	border: solid 1px #bbbbbb;
	border-bottom: solid 1px #d4d4d4;
	border-top:none;
	color:#777;
	display:block;
	text-decoration:none;
	padding:10px 0px 10px 7px;

}

.sidebar ul li a:hover{
	background:#f5f5f5;
}

.sidebar ul li.title{
	font-size:14px;
	padding:10px 0px 10px 7px;
	color:#fff;
	text-shadow: 0 -1px #1b5377;
	background:#54ace7;
	border: solid 1px #4497cc;
	box-shadow: 0 1px #85c4f1 inset;
}




.myFooter_top,.myFooter_content,.myFooter_bottom {color:white;}  

.myFooter_top {
	background:#302f2f;
	border-top: solid 1px #f6f6f6;
	border-bottom: solid 1px #111;
	overflow:hidden;
}


.myFooter_top_container {
	max-width:980px;
	margin: 0 auto;
}


.myFooter_content{
	background:#3b3a3a;
	border-top: solid 1px #444;
	border-bottom: solid 1px #1d1d1d;
	min-height:200px;
	overflow:hidden;
}


.myFooter_content_container {
	max-width:980px;
	margin: 0 auto;
}

.myFooter_content_container p{
	color:#777;
	font: 13px/17px Helvetica, Arial, sans-serif;
	margin-bottom:8px;
}
.myFooter_content_container .column{
	float: left;
	width: 19.9%;
	min-height: 100px;
}

.myFooter_content_container .column h3{
	border-bottom: solid 1px #222;
	padding-bottom:10.1px;
	font-weight:normal;

}

.myFooter_content_container .column h3 span{
	border-bottom: solid 1px #666;

	padding-bottom:10.1px;

display: inline;

}

.myFooter_content_container .column h3 span:hover{
	border-bottom: solid 1px #446cb3;
}

.myFooter_content_container .column ul{
	padding:0px;	

}

.myFooter_content_container .column ul li{
	list-style:none;
}

.myFooter_content_container .column ul li.contact{
	color:#777;
	margin-bottom:10px;
	line-height:10px;
}

.myFooter_content_container .column ul li.contact span{
	margin-top:7px;
	position:absolute;
}


.myFooter_content_container .column ul li.contact i{
	background:#312f2f;
	padding:5px;
	margin-right:5px;
	font-size:13px;
	border-radius:100%;
	box-shadow: 0 1px black;
	box-shadow: 0 1px #333 inset;
}

.myFooter_content_container .column ul li a{
	color:#777;
	text-decoration:none;
	font-size:12px;
	display:inline-block;
	padding-bottom:7px;
}

.myFooter_content_container .column ul li a:hover{
	color:#eee;
}


.myFooter_content_container .column ul li a i{
	margin-right:2px;
	font-size:11px;
}

.myFooter_bottom{
	background:#302f2f;
	border-top: solid 1px #444;
	overflow:hidden;
	padding-top:8px;
	padding-bottom:8px;
}


.myFooter_bottom_container {
	max-width:980px;
	margin: 0 auto;
}



.payment ul{
	height:40px;		
	overflow:hidden;
	padding:0px;
	padding-top:3px;
	padding-bottom:3px;
	margin:0px;
}
.payment ul li{
	list-style:none;
	float: left;
}
.payment ul li a{
	margin-right:2px;
	padding:15px;
	padding-left:25px;
	padding-right:25px;
	line-height:35px;
	background: url(../image/cards_sprites.png) no-repeat;
	text-decoration:none;
	color: #555;
	

}

.payment ul li a:hover{
	background:  url(../image/cards_sprites_hover.png) no-repeat;
}

.payment ul li a.visa{background-position: 2px 12px;}
.payment ul li a.visa_electron{background-position: -65px 12px;}
.payment ul li a.discover{background-position: -130px 12px;}
.payment ul li a.paypal{background-position: 2px -29px;}
.payment ul li a.solo{background-position: -65px -29px;}
.payment ul li a.mastercard{background-position: 2px -70px;}
.payment ul li a.switch{background-position: -65px -70px;}
.payment ul li a.cirrus{background-position: 2px -112px;}
.payment ul li a.american_express{background-position: -65px -112px;}
.payment ul li a.apple{background-position: -130px -112px;}
.payment ul li a.delta{background-position: 2px -155px;}
.payment ul li a.amazon{background-position: -65px -155px;}
.payment ul li a.google_checkout{background-position: -130px -155px;}

.hide_m {
	display:inline-block;
}

.hide_m_381 {
	display:inline-block;
}

.navbar {
	display:none;
}


#header #cart .heading a span {
	padding-right: 4px;
	padding-left: 4px;
	font-size:11px;	
	
}
#header #cart .content_back {
	position:relative;
	top: -1px;
	padding: 6px;
	min-height: 150px;
	border: 1px solid #292a2c;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background: #f5f6f7;
	color:#444;
	
}

#header #cart .content {
	clear: both;
	display: none;
	position:relative;
	padding: 8px;
	padding-top:10px;
	min-height: 150px;
	border: 1px solid #242625;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	color:#444;
	background: #37383b url(../image/cart_content_out.png) repeat-x;
	margin-top:60px;
	z-index:99;
}



#header #cart.active .heading a{
	color:#0088cc;
}
#header #cart.active .content {
	display: block;
	border: solid 1px #242424;
	
}
#header #cart .cart {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
#header #cart .cart td {
	color: #d20000;
	vertical-align: top;
	padding: 10px 5px;
	background:#f5f6f7;
	border-bottom: solid 1px #dfe5eb;
	font-weight:bold;
	
}


#header #cart .cart td a{
	color:#333;
	text-decoration:none;
	font-weight:bold;
	text-shadow:0 1px #fff;
}
#header #cart .cart .image {
	width: 1px;
	
}
#header #cart .cart .image img {
	text-align: left;
	padding:2px;
	background:#fff;
	border: solid 2px #e4e4e4;

}
#header #cart .cart .image img:hover {
	border: solid 2px #0088cc;
}
#header #cart .cart .name small {
	color: #444;
}
#header #cart .cart .quantity {
	text-align: right;
}
#header #cart .cart td.total {
	text-align: right;
}
#header #cart .cart .remove {
	text-align: right;
}
#header #cart .cart .remove img {
	cursor: pointer;
	padding-right:20px;
}
#header #cart table.total {
	border-collapse: collapse;
	padding: 5px;
	float: right;
	clear: left;
	margin-bottom: 5px;
}
#header #cart table.total td {
	color: #444;
}
#header #cart .content .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}


.up_arrow {
	background: url(../image/cart_arrow.png) no-repeat bottom right;
	width:270px;
	height:15px;
	margin-top:-27px;
	float:right;
	padding-top:5px;

}

#cart table{
	width:100%;
	text-align:right;
	border: solid 1px #ccc;
}
#cart table td{
	text-align:left;
	background:#f4f4f4;
	border-right: solid 1px #ccc;
}
#cart table td:nth-child(1) {
	background:#fff;

	
}
#cart table td:nth-child(2) {
	background:#f5f5f5;

}
#cart table a{
	text-shadow:none;
	color:#333;
	font-size:12px;
	text-decoration:none;
	padding:0;margin:0;
	float:none;
	line-height:normal;
}
#cart table td{
	border:1px solid #e4e4e4;
	border-width:0 0 1px 0;
	text-shadow:none;
	padding:10px;
	background:#fff;
}
#cart table td a{
	background:none;
}
td.remove img{
	cursor:pointer;
	padding-top:2px;

}

.select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	height: 27px;
	min-width:50px;
	border: 1px solid #ccc;
	border-bottom-color: #c4c4c4;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: -webkit-linear-gradient(top, #fcfcfc,#eee);
	background-image: -moz-linear-gradient(top, #fcfcfc,#eee);
	background-image: -o-linear-gradient(top, #fcfcfc,#eee);
	background-image: linear-gradient(to bottom, #fcfcfc,#eee);
	-webkit-box-shadow: inset 0 1px #fff,inset 0 0 0 1px rgba(255,255,255,0.4),0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px #fff,inset 0 0 0 1px rgba(255,255,255,0.4),0 1px 1px rgba(0,0,0,0.05);



}

.select:before, .select:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 8px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #888 transparent;
  pointer-events: none;
}

.select:after {
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none;

}
 
.select:before {
  border-bottom-style: solid;
  border-top: none;
}


.select select {
	display: block;
	position: relative;
	width: 152%;
	height: 25px;
	line-height: 17px;
	margin: 0;
	padding: 4px;
	color: #62717a;
	text-shadow: 0 1px white;
	background: transparent;
	background: rgba(0,0,0,0);
	border: 0;
	-webkit-appearance: none;
}

.hide_cart {
	display:inline-block;
}

.switcher {
    background: #FFF url("../image/dropdown.png") no-repeat scroll 100% 6px;
    border: 1px dotted #E2E2E2;
    padding-right: 10px;
    position:absolute;
    width: 91px;
    z-index: 99;
    cursor: pointer;
    margin-top:-47px;
    margin-right:-160px;

}
.switcher .option {
    cursor: pointer;
    display: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0;
}

.switcher span.s_selected, .switcher li, .switcher li a {
    color: #525252;
    font-size: 10px;
    display: block;
    height: 21px;
    line-height: 22px;
    text-indent: 7px;
}
.switcher li a{
	text-decoration: none;
}
.switcher li a:hover{
	color: #69A0DD;
	text-decoration: none;
}
#currency_switcher {
    right: 250px;
	top: 23px;
}
#language_switcher {
	top: 57px;
    right: 250px;
}

.switcher img {
    display: inline;
    margin: -2px 3px 0 0;
    vertical-align: middle;
}

.product_title {
	padding:0px;
	margin:0px;
	margin-bottom:5px;
}
.product_title h3,
.product_title h2,
.product_title h1 {
	padding:0px;
	padding-bottom:2px;
	margin:0px;
	border-bottom: solid 2px #eee;
	font-size:20px;
	line-height: 32px;
	font-weight: 300;
	color:#555;

}

.product_title h3 span,
.product_title h2 span,
.product_title h1 span{
	padding-bottom:7px;
	border-bottom: solid 2px #54ace7;
}

.price_circle {
	padding:10px;
	display:inline-block;
width:70px;
height:70px;
text-align:center;
border-radius: 100%;
margin-top:10px;
background: #7cbcff;
border: solid 4px #d0e6ff;
}


.breadcrumb { 
	color:white;
	list-style: none; 
	overflow: hidden; 
	font: 18px Helvetica, Arial, Sans-Serif;
}

.breadcrumb a {
	text-decoration: none; 
	padding-top:8px;
	padding-bottom:8px;
	padding-left:40px;
	background: #eee;
	position: relative; 
	display: block;
	float: left;
	color:#666;
	font-size:11px;

}

.breadcrumb a:first-child {
	padding-left:10px;
	background:#eee;
	background: rgba(227,227,227,1);

}

.breadcrumb a:last-child {
	background: #d0e6ff; 
	color:#446cb3;
}

.breadcrumb a:last-child:after {
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;      
	border-bottom: 50px solid transparent;
	border-left: 30px solid #d0e6ff;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2;
}


.breadcrumb a:first-child:after {
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;      
	border-bottom: 50px solid transparent;
	border-left: 30px solid #e3e3e3;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2;
}



.breadcrumb a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;       
	border-bottom: 50px solid transparent;
	border-left: 30px solid #eee;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}

.breadcrumb a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;       
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 2px;
	left: 100%;
	z-index: 1; 
}

.breadcrumb a:hover { background: #d0e6ff; color:#446cb3;}
.breadcrumb a:hover:after { border-left-color: #d0e6ff !important; }




.tipsy { 
	padding: 5px; 
	
font-size: 10px; 
	
background-repeat: no-repeat;  
	
background-image: url(../image/tipsy.png); 
}
  
	
.tipsy-inner { 
	padding: 7px 8px 7px 8px; 
	color: white; 
	max-width: 200px; 
	text-align: center; 
	font-weight:bold;
	text-align: center;
	background: #545454;

}
  
.tipsy-inner {
	 -moz-border-radius:2px; 
	 -webkit-border-radius:2px; 
	border-radius:2px; 
}
  
.tipsy-north { 
	background-position: top center; 
}
  
.tipsy-south{ 
	background-position: bottom center;

}
  


.tipsy-east { 
	background-position: right center; 
}
  
.tipsy-west { 
	background-position: left center; 
}
#gravity { 
	width: 100%; 
	margin: 5px 0; 
	border-spacing: 5px; 
}
  
#gravity td { 
	text-align: center; 
	vertical-align: middle; 
	padding: 5px 0; 
	background-color: #d0d0d0;
	}
  
#gravity a { }
    
#gravity a:hover { 
	color: #505050; 
	background: none; 
}



.option {
	margin-bottom:14px;
}

#scroll-top {
	position: fixed;
	right: 10px;
	bottom: 40px;
}
#scroll-top a, #scroll-top a {
	color:#666;
}
#scroll-top a, #scroll-top a span {
	display: block;
	line-height: 40px;
	z-index: 99;
	border-radius:25px;
	width:40px;
	height:40px;
	background: #999;
	background: rgba(153,153,153,.5);
	color: #fff;
	text-align:center;
}

#scroll-top a:hover, #scroll-top a span:hover {
	background:#777;
	background: rgba(119,119,119,.5);
}

#scroll-top a span {
	position: absolute;
	top:0px;
	z-index: 1000; 
}
#scroll-top span {
	text-decoration:none;
	text-transform:uppercase;
	color:#999;
}

.hide_for_380 {
	display:inline-block;
}

.show_for_380 {
	display:none;
}
