@font-face {
  font-family: Behance;
  src: url('be.woff') format("woff");
}


html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
background: url("../images/bgr.jpg") no-repeat fixed center top #000000;
color: #636363;
font-family: Arial, Helvetica, sans-serif;
margin: 0px;
padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1 {
	margin-top: 5px;
	margin-bottom: 24px;
	color: #32363b;
    font-family: 'PT Sans',sans-serif;
    font-size: 26px !important;
    font-weight: normal;
    line-height: 14px;
}
.welcome {
	color: #1B1B1B;
    display: block;
    font-family: 'PT Sans',sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 14px;
    padding: 8px 18px 10px 0;
    text-transform: uppercase;
}
h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a {
	color: #D03B20;
	text-decoration: none;
	cursor: pointer;
}
a b:hover{
color: #D03B20;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #F8F8F8;
	border: 1px solid #DFDFDF;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
.textquantity {
	background: #FFFFFF!important;
	border: 1px solid #DFDFDF!important;
	padding: 5.5px!important;
	margin-left: 0px;
	margin-right: 0px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	color: #d03b20;
	font-weight: bold;
	text-align:center;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}
#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#main {
background: #FFFFFF;
width: 1000px;
margin-top: -40px;
padding-top: 40px;
z-index: 3;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius: 4px 4px 0px 0px;
-khtml-border-radius: 4px 4px 0px 0px;
border-radius: 4px 4px 0px 0px;
float: left;
}
#main-content {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
#column-left {
	float: left;
	width: 220px;
	background: none repeat scroll 0 0 #32363b;
	margin-left: -25px;
	padding-left: 25px;
	margin-top: 10px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius: 0px 5px 5px 0px;
	-khtml-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	margin-bottom: 20px;
	padding-bottom: 15px
}
#column-right {
	float: right;
	width: 220px;
	background: none repeat scroll 0 0 #32363b;
	margin-right: -25px;
	padding-left: 25px;
	margin-top: 10px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-khtml-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	margin-bottom: 20px;
	padding-bottom: 15px
}
#content {
	
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 250px;
}
#column-right + #content {
	margin-right: 250px;
}
#header {
border: 5px solid #FFF;
border-top: none;
background: rgba(0, 0, 0, 0.5);
margin-right: auto;
height: 75px;
margin-bottom: 7px;
padding-bottom: 4px;
position: relative;
z-index: 99;
border-radius: 0 0 4px 4px;
box-shadow: 0 0 30px #32363b;
}
#header #logo {
position: absolute;
top: 10px;
left: 15px;
}
#language {
	position: absolute;
	top: 35px;
	right: 380px;
	color: #d5d5d5;
	line-height: 17px;
	z-index: 1111;
	vertical-align: middle;
}
#language img {
	cursor: pointer;
}
#currency {
	position: absolute;
	top: 35px;
	right: 250px;
	color: #d5d5d5;
	z-index: 1111;
}
#currency a {
	display: inline-block;
	color: #d5d5d5;
	text-decoration: none;
	padding: 0px 4px;
}
#currency a+a {
	border-left: 1px solid #d5d5d5;
}
#currency a b {
	color: #c64f38;
	text-decoration: none;
}

.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;
}
#search .left,
#search .right,
#search .middle {
    display: block;
    float: left;
	z-index: 999;
}

#search .left {
    width: 14px;
    height: 30px;
	background-image: url('../images/search-left.png')
}
#search .right, x:-moz-any-link {margin-top: 0!important;}
#search .right {
margin-top: -15px;
width: 14px;
height: 30px;
background-image: url('../images/search-right.png');
}

#search .middle {
    height: 30px;
	background-image: url('../images/search-center.png')
}
#header #search {
position: absolute;
top: 395px;
right: 70px;
z-index: 999;
}
#header .button-search {
	position: absolute;
	right: -34px;
	background: url('../images/search-button.png') center center no-repeat;
	width: 28px;
	height: 28px;
	cursor: pointer;
	top: 1px;
}
#header #search input {
background: #FFFFFF;
border: 0 none;
color: #858585;
font-family: Georgia;
font-size: 11px;
padding: 7px 0 7px 0px;
width: 129px;
margin-top: 1px;
}
#header #welcome {
color: #FFFFFF;
position: absolute;
bottom: 10px;
right: 334px;
z-index: 5;
width: 310px;
text-align: center;
line-height: 12px;
padding: 5px;
background: rgba(0, 0, 0, 0.08);
border-radius: 5px;
border-left: 1px solid #fff!important;
border-right: 1px solid #fff!important;
border: 1px solid rgba(255, 255, 255, 0.15);
text-shadow: 1px 1px 1px #D03B20;
}
#header #welcome a {
	color: #C64F39;
	text-decoration: none;
	font-weight: bold;
}
#header .links {
	position: absolute;
	right: 0px;
	bottom: 20px;
	font-size: 10px;
	padding-right: 14px;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	color: #D5D5D5;
	text-decoration: none;
	font-size: 12px;
}
#header .links a + a {
	margin-left: 4px;
}
.menu-left {
    float: left;
    height: 52px;
    width: 5px;
}
.menu-right {
    float: right;
    height: 52px;
    width: 5px;
}
#menu {
height: 52px;
margin-bottom: 15px;
width: 950px;
margin-left: auto;
margin-right: auto;
background: url('../images/menu.png');
z-index: 20;
font-size: 14px;
position: relative;
margin-top: 300px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li  {
	position: relative;
	float: left;
	z-index: 20;
	background: url("../images/home-sep.png") no-repeat top right;
	height: 52px;
	text-decoration: none;
	z-index: 999;
}
#menu > ul > li:last-child {
	background: none;
}

#menu > ul > li > a {
	display: block;
}
#menu > ul > li > a span{
	display: block;
}
#menu > ul > li > a span span {
	font-size: 13px;
	font-family: 'PT Sans Caption', sans-serif;
	color: #292d34;
	padding: 17px;
	text-decoration: none;
	display: block;
	z-index: 6;
	position: relative;
}
#menu > ul > li:first-child > a {
	background: url('../images/sephome-hov-left.png') no-repeat;
	margin-left:-5px;
	padding-left: 5px;
	height: 52px;
}
#menu > ul > li:first-child > a span{
	background: url('../images/sep-hov-center.png') repeat-x;
	height: 52px;
}
#menu > ul > li:first-child > a span span {
	background: url('../images/sep-hov-right.png') no-repeat top right;
	color: #FFFFFF;
	height: 52px;
}
#menu > ul > li:first-child > a:hover {
	background: url('../images/sephome-hov-left.png') no-repeat;
	margin-left:-5px;
	padding-left: 5px;
	height: 52px;
}
#menu > ul > li:first-child > a:hover span {
	background: url('../images/sep-hov-center.png') repeat-x;
}
#menu > ul > li:first-child > a:hover span span {
	background: url('../images/sep-hov-right.png') no-repeat top right;
	color: #FFFFFF;
}
#menu > ul > li > a:hover {
	background: url('../images/sep-hov-center.png') repeat-x;
}
#menu > ul > li > a:hover span {
	background: url('../images/sep-hov-left.png') no-repeat top left;
}
#menu > ul > li > a:hover span span {
	background: url('../images/sep-hov-right.png') no-repeat top right;
	color: #FFFFFF;
}
#menu > ul > li:hover {
	background: url('../images/sep-hov-center.png') repeat-x;
}
#menu > ul > li:hover a span {
	background: url('../images/sep-hov-left.png') no-repeat top left;
}
#menu > ul > li:hover a span span {
	background: url('../images/sep-hov-right.png') no-repeat top right;
	color: #FFFFFF;
}
#menu > ul > li > div {
	display: none;
	position: absolute;
	z-index: 5;
	background: url("../images/drop.png") no-repeat scroll 20px 3px transparent;
	-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;
}
#menu > ul > li:hover > div {
	display: table;
	padding-top: 10px;
}
#menu > ul > li > div > ul {
	display: table-cell;
	background: #C64F39;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li:first-child {
	border-top: none;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
#menu > ul > li ul > li:last-child {
	-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;
}
#menu > ul > li ul > li{
	border-top: 1px solid #d1554b;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
#menu > ul > li ul > li:first-child:hover {
	background: #c44439;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
#menu > ul > li ul > li:hover {
	background: #c44439;
}
#menu > ul > li ul > li:last-child:hover {
	background: #c44439;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF!important;
	display: block;
	white-space: nowrap;
	min-width: 149px;	
}
#menu > ul > li ul > li > a:hover {
	color: #FFFFFF!important;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
	padding: 0 16px;
	line-height: 2.9;
}
.breadcrumb {
	padding: 28px 0px 20px 0px;
    display: block;
    padding-right: 18px;
	font-size: 14px;
}
.breadcrumb a {
color: #1b1b1b!important;
font-family: 'PT Sans', sans-serif;
font-size: 15px!important;
font-weight: bold;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.warning {
	background: #FFD1D1 url('../images/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.attention {
	background: #FFF5CC url('../images/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	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 {
	vertical-align: top;
	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;
	vertical-align: middle;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
table.radio label {
	width: 100%;
	height: 15px;
	display: inline-block;
}
input::-moz-focus-inner
{ 
    border: 0;
    padding: 0;
}
input:focus {
    outline: none;
}
.button, .button:visited {
	display: inline-block;
	padding: 0; outline: none; cursor: pointer; text-decoration: none; vertical-align: baseline; 
	background: #C0C3C9; 
	border: solid 1px #C0C3C9;
	border-color: #C0C3C9 #C0C3C9 #94969A;
	-webkit-border-radius: 4px; -moz-border-radius: 4px;
}

.button span, .button:visited span, input.button, input.button:visited, a.button, a.button:visited {
	font-size: 10px; vertical-align: baseline; padding: .45em 1.2em .45em ;text-align: center;
	color: #4E4F52;
	font-family: 'Oswald', sans-serif;
	text-shadow: 0 1px 1px rgba(255,255,255,.75);
	border: solid 1px #EBEDF1;
	border-color: #F5F7FD #EBEDF1 #D3D6DA;
	-webkit-background-clip: padding-box; 
	}
	.ie6 .button, .ie7 .button, .ie8 .button { box-shadow: none; } /* for IE6-8 */
	.ie6 input.button, .ie7 input.button, .ie8 input.button { border-radius: none; 
	background: url("../images/add.png") no-repeat scroll right center transparent;
} /* for IE6-8 */

input.button, a.button { padding-top: .55em; padding-bottom: .55em; border-color: #c4c4c4; }


.ie6 .button:hover, .ie7 .button:hover, .ie8 .button:hover { 
	box-shadow: 0 0 4px rgba(25, 116, 179, .8); 
}
a.button:hover span, input.button:hover, a.button:hover { /* default hover styles */
	background: url("../images/button-icon-hov.png") no-repeat scroll right center #d7533c;
	background: url("../images/button-icon-hov.png") no-repeat scroll right center , -webkit-gradient(linear, left top, left bottom, from(#e17c6a), to(#d7533c));
	background: url("../images/button-icon-hov.png") no-repeat scroll right center , linear-gradient(#e17c6a, #d7533c);
	background: url("../images/button-icon-hov.png") no-repeat scroll right center , -moz-linear-gradient(top , #e17c6a, #d7533c);
	color: #FFFFFF!important;
	font-weight: normal;
	border-color: #d7533c;
	-moz-box-shadow: inset 0px 1px 0px 0px #f3cbc4;
	-webkit-box-shadow: inset 0px 1px 0px 0px #f3cbc4;
	text-shadow: none;
}

.button:active { position: relative; top: 1px; }
.button:active span, input.button:active, a.button:active { 
	color: #FFFFFF;

}
.button, .button:visited { 
	background: #ccc; }
.button span, .button:visited span, input.button, input.button:visited, a.button,a.button:visited {
	color: #595959;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	text-transform:	uppercase;
	font-size: 10px;
	border: solid 1px #fff;
	border-color: #fff #FBFBFB #EFEFEF;
	background: url("../images/button-icon.png") no-repeat scroll right center #cdd0d1;
	background: url("../images/button-icon.png") no-repeat scroll right center , -webkit-gradient(linear, left top, left bottom, from(#d5d8d9), to(#cdd0d1));
	background: url("../images/button-icon.png") no-repeat scroll right center , linear-gradient(#d5d8d9, #cdd0d1);
	background: url("../images/button-icon.png") no-repeat scroll right center , -moz-linear-gradient(top , #d5d8d9, #cdd0d1);
	-moz-box-shadow: inset 0px 1px 0px 0px #FFFFFF;
	-webkit-box-shadow: inset 0px 1px 0px 0px #FFFFFF;
	padding-right: 25px;
 }
.button, .button:visited, input.button, input.button:visited, a.button, a.button:visited {
border: solid 1px #ccc;
border-color: #959899 #b1b4b5 #b1b4b5;
}


.button:active span, input.button:active, a.button:active {
	color: #FFFFFF;
}

.buttons {
	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: 34px;
	line-height: 16px;
	border-bottom: 1px solid #fff;
}
.htabs a {
border-top: 1px solid #FFFFFF;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
outline: 1px solid #dedede;
background: #F8F8F8;
color: #1b1b1b;
padding: 9px 15px 8px 15px;
float: left;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
text-decoration: none;
margin-right: 8px;
display: none;
font-weight: bold;
}
#tab-screen img {
float: left;
margin: 0 10px 10px 10px;
border: 3px solid #E4E4E4;
border-radius: 5px;
box-shadow: 0 0 7px #000;
}
.htabs a.selected {
	background: #F8F8F8;
	color: #d03b20;
}
.tab-content {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	outline: 1px solid #dedede;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
	background: #f8f8f8;
}
.box {
	margin-bottom: 20px;
}
.box .box-heading {
padding: 8px 0px 10px 0px;
font-family: 'PT Sans', sans-serif;
font-size: 18px;
font-weight: bold;
line-height: 14px;
text-transform: uppercase;
color: #1b1b1b;
display: block;
padding-right: 18px;
}
.box .box-content {
margin-top: 20px;
}
.box-product-rght .pamp {
display: inline-block;
vertical-align: top;
margin: 0 9.5px 20px;
width: 214px;
}
#column-left + #column-right + #content .box-product-rght > div {
	width: 119px;
}

.box-product-rght .image:hover {
box-shadow: 0 0 10px #353535;
}
.box-product-rght .image {
display: block;
margin-bottom: 7px;
width: 214px;
height: 321px;
overflow: hidden;
border: 3px solid #E4E4E4;
border-radius: 5px;
box-shadow: 0 0 7px #5F5F5F;
}
.box-product-rght .image img {
width: 214px;
min-height: 321px;
margin-bottom: 10px;
border: none;
border-radius: none;
box-shadow: none;
}
.box-product-rght .name {
height: 35px;
overflow: hidden;
margin-bottom: 5px;
}
.box-product-rght .name a {
color: #454545;
text-decoration: none;
display: block;
font-family: 'PT Sans Caption', sans-serif;
font-size: 13px;
line-height: 17px;
text-align: center;
}
.box-product-rght .description {
color: #555555;
font-size: 12px;
line-height: 1.5;
margin-top: 5px !important;
margin-bottom: 5px;
text-align: justify!important;
}
.box-product-rght .price {
width: 106%;
display: block;
font-weight: bold;
color: #d03b20;
margin-bottom: 4px;
font-size: 14px;
}
.box-product-rght .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product-rght .price-new {
	font-weight: bold;
}
.box-product-rght .rating {
	display: block;
	margin-bottom: 4px;
}
.box-product-rght .cart {
	float: left;
}
.box-product {
	width: 980px;
	overflow: auto;
}
.box-product > div {
display: inline-block;
vertical-align: top;
margin: 0 9.5px 20px;
width: 170px;
}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}

.box-product .image:hover {
box-shadow: 0 0 10px #353535;
}
.box-product .image {
display: block;
margin-bottom: 7px;
width: 170px;
height: 255px;
overflow: hidden;
border: 3px solid #E4E4E4;
border-radius: 5px;
box-shadow: 0 0 7px #5F5F5F;
}
.box-product .image img {
width: 170px;
min-height: 255px;
margin-bottom: 10px;
}
.box-product .name {
height: 35px;
overflow: hidden;
margin-bottom: 5px;
}
.box-product .name a {
color: #454545;
text-decoration: none;
display: block;
font-family: 'PT Sans Caption', sans-serif;
font-size: 13px;
line-height: 17px;
text-align: center;
}
.box-product .description {
color: #555555;
font-size: 12px;
line-height: 1.5;
margin-top: 5px !important;
margin-bottom: 5px;
text-align: justify!important;
}
.box-product .price {
width: 106%;
display: block;
font-weight: bold;
color: #d03b20;
margin-bottom: 4px;
font-size: 14px;
}
.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-product .cart {
	float: left;
}
.box-related-product {
	overflow: hidden;
}
.box-related-product > div {
display: inline-block;
vertical-align: top;
margin: 0 9px 20px;
width: 205px;
border-bottom: 1px solid #D8D8D8;
}
#column-left + #column-right + #content .box-related-product > div {
	width: 119px;
}
.box-related-product .image {
display: block;
margin-bottom: 10px;
width: 205px;
height: 308px;
border: 3px solid #E4E4E4;
border-radius: 5px;
box-shadow: 0 0 7px #5F5F5F;
overflow: hidden;
margin-top: 5px;
}
.box-related-product .image img {
margin-bottom: 10px;
width: 205px;
min-height: 308px;
margin-bottom: 10px;
border: none;
border-radius: 0;
box-shadow: none;
margin: 0;
}
.box-related-product .name a {
	color: #454545;
	text-decoration: none;
	display: block;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 14px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.box-related-product .description {
	color: #555555;
    font-size: 12px;
    line-height: 1.7;
    margin-top: 15px !important;
	margin-bottom: 14px;
	text-align:justify!important;
}
.box-related-product .price {
text-align: center;
display: block;
font-weight: bold;
color: #d03b20;
margin-bottom: 10px;
font-size: 14px;
}
.box-related-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-related-product .price-new {
	font-weight: bold;
}
.box-related-product .rating {
	display: block;
	margin-bottom: 10px;
}
.box-related-product .cart {
	float: left;
}
.box-featured-left {
float: left;
height: 306px;
width: 37px;
background: url('../images/featured-left.png');
margin-left: -37px;
margin-top: -3px;
}
.box-featured-right {
    float: right;
    height: 306px;
	width: 37px;
    background: url('../images/featured-right.png');
	margin-right: -37px;
	margin-top: -3px;
}
.box-featured-center {
height: 300px;
background: url('../images/featured-center.png') repeat-x;
margin-bottom: 25px;
width: 950px;
float: left;
}
.box-featured-center .box-featured-heading {
	padding: 20px 0px 20px 0px;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 14px;
	text-transform:	uppercase;
    color: #f1f1f1;
    display: block;
    padding-right: 18px;
	letter-spacing: 1px;
}
.box-featured-center .rating {
	margin-bottom: 4px;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
}
.box-featured-center .name {
margin: 9px 9px 0 0;
height: 50px;
overflow: hidden;
}
.box-featured-center .name a {
color: #EBEBEB;
text-decoration: none;
display: block;
font-size: 13px;
text-align: center;
}
#carousel {
	float: left;
}	
.box-featured-product {
	width: 950px;
	overflow: auto;
}
.box-featured-product > div {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	margin-right: 19.7px;
	width: 110px;
}
.box-featured-center .image {
margin: 5px 0 0 5px;
width: 110px;
height: 165px;
display: block;
overflow: hidden;
border: 3px solid #E4E4E4;
border-radius: 5px;
box-shadow: 0 0 7px #5F5F5F;
}
.box-featured-center .image:hover {
box-shadow: 0 0 10px #F7F7F7;
}
.box-featured-center .image img {
width: 110px;
min-height: 165px
}
.box-featured-product .name a {
	color: #454545;
	text-decoration: none;
	display: block;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 14px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.box-featured-product .description {
	color: #555555;
    font-size: 12px;
    line-height: 1.7;
    margin-top: 15px !important;
	margin-bottom: 14px;
	text-align:justify!important;
}
.box-featured-product .price {
	display: block;
	font-weight: bold;
	color: #d03b20;
	margin-bottom: 4px;
	font-size: 14px;
}
.box-featured-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-featured-product .price-new {
	font-weight: bold;
}
.box-featured-product .rating {
	display: block;
	margin-bottom: 4px;
	float: right;
}
.box-featured-product .cart {
	float: left;
}
.box-left {
	margin-bottom: 20px;
	padding-right: 25px;
}
.box-left .box-left-heading {
padding: 20px 0px 20px 0px;
font-family: 'PT Sans', sans-serif;
font-size: 18px;
line-height: 14px;
text-transform: uppercase;
color: #f1f1f1;
display: block;
padding-right: 9px;
}
.box-left .box-left-content {

}

.box-left-product {
}
.box-left-product > div {
	float: left;
	margin-bottom: 15px;
	width: 195px;
}
.box-border {
	width: 195px;
	height: 2px;
	background: url("../images/box-border.png") repeat-x scroll right center transparent;
}
.box-category-border {
	background: url("../images/box-border.png") repeat-x scroll right center transparent;
    float: left;
    height: 2px;
    margin-bottom: 20px;
    margin-left: -25px;
    padding-left: 25px;
    width: 220px;
}
#column-left + #column-right + #content .box-left-product > div {
	width: 119px;
}
.box-left-product .image {
	display: inline-block;
    float: left;
}
.box-left-product .image img {
width: 65px;
margin-right: 15px;
border: 1px solid #777777;
-moz-border-radius: 4px 4px 4px 4px;
-khtml-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
box-shadow: 0 0 1px rgba(255, 255, 255, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
-webkit-border-radius: 4px;
}
.box-left-product .name a {
	color: #c9c9c9;
	text-decoration: none;
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.box-left-product .price {
	display: block;
	font-weight: bold;
	color: #d03b20;
	margin-bottom: 4px;
	font-size: 14px;
}
.box-left-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-left-product .price-new {
	font-weight: bold;
}
.box-category {
	float: left;
    margin-bottom: 20px;
    margin-top: -5px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
margin-bottom: 5px;
}
.box-category > ul > li + li {
	
}
.iscr{

}
.box-category > ul > li > a {
text-decoration: none;
color: #B1B1B1;
padding: 8px 8px 8px 20px;
border: 1px solid #1c2024;
width: 165px;
float: left;
outline: 1px solid #414851;
margin-top: 7px;
clear:both;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active, .box-category > ul > li > a:hover  {
	color: #FFFFFF!important;
	background: #cc453a;
	background: -webkit-gradient(linear, left top, left bottom, from(#dc553a), to(#cc453a));
	background: linear-gradient(#dc553a, #cc453a);
	background: -moz-linear-gradient(top , #dc553a, #cc453a);
	-pie-background: linear-gradient(#dc553a, #cc453a);
	text-shadow: 0 1px 1px rgba(0,0,0,.75);
	clear:both;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li > a {
text-decoration: none;
color: #B1B1B1;
padding: 5px 5px 5px 17px;
border-bottom: 1px solid #414141;
display: block;
overflow: hidden;
background: url("../images/isrc.png") left no-repeat;
background-size: 10px;
margin-left: 5px;
clear:both;
}
.box-category > ul > li ul > li > a:hover {
color: #D03B20!important;
background: url("../images/isrc2.png") left no-repeat;
text-shadow: 0 1px 1px rgba(0,0,0,.75);
background-size: 13px;
padding: 5px 5px 5px 20px;
}
.box-category > ul > li ul > li > a.active {
color: #DC553A!important;
padding-left: 20px;
}
.box-category > ul > li ul > li > a.active, .breadcrumb a:hover {
color: #D03B20!important;
background: url("../images/isrc2.png") left no-repeat;
background-size: 13px;
}
.box-information {
padding-right: 25px;
}
.box-information .box-information-heading {
padding: 20px 0px 20px 0px;
font-family: 'PT Sans', sans-serif;
font-size: 18px;
line-height: 14px;
text-transform:	uppercase;
color: #f1f1f1;
display: block;
padding-right: 18px;
letter-spacing: 1px;
}
.box-information ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 30px;
}
.box-information li a{
    background-image: url("../images/is.png");
    background-position: 0% 50%;
    background-repeat: no-repeat;
    padding-left: 22px;
}
.box-information li a:hover{
	background-image: url("../images/is-hover.png");
    background-position: 0% 50%;
    background-repeat: no-repeat;
	color: #d03b20!important;
}
.box-information a{
	color: #B1B1B1;
}
.box-information a:hover{

}
#content .content {
padding: 10px;
overflow: auto;
margin: 10px 0;
outline: 1px solid #dfdfdf;
border: 1px solid #FFFFFF;
}
#content .content img {
float: left;
border: 3px solid #E4E4E4;
border-radius: 5px;
box-shadow: 0 0 7px #646464;
margin-right: 20px;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
.category-info {
	overflow: auto;
	margin-bottom: 20px;
	color: #7f7f7f;
}
.category-info .image {
	float: left;
	margin-right: 15px;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
	list-style: none;
	padding-left: 20px;
}
.category-list a {
	color: #D03B20;
	font-weight: bold;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}
.manufacturer-list {
	border: 1px solid #FFFFFF;
    outline: 1px solid #DFDFDF;
	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-filter {
	border-bottom: 1px solid #e3e3e3;
	outline-bottom: 1px solid #FFFFFF;
	padding-bottom: 5px;
	overflow: auto;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #d03b20;
	font-weight: bold;
}
.product-filter .display a {
	font-weight: bold;
	color: #1b1b1b;
}
.product-filter .sort {
	float: right;
	color: #1b1b1b;
	font-weight: bold;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #1b1b1b;
	font-weight: bold;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
	color: #D03B20;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}

.product-list > div + div {
	border-top: 1px solid #E3E3E3;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 30px;
}
.product-list .image img {
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #454545;
    display: block;
    font-family: 'PT Sans Caption',sans-serif;
    font-size: 14px;
    margin-bottom: 15px;
    text-decoration: none;
    text-transform: uppercase;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #7F7F7F;
}
.product-list .rating {
	color: #7B7B7B;
	margin-bottom: 14px;
}
.product-list .price {
	color: #D03B20;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}
.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 {
	 float: left;
    margin-top: 15px;
}
.product-list .wishlist a {
	color: #32363B;
    float: left;
    margin-right: 10px;
    text-decoration: none;
}
.product-list .compare a {
	color: #32363B;
    text-decoration: none;
}
.product-grid {
	width: 103%;
	overflow: auto;
}
.product-grid > div {
	width: 220px;
	display: inline-block;
	vertical-align: top;
	margin-right: 17px;
	margin-bottom: 30px;
}
#column-left + #column-right + #content .product-grid > div {
	width: 220px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
}
.product-grid .name a {
	color: #454545;
	text-decoration: none;
	display: block;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 14px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 14px;
}
.product-grid .price {
	display: block;
	font-weight: bold;
	color: #d03b20;
	margin-bottom: 4px;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.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-top: 15px;
	float: left;
}
.product-grid .wishlist a {
	color: #32363b;
	text-decoration: none;
	float: left;
	margin-right: 10px;
}
.product-grid .compare a {
	color: #32363b;
	text-decoration: none;
	float: left;
}
.product-info {
	margin-bottom: 20px;
	overflow: auto;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 276px;
}
.product-info .image {
float: left;
margin: 6px 0 20px 6px;
text-align: center;
width: 250px;
height: 370px;
}
.product-info .image img {
width: 250px;
}
.product-info .image-additional {
	width: 260px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
padding: 5px 5px 10px 5px;
margin-bottom: 10px;
line-height: 20px;
color: #4D4D4D;
height: 272px;
}
.product-info .description span {
	color: #32363b;
	font-weight: bold;
}
.product-info .description a {
	color: #d44d3a;
	text-decoration: none;
}
.product-info .price {
	overflow: auto;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #d03b20;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-info .price-new {
}
.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 {
	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 {
outline: 1px solid #dfdfdf;
border: 1px solid #FFFFFF;
margin-bottom: 10px;
color: #32363b;
overflow: auto;
margin-left: 5px;
padding: 5px 5px 7px 0;
float: none;
}
.product-info .cart a {
	color: #32363b;
	font-size: 11px;
}
.product-info .cart div {
float: left;
vertical-align: middle;
padding-left: 7px;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #a5a5a5;
	padding-left: 5px;
	padding-right: 5px;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.product-info .review {
	color: #4D4D4D;
	border: 1px solid #FFFFFF;
	outline: 1px solid #dfdfdf;
	margin-bottom: 10px;
	margin-left: 5px;
}
.product-info .review, x:-moz-any-link{outline: 0;}
.product-info .review > div {
padding: 8px;
line-height: 20px;
padding-left: 7px;
}
.product-info .review a {
	color: #505050;
	font-size: 11px;
	vertical-align: middle;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
	color: #6b6b6b;
}
.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-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: #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;
}
.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;
}
.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;
}
.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: 98%;
	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-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: 1px solid #FFF;
	outline: 1px solid #DFDFDF;
}
.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: 1px solid #FFF;
	outline: 1px solid #DFDFDF;
}
.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-heading {
	background: #F1F1F1;
	outline: 1px solid #dfdfdf;
	border: 1px solid #FFFFFF;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #1B1B1B;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.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 .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
#footer {
clear: both;
overflow: auto;
min-height: 100px;
background: #FFFFFF;
width: 1000px;
margin-left: auto;
margin-right: auto;
z-index: 3;
-webkit-border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius: 0px 0px 4px 4px;
-khtml-border-radius: 0px 0px 4px 4px;
border-radius: 0px 0px 4px 4px;
padding-bottom: 50px;
padding-top: 25px;
border-top: 1px solid #D6D6D6;
}
#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;
	clear: both;
}
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}
#banner-wrapper {
	width: 103%;
}
.banner-name {
	color: #1B1B1B;
    display: block;
    font-family: 'PT Sans',sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 14px;
    padding: 8px 18px 10px 0;
    text-transform: uppercase;
}
.banner_3 div {
	display: inline-block;
    margin-bottom: 20px;
    margin-right: 19.7px;
    vertical-align: top;
    width: 220px;
	text-align: left;
	color: #555555!important;
	font-weight: normal;
	text-transform: uppercase;
}
.banner_3 div a {
	color: #555555;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}
.banner_3 div h3{
	color: #555555;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}	
.banner_3 div img {
width: 220px;
display: inline-block;
border: 1px solid #A5A5A5;
}

.slideshow-top {
background: #32363b;
border-radius: 5px 5px 0 0;
box-shadow: 0 0 5px #32363b;
height: 5px;
}

.slideshow-middle {
background: #32363b;
box-shadow: 0 0 5px #32363b;
}
.slideshow-bottom {
background: #32363b;
border-radius: 0 0 5px 5px;
box-shadow: 0 0 5px #32363b;
height: 5px;
margin-bottom: 20px;
}
.slideshow-shadow{
	background: url('../images/slide-s.png') no-repeat;
	height: 13px;
	width: 998px;
	margin-left: auto;
	margin-right: auto;
}

.slideshow-top,
.slideshow-middle,
.slideshow-bottom {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#html-wrapper {
	width: 975px;
	margin-left: -25px;
	padding-left: 25px;
	background: #FFF;
	padding-top: 30px;
	padding-bottom: 10px;
	border-top: 1px #d6d6d6 solid;
}
.html-name {
	color: #1B1B1B;
    display: block;
    font-family: 'PT Sans',sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 14px;
    padding: 8px 18px 10px 0;
    text-transform: uppercase;
}
#html-wrapper .html-3  {
	display: inline-block;
    margin-bottom: 20px;
    margin-right: 20px;
    vertical-align: top;
    width: 291px;
	text-align: left;
	color: #7c7c7c!important;
	font-weight: normal;
}
#html-wrapper .html-3 p {
	line-height: 20px;
}
#html-wrapper .html-3 div a {
	color: #555555;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}

#html-wrapper .html-3 div h3{
	color: #555555;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}
#html-wrapper .html-3 .image {
width: 150px;
height: 225px;
float: left;
margin-right: 15px;
display: block;
overflow: hidden;
border: 3px solid #E4E4E4;
border-radius: 5px;
box-shadow: 0 0 7px #5F5F5F;
}
#html-wrapper .html-3 .image:hover {
box-shadow: 0 0 10px #808080;
}
#html-wrapper .html-3 .image img {
width: 150px;
min-height: 225px;
}
#html-wrapper .html-3 .name {
height: 55px;
overflow: hidden;
}
#html-wrapper .html-3 .name a{
color:#1d1d1d;
}
#html-wrapper .html-3 .name a:hover{
color: #D03B20;
}
#html-wrapper .html-3 .description {
height: 135px;
overflow: hidden;
line-height: 16px;
}
#html-wrapper .html-3:hover {
background: #E9E9E9;
box-shadow: 0 0 10px #353535;
}

#footer-holder {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

#site_payment {
	color: #666666;
	float: right;	
}
#site_payment .heading {
	font-family: 'PT Sans', sans-serif;
	margin-right: 10px;
	color: #1b1b1b;
	font-size: 14px;
	text-transform:	uppercase;
	float: left;
	line-height: 16px;
}
#site_payment .headingtext {
	float: left;
	color: #a5a5a5;
	font-style: italic;
	font-size: 11px;
	margin-right: 10px;
	text-transform:	none;
}
#site_subcribe {
	color: #666666;
	float: left;	
}

#site_subcribe input {
	color: #666666;
	width: 227px;
	background: #FFFFFF;
	border: 1px solid #dddddd;
	padding-top: 6px;
	padding-bottom: 7px;
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; /* border radius */
	margin-right: 10px;
}
#site_subcribe .heading {
	font-family: 'PT Sans', sans-serif;
	margin-right: 10px;
	color: #1b1b1b;
	font-size: 14px;
	text-transform:	uppercase;
	float: left;
	line-height: 16px;
}
#site_subcribe .headingtext {
	float: left;
	color: #a5a5a5;
	font-style: italic;
	font-size: 11px;
	margin-right: 10px;
	text-transform:	none;
}
#footer-menu-left {
    float: left;
    height: 52px;
    width: 5px;
}
#footer-menu-right {
    float: right;
    height: 52px;
    width: 5px;
}
#footer-menu {
	height: 52px;
	margin-bottom: 35px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background: url('../images/menu.png');
	z-index: 20;
	font-size: 14px;
	position: relative;
	margin-top: -26px;
}
#footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-menu > ul > li  {
	position: relative;
	float: left;
	z-index: 20;
	background: url("../images/home-sep.png") no-repeat top right;
	height: 52px;
	text-decoration: none;
	z-index: 999;
}
#footer-menu > ul > li:last-child {
	background: none;
}
#footer-menu > ul > li {
	display: block;
}
#footer-menu > ul > li span{
	display: block;
}
#footer-menu > ul > li span span {
	font-size: 13px;
	font-family: 'PT Sans Caption', sans-serif;
	color: #292D34;
	padding: 17px;
	text-decoration: none;
	display: block;
	z-index: 6;
	position: relative;
}
#footer-menu > ul > li > a {
	display: block;
}
#footer-menu > ul > li > a span{
	display: block;
}
#footer-menu > ul > li > a span span {
	font-size: 13px;
	font-family: 'PT Sans Caption', sans-serif;
	color: #292d34;
	padding: 17px;
	text-decoration: none;
	display: block;
	z-index: 6;
	position: relative;
}
#footer-menu > ul > li:first-child > a {
	background: url('../images/sephome-hov-left.png') no-repeat;
	margin-left:-5px;
	padding-left: 5px;
	height: 52px;
}
#footer-menu > ul > li:first-child > a span{
	background: url('../images/sep-hov-center.png') repeat-x;
	height: 52px;
}
#footer-menu > ul > li:first-child > a span span {
	background: url('../images/sep-hov-right.png') no-repeat top right;
	color: #FFFFFF;
	height: 52px;
}
#footer-menu > ul > li:first-child > a:hover {
	background: url('../images/sephome-hov-left.png') no-repeat;
	margin-left:-5px;
	padding-left: 5px;
	height: 52px;
}
#footer-menu > ul > li:first-child > a:hover span {
	background: url('../images/sep-hov-center.png') repeat-x;
	height: 52px;
}
#footer-menu > ul > li:first-child > a:hover span span {
	background: url('../images/sep-hov-right.png') no-repeat top right;
	color: #FFFFFF;
	
}
#footer-menu > ul > li > a:hover {
	background: url('../images/sep-hov-center.png') repeat-x;
	height: 52px;
}
#footer-menu > ul > li > a:hover span {
	background: url('../images/sep-hov-left.png') no-repeat top left;
}
#footer-menu > ul > li > a:hover span span {
	background: url('../images/sep-hov-right.png') no-repeat top right;
	color: #FFFFFF;
}
#footer-menu > ul > li:hover {

}
#footer-menu > ul > li:hover a span {
	background: url('../images/sep-hov-left.png') no-repeat top left;
}
#footer-menu > ul > li:hover a span span {
	background: url('../images/sep-hov-right.png') no-repeat top right;
	color: #FFFFFF;
}
#footer-menu > ul > li:hover > div {
	display: table;
	padding-top: 10px;
}
#footer-menu > ul > li > div > ul {
	display: table-cell;
	background: #C64F39;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	
}
#footer-menu > ul > li ul + ul {
	padding-left: 20px;
}
#footer-menu > ul > li ul > li:first-child {
	border-top: none;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
#footer-menu > ul > li ul > li:last-child {
	-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;
}

#footer-menu > ul > li ul > li{
	border-top: 1px solid #d1554b;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
#footer-menu > ul > li ul > li:first-child:hover {
	background: #c44439;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
#footer-menu > ul > li ul > li:hover {
	background: #c44439;
}
#footer-menu > ul > li ul > li:last-child:hover {
	background: #c44439;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
#footer-menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF!important;
	display: block;
	white-space: nowrap;
	min-width: 149px;
	
	
}
#footer-menu > ul > li ul > li > a:hover {
	color: #FFFFFF!important;
}
#footer-menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
	padding: 0 16px;
	line-height: 2.9;
}
.tg-notus-module-heading {
	color: #C64F39;
}
.tg-notus-footer-heading {
	color: #C64F39;
	font-size: 13px;
}
.tg-notus-footer-facebook, .tg-notus-footer-twitter, .tg-notus-footer-myspace, .tg-notus-footer-youtube, .tg-notus-footer-flickr {
	display: block;
	height: 25px;
	width: 25px;
	float: left;
	margin-right: 5px;
}
.tg-notus-footer-facebook {
	background: url("../images/facebook.png") no-repeat;
}	
.tg-notus-footer-facebook:hover {
	background: url("../images/facebook-hover.png") no-repeat;
}
.tg-notus-footer-twitter {
	background: url("../images/twitter.png") no-repeat;
}	
.tg-notus-footer-twitter:hover {
	background: url("../images/twitter-hover.png") no-repeat;
}
.tg-notus-footer-flickr {
	background: url("../images/flickr.png") no-repeat;
}	
.tg-notus-footer-flickr:hover {
	background: url("../images/flickr-hover.png") no-repeat;
}

.button-s {
	display: inline-block;
	padding: 0; outline: none; cursor: pointer; text-decoration: none; vertical-align: baseline; 
	background: #C0C3C9; 
	border: solid 1px #C0C3C9;
	border-color: #C0C3C9 #C0C3C9 #94969A;
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; /* border radius */
    -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; /* animate style changes (hover, active, etc.) */ 
}
.button-s {
	font-size: 10px; vertical-align: baseline; padding: .45em 1.8em .45em ;text-align: center;
	color: #4E4F52;
	font-family: Arial, sans-serif;
	text-shadow: 0 1px 1px rgba(255,255,255,.75);
	border: solid 1px #EBEDF1;
	border-color: #F5F7FD #EBEDF1 #D3D6DA;
	-webkit-background-clip: padding-box;  }
	.ie6 .button, .ie7 .button, .ie8 .button { box-shadow: none; } /* for IE6-8 */
	.ie6 input.button, .ie7 input.button, .ie8 input.button { border-radius: none; 
	background: url("../images/add.png") no-repeat scroll right center transparent;
} /* for IE6-8 */

.button-s { 
	color: #595959;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	text-transform:	uppercase;
	font-size: 10px;
	border: solid 1px #fff;
	border-color: #fff #d7533c #d7533c;
	background: url("../images/button-icon-hov.png") no-repeat scroll right center #d7533c;
	background: url("../images/button-icon-hov.png") no-repeat scroll right center , -webkit-gradient(linear, left top, left bottom, from(#e17c6a), to(#d7533c));
	background: url("../images/button-icon-hov.png") no-repeat scroll right center , linear-gradient(#e17c6a, #d7533c);
	background: url("../images/button-icon-hov.png") no-repeat scroll right center , -moz-linear-gradient(top , #e17c6a, #d7533c);
	color: #FFFFFF!important;
	font-weight: normal;
	border-color: #d7533c;
	-moz-box-shadow: inset 0px 1px 0px 0px #f3cbc4;
	-webkit-box-shadow: inset 0px 1px 0px 0px #f3cbc4;
	text-shadow: none;
	-moz-box-shadow: inset 0px 1px 0px 0px #FFFFFF;
	-webkit-box-shadow: inset 0px 1px 0px 0px #FFFFFF;
	padding-right: 25px;
 }
.button-s { padding-top: .55em; padding-bottom: .55em; }
.button:hover span, input.button:hover, a.button:hover { 
	background: url("../images/button-icon-hov.png") no-repeat scroll right center #d7533c;
	background: url("../images/button-icon-hov.png") no-repeat scroll right center , -webkit-gradient(linear, left top, left bottom, from(#e17c6a), to(#d7533c));
	background: url("../images/button-icon-hov.png") no-repeat scroll right center , linear-gradient(#e17c6a, #d7533c);
	background: url("../images/button-icon-hov.png") no-repeat scroll right center , -moz-linear-gradient(top , #e17c6a, #d7533c);
	color: #FFFFFF!important;
	border-color: #d7533c;
	font-weight: normal;
	-moz-box-shadow: inset 0px 1px 0px 0px #f3cbc4;
	-webkit-box-shadow: inset 0px 1px 0px 0px #f3cbc4;
	text-shadow: none;
}

.footer-default {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background: #32363b;
	overflow: auto;
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
}
.footer-area .column_1 {
float: left !important;
width: 190px !important;
margin-left: 30px;
list-style: none;
background: url("../images/footer-sep.png") right repeat-y;
padding-top: 50px;
min-height: 110px;
}
.footer-area .header_1 {
    width: 208px !important;
	color: #FFFFFF;
    display: block;
    font-size: 12px;
    margin-bottom: 18px;
	list-style: none;
	font-family: 'PT Sans Caption', sans-serif;
	text-transform: uppercase;
}
.footer-area .column_1 p{
	padding-right: 20px;
	color: #BEBEBE;
}
.footer-area .column_2 {
float: left !important;
width: 231px !important;
background: url("../images/footer-sep.png") right repeat-y;
padding-top: 30px;
padding-left: 30px;
color: #BEBEBE;
font-size: 11px!important;
line-height: 18px!important;
list-style: none outside none;
text-decoration: none;
min-height: 130px;
}
.footer-area .header_2 {
    width: 196px !important;
	color: #FFFFFF;
    display: block;
    font-size: 12px;
    margin-bottom: 18px;
	list-style: none;
	font-family: 'PT Sans Caption', sans-serif;
	text-transform: uppercase;
}
.footer-area .column_3 {
float: left !important;
width: 201px !important;
margin-left: 30px;
list-style: none;
background: url("../images/footer-sep.png") right repeat-y;
padding-top: 30px;
padding-right: 20px;
min-height: 130px;
}
.footer-area .column_3 a, .footer-area .column_1 a, .footer-area .column_2 a, .footer-area .column_4 a{
  	line-height: 18px;
  	text-decoration: none;
  	font-size: 11px;
	list-style: none;
	color: #bebebe;
}
.footer-area .column_2 ul{
	list-style:  none;
	padding-left: 0px;
}
.footer-area .column_3 ul,.footer-area .column_1 ul ,.footer-area .column_2 li, .footer-area .column_4 ul{
	list-style:  none;
	padding-left: 3px;
}
.footer-area .column_3 li a, .footer-area .column_1 li a, .footer-area .column_4 li a {
	background-image: url("../images/ls.png");
	background-repeat: no-repeat;
	background-position: 0% 50%;
    background-repeat: no-repeat;
	padding-left: 12px;
}
.footer-area .column_3 li a:hover, .footer-area .column_1 li a:hover, .footer-area .column_4 li a:hover {
	background-image: url("../images/ls-hover.png");
	background-position: 0% 50%;
    background-repeat: no-repeat;
	color: #D03B20;
}
.footer-area .header_3 {
    margin-right: 30px !important;
    width: 210px !important;
	color: #FFFFFF;
    display: block;
    font-size: 12px;
    margin-bottom: 18px;
	list-style: none;
	font-family: 'PT Sans Caption', sans-serif;
	text-transform: uppercase;
}
.footer-area .column_4 {
  	float: left !important;
    width: 170px !important;
	list-style: none;
	padding-top: 30px;
	margin-left:30px;
	overflow: hidden;
}
.footer-area .header_4{
    width: 210px !important;
	color: #FFFFFF;
    display: block;
    font-size: 12px;
    margin-bottom: 18px;
	list-style: none;
	font-family: 'PT Sans Caption', sans-serif;
	text-transform: uppercase;
}

.product-list .name a:hover,.product-list .wishlist a:hover,.product-list .compare a:hover,.product-grid .wishlist a:hover,.product-grid .compare a:hover, .product-grid .name a:hover,#header .links a:hover,
.htabs a:hover, .product-info .cart a:hover, .product-info .review a:hover, .box-product .name a:hover, .box-featured-center .name a:hover, .breadcrumb a:hover, .box-left-product .name a:hover,
.box-related-product .name a:hover, .banner_3 a:hover{
	color: #D03B20;
}
.jcarousel-skin .image {
display: block;
margin-bottom: 5px;
width: 150px;
height: 225px;
overflow: hidden;
border: 3px solid #E4E4E4;
border-radius: 5px;
box-shadow: 0 0 7px #5F5F5F;
margin-top: 4px;
}
.jcarousel-skin .image:hover {
box-shadow: 0 0 10px #353535;
}
.jcarousel-skin .image img {
width: 150px;
min-height: 225px;
}
.egles {
margin: -27px 0 0 0;
position: relative;
float: right;
}
.egles span {
color: #fff;
font-size: 15px;
padding: 6px 5px 4px;
background: rgba(198, 79, 57, 0.6);
border: 1px solid #D6D6D6;
border-bottom: none;
border-radius: 4px 4px 0 0;
font-family: 'Behance';
}
.egles span f {
font-size:20px;
}
.egles span:hover {
background: #EB634A;
}
.egles1 {
margin: -18px 0 0 0;
position: relative;
text-align: center;
}
.egles1 span {
color: #fff;
font-size: 11px;
padding: 5px 4px 3px;
background: rgba(198, 79, 57, 0.6);
border: 1px solid #D6D6D6;
border-bottom: none;
border-radius: 4px 4px 0 0;
font-family: 'Behance';
}
.egles1 span f {
font-size: 15px;
}
.egles1 span:hover {
background: #EB634A;
}
.vfle {
float:right;
text-transform: none;
}
.vfle:hover {
color:#1b1b1b;
}
hr {
margin-left: -25px;
background-color: #d6d6d6;
border: 0px;
height: 1px;
width: 105.27%;
margin-top: 0;
}
#carousel0 {
margin-top: 30px;
}
.tbl {
float: left;
padding: 5px 4px 0px 4px !important;
}
.jcarousel-skin .name a {
color: #454545;
text-decoration: none;
display: block;
font-family: 'PT Sans Caption', sans-serif;
font-size: 13px;
line-height: 17px;
text-align: center;
}
.jcarousel-skin .name a:hover {
color: #D03B20;
}

.tableform {
width: 100%;
}
.cometa {
padding: 5px;
background: #E4E4E4;
margin-left: 125px;
border: 1px solid #D1D1D1;
border-radius: 4px;
margin-top: 10px;
}
.comedit {
padding: 10px;
margin-left: 120px;
}
.rtg{
margin: 0 0 0 80px;
}
.buyheight {
padding-bottom: 5px;
padding-top: 3px;
}
.onoff{
vertical-align: middle!important;
float: none!important;
margin: 0 5px!important;
box-shadow: none!important;
}
.pagination {
padding-top: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #393D41;
	padding: 4px 10px;
	text-decoration: none;
	color: #888888;
}
.pagination .links a:hover {
	border: 1px solid #D03B20;
	color: #D03B20;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #D03B20;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #D03B20;
}
.pagination .results {
text-align: center;
padding: 3px 25px 10px 0;
}
.pagination .results span {
padding: 1px 7px;
font-size: 12px;
background: #FFFFFF;
color: #5F5F5F;
border-radius: 3px;
margin: 0 2px;
border: 1px solid #999;
}
.pagination .results a {
padding: 1px 7px;
font-size: 12px;
background: #FFFFFF;
color: #5F5F5F;
border-radius: 3px;
margin: 0 2px;
border: 1px solid #999;
}
.pagination .results a:hover {
background: #D03B20;
color: #fff!important;
}
.pagination .results a b:hover {
background: #D03B20;
color: #fff!important;
}
.pagination .results .pagen{
display: initial;
}
.pagination .results .pagen span {
padding: 3px 7px;
font-size: 17px;
font-weight: bold;
background: #FFFFFF;
color: #5F5F5F;
border-radius: 3px;
margin: 0 2px;
border: 1px solid #999;
}
far{
font-weight: bold;
}
.loginbox-2 {
padding-left: 10px;
border-left: 1px solid #fff;
float: right;
width: 200px;
margin: 3px;
border-radius: 6px;
}
.panel-log {
width: 180px;
padding-left: 7px!important;
color: #FFFFFF;
border-radius: 3px;
background: rgba(0, 0, 0, 0.48)!important;
border: 2px outset buttonface!important;
}
.panel-pass{
width: 120px;
}
.button-1 {
border-radius: 3px;
background: rgba(208, 59, 32, 0.8);
color: #FFFFFF;
font-weight: bold;
cursor: pointer;
outline:none;
}
.button-1:hover{
background: #D03B20;
box-shadow: 0 0 5px #fff;
}
.lospass{
float: right;
padding-right: 7px;
color: #FFF!important;
text-shadow: 1px 1px 1px #D03B20;
}
.lospass:hover{
text-decoration: underline;
}
.regak{
color: #FFF!important;
text-shadow: 1px 1px 1px #D03B20;
}
.regak:hover{
text-decoration: underline;
}
.loginbox-1 {
padding-left: 10px;
border-left: 1px solid #fff;
border-radius: 6px;
width: 410px;
float: right;
margin-top: 5px;
}
.radial {
color: #FFF!important;
float: left;
margin-right: 10px;
margin-bottom: 5px;
text-shadow: 1px 1px 1px #D03B20;
}
.radial a {
color: #FFF!important;
text-shadow: 1px 1px 1px #D03B20;
display: block;
margin-bottom: 3px;
}
.radial a:hover {
text-decoration: underline;
}
.welcom-1 {
color: #fff;
display: block;
margin-bottom: 3px;
width: 94px;
overflow: hidden;
height: 15px;
}
.logfor {
margin-top: 10px;
}
.adms a {
color: #fff!important;
}
.adms {
float: right;
margin: 84px -420px 0 0;
padding: 5px;
background: rgba(0, 0, 0, 0.7);
border: 3px solid #FFF;
border-top: 0;
border-radius: 0 0 4px 4px;
}
.box-out {
border-top: 1px solid #dedede;
border-left: 1px solid #dedede;
border-right: 1px solid #dedede;
background: #F8F8F8;
color: #1b1b1b;
padding: 9px 15px 8px 15px;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
display: -webkit-inline-box;
font-weight: bold;
font-size: 15px;
margin-left: -1px;
}
.ratebox {
    float: right;
    width: 115px;
    height: 19px;
    text-align: center;
    padding-top: 2px;
}

.ratebox .rate {
    text-align: left;
    width: 85px;
    height: 17px;
    margin: 0 auto;
    overflow: hidden;
}
.userinfo {
    padding-left: 125px;
}

.ui-dialog-content .userinfo {
    padding: 10px 0 10px 125px;
}

.userinfo .lcol {
margin-left: -125px;
width: 110px;
padding-right: 15px;
float: left;
}

.userinfo .lcol .avatar {
    margin-bottom: 10px;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #c0d4de;
}

.userinfo .lcol .avatar img {
    width: 100px;
}

.userinfo .lcol ul {
    font-size: 0.9em;
}

.userinfo .rcol {
    width: 100%;
}

.userinfo .rcol ul {
    list-style: none;
    margin-left: 0;
}

.userinfo .rcol ul li {
    margin-bottom: 0.2em;
}
 .ussep {
    padding-top: 12px;
}
.reset, .reset li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.baseform, .basecont{
margin-bottom:20px;
}
.pm_status {
border: 1px solid #d8d8d8;
padding: 0px;
background-color: #fff;
width: 300px;
height: 100px;
margin-left: 20px;
margin-right: 5px;
float: right;
}
.pm_status_head {
border-bottom: 1px solid #d8d8d8;
font-size: 0.9em;
height: 22px;
padding: 0;
font-weight: bold;
text-align: center;
color: #4e4e4e;
}
.pm_status_content {
padding: 5px;
}
.statistics {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.statistics ul.lcol {
min-height: 71px;
margin: 0 0 20px -1px;
padding-top: 14px;
width: 33.3%;
float: left;
}

.statistics ul.lcol li {
padding: 0 15px;
margin-bottom: 2px;
}