html {
	margin: 0;
	padding: 0;
}
body {
	background-color: #000000;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	min-width: 980px;
}
body.home_bkg{
	background-image: url(../image/header_bkg_home.png);
	background-repeat: repeat-x;
	background-position: center top;
}
body.inner_bkg{
	background-image: url(../image/header_bkg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#body_area {
	overflow: auto;
	background-color: #171717;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1, .welcome {
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h2 {
	color: #f00;
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 12px;
}
h3 {
	color: #f00;
	font-size: 16px;
	font-weight: normal;
	margin-top: 0px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #333;
	margin-bottom: 14px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #f00;
	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'], textarea {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}
/* layout */
#container {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#column-left {
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	width: 170px;
}
#column-right {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	width: 170px;
}
#content {
	min-height: 400px;
	margin-bottom: 0px;
	padding: 20px;
}
#column-left + #column-right + #content {
	margin-left: 0px;
	margin-left: 190px;
	margin-right: 190px;
	padding: 20px;
}
#column-left + #content {
	margin-left: 190px;
	padding: 20px;
}
#column-right + #content {
	margin-right: 190px;
	padding: 20px;
}
/* header */
#header {
	height: 200px;
	position: relative;
	z-index: 99;
}
#header #logo {
	position: relative;
	text-align: center;
}
#header #logo img {
	margin: 0 auto;
}
#language {
	position: absolute;
	top: 15px;
	left: 335px;
	width: 75px;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
}
#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: fixed;
	top: 28px;
	right: -240px;
	z-index: 1000;
	width: 300px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#header #cart.active {
	right: 0;
}
#header #cart .handle {
	background: #f00;
	padding: 4px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	display: block;
	width: 52px;
	height: 48px;
	float: left;
}
#header #cart .handle img {
	display: block
}
#header #cart .heading {
	float: left;
	display: block;
	width: 60px;
	position: relative;
	z-index: 1;
}
/*#header #cart .heading a {
	color: #FFF;
	text-decoration: none;
}
#header #cart .heading a span {
	background: url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px;
	color: #f00;
}*/
#header #cart .content {
	display: block;
	float: left;
	position: relative;
	padding: 8px;
	min-height: 150px;
	width: 224px;
	background: #FFF;
	color: #000;
}
#header #cart.active .heading {
}
#header #cart.active .content {
	display: block;
}
#header #cart .cart {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
#header #cart .cart td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
#header #cart .cart .image {
	width: 1px;
}
#header #cart .cart .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
#header #cart .cart .name small {
	color: #666;
}
#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;
}
#header #cart table.total {
	border-collapse: collapse;
	padding: 5px;
	float: right;
	clear: left;
	margin-bottom: 5px;
}
#header #cart table.total td {
	color: #000;
}
#header #cart .content .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #search {
	position: absolute;
	right: 0px;
	top: 86px;
	width: 234px;
	z-index: 15;
}
#header .button-search {
	position: absolute;
	top: 2px;
	left: 3px;
	width: 28px;
	height: 24px;
	border-right: 1px solid #FFF;
	cursor: pointer;
	background-image: url(../image/search_button.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#header #search input {
	background: #FFF;
	padding: 1px 1px 1px 33px;
	width: 200px;
	height: 26px;
	border: 1px solid #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#header #phone-number {
	top: 16px;
	color: #000;
	font-size: 16px;
	position: absolute;
	right: 0;
}
#header #phone-number strong {
	display: block;
	background: url(../image/phone-icon.png) no-repeat left top;
	padding-left: 24px;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
}
#header #welcome {
	position: absolute;
	top: 47px;
	right: 0px;
	z-index: 5;
	width: 298px;
	text-align: right;
	color: #999999;
}
#header .links {
	position: absolute;
	top: 134px;
	right: 0px;
	font-size: 10px;
	text-align: right;
}
#header .links a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}
#header .links a:hover {
	color: #f00;
}
#header .links a + a {
	margin-left: 8px;
	padding: 0px 0px 0px 7px;
	border-left: 1px solid #CCC;
}
/* menu */
#menu {
	height: 37px;
	margin-bottom: 16px;
	padding: 0px;
}
#menu ul {
	display: table;
	list-style: none;
	padding: 0px;
	margin: 0px auto;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
}
#menu > ul > li + li {
	border-left: 0px solid #000;
}
#menu > ul > li > a {
	font-size: 14px;
	line-height: 14px;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 11px 25px 12px 25px;
	z-index: 6;
	position: relative;
	-webkit-transition: all 0.15s ease-in 0s;
	-moz-transition:    all 0.15s ease-in 0s;
	-o-transition:      all 0.15s ease-in 0s;
	-ms-transition:     all 0.15s ease-in 0s;
	transition:         all 0.15s ease-in 0s;
}
#menu > ul > li > a:hover {
	color: #f00;
	-webkit-transition: all 0.15s ease-in 0s;
	-moz-transition:    all 0.15s ease-in 0s;
	-o-transition:      all 0.15s ease-in 0s;
	-ms-transition:     all 0.15s ease-in 0s;
	transition:         all 0.15s ease-in 0s;
}
#menu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 1px solid #f00;
	border-top: 2px solid #f00;
	background-color: #161616;
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	color: #FFF;
	background: #f00;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}
#menu .shop_online {
	background-color: #EB4C2F;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
#menu .shop_online > a {
	font-family: 'Alex Brush', cursive;
	font-size: 26px;
}
.breadcrumb {
	color: #CCCCCC;
	margin-bottom: 10px;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
}
.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: #FFF;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 260px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
table.list thead td {
	background-color: #000;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #f00;
	font-weight: bold;
}
table.list tbody td a {
	text-decoration: underline;
}
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;
}
.pagination {
	border-top: 1px solid #333;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #000;
	padding: 4px 10px;
	text-decoration: none;
	color: #000;
	-webkit-transition: all 0.15s ease-in 0s;
	-moz-transition:    all 0.15s ease-in 0s;
	-o-transition:      all 0.15s ease-in 0s;
	-ms-transition:     all 0.15s ease-in 0s;
	transition:         all 0.15s ease-in 0s;
}
.pagination .links b, .pagination .links a:hover {
	display: inline-block;
	border: 1px solid #000;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
	background: #000;
	-webkit-transition: all 0.15s ease-in 0s;
	-moz-transition:    all 0.15s ease-in 0s;
	-o-transition:      all 0.15s ease-in 0s;
	-ms-transition:     all 0.15s ease-in 0s;
	transition:         all 0.15s ease-in 0s;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */
a.button {
	display: inline-block;
	color: #000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 8px 16px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	background: #666; /* Old browsers */
	-moz-box-shadow: inset 0 0 5px 0 #FFF;
	-webkit-box-shadow: inset 0 0 5px 0 #FFF;
	box-shadow: inset 0 0 5px 0 #FFF;
}
a.button:hover {
	background: #f00;
	color: #FFF;
}
.buttons {
	border-top: 1px solid #333;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
	-webkit-transition: all 0.15s ease-in 0s;
	-moz-transition:    all 0.15s ease-in 0s;
	-o-transition:      all 0.15s ease-in 0s;
	-ms-transition:     all 0.15s ease-in 0s;
	transition:         all 0.15s ease-in 0s;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 30px;
	margin-bottom: 6px;
	line-height: 16px;
	background-color: #000;
	border: 1px solid #3E3E3E;
	overflow: auto;
}
.htabs a {
	padding: 7px 25px;
	float: left;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #CCC;
	margin-right: 2px;
	display: none;
}
.htabs a + a {
	background-image: url(../image/tab_splitter.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.htabs a.selected {
	color: #f00;
}
.tab-content {
	background-color: #000;
	border: 1px solid #3E3E3E;
	color: #CCC;
	padding: 10px 24px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
/* box */
.box {
	margin-bottom: 20px;
}
.box .box-heading {
	padding: 5px 0px;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #000;
	text-align: center;
	background-image: url(../image/box_header.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.box .box-content {
	padding: 10px;
	border: 1px solid #1D1D1D;
	background-color: #0C0C0C;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#column-right .box .box-content ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#column-right .box .box-content ul li {
	padding: 4px 0px;
	background-image: url(../image/cat_bullet.png);
	background-repeat: no-repeat;
	background-position: left 9px;
	padding-left: 12px;
}
#column-right .box .box-content ul li a {
	text-decoration: none;
}
#column-right .box .box-content ul li a:hover {
	color: #FFF;
}
#column-right .box .box-content ul li {
}
#column-right .box .box-content ul li + li {
	border-top: 1px solid #333333;
}
/* box products */
.box-product {
	width: 100%;
	overflow: auto;
}
.box-product > div {
	width: 200px;
	display: inline-block;
	vertical-align: top;
	margin-left: 12px;
	margin-bottom: 20px;
	text-align: center;
}
#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 #333;
}
.box-product .name a {
	color: #FFF;
	font-weight: nrmal;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.box-product .price {
	display: block;
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	margin-bottom: 4px;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
.box-category {
	margin-top: -5px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	padding: 8px 8px 8px 0px;
	background-image: url(../image/cat_bullet.png);
	background-repeat: no-repeat;
	background-position: left 12px;
	padding-left: 12px;
}
.box-category > ul > li + li {
	border-top: 1px solid #333333;
}
.box-category > ul > li > a {
	text-decoration: none;
	color: #FFF;
}
.box-category > ul > li > a:hover {
	color: #f00;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	font-weight: bold;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0px 10px;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
}
/* content */
#content .content {
	padding: 18px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #333;
	background-color: #2A2627;
}
#content .content input[type="text"], #content .content input[type="password"] {
	width: 95%;
}
#content .content select {
	width: 96%;
}
#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 #333;
	display: none;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.category-list ul li {
	float: left;
	display:block;
	width: 22%;
	margin: 20px 10px;
	/*height: 260px;*/
	text-align: center;
}
.category-list ul li a {
	font-size: 15px;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #2B2B2B;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #2B2B2B;
	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-bottom: 1px solid #333;
	padding-bottom: 5px;
	overflow: auto;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #FFF;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #FFF;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #FFF;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #333;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #333;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #f00;
	font-size: 16px;
	text-decoration: none;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #FFF;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	color: #FFF;
	font-size: 18px;
}
.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;
	display: none;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #FFF;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #FFF;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
	width: 100%;
	overflow: auto;
}
.product-grid > div {
	width: 22.6%;
	display: inline-block;
	vertical-align: top;
	margin: 0 1% 20px;
	text-align: center;
}
#column-left + #column-right + #content .product-grid > div {
	width: 30.6%;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	background-color: #FFF;
	border: 1px solid #333;
}
.product-grid .name a {
	color: #f00;
	font-size: 15px;
	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: normal;
	color: #FFF;
	margin-bottom: 4px;
	font-size: 15px;
}
.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: #FFF;
	text-decoration: none;
	padding-left: 18px;
	background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #FFF;
	text-decoration: none;
	padding-left: 18px;
	background: url('../image/add.png') left center no-repeat;
}
/* Product */
.product-info {
	background-color: #000;
	border: 1px solid #3E3E3E;
	overflow: auto;
	margin-bottom: 20px;
	padding: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 370px;
}
.product-info .image {
	border: 0px solid #333;
	float: left;
	margin-bottom: 20px;
	padding: 0px;
	text-align: center;
}
.product-info .image-additional {
	width: 386px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #333;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	border-top: 1px solid #333;
	border-bottom: 0px solid #FFF;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #FFF;
	font-size: 13px;
}
.product-info .description span {
	color: #FFF;
}
.product-info .description a {
	color: #FFF;
	text-decoration: none;
}
.product-info .price {
	overflow: auto;
	border-bottom: 1px solid #333;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
}
.product-info .price br {
	display: none;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
	display: none;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #FFF;
}
.product-info .options {
	border-bottom: 1px solid #333;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #FFF;
}
.product-info .options h2 {
	color: #FFF;
}
.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 #333;
	padding: 0px 5px 10px 5px;
	margin-bottom: 20px;
	color: #FFF;
	overflow: auto;
}
.product-info .cart div {
	vertical-align: middle;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #999;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.product-info .review {
	color: #FFF;
	border-top: 1px solid #0E0E0E;
	border-left: 1px solid #0E0E0E;
	border-right: 1px solid #0E0E0E;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #0E0E0E;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #FFF;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
	background-color: #FFF;
}
.product-info .review .share a {
	text-decoration: none;
	color: #000;
}
.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: #FFF;
	font-size: 14px;
	font-weight: bold;
	background: #000;
	text-align: left;
}
.attribute tr td:first-child {
	color: #FFF;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #FFF;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	background: #000;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #FFF;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #FFF;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
.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-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;
}
.wishlist-product td {
	padding: 7px;
}
.wishlist-product thead td {
	color: #FFF;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-product thead .remove, .wishlist-product thead .image, .wishlist-product thead .cart {
	text-align: center;
}
.wishlist-product thead .name, .wishlist-product thead .model, .wishlist-product thead .stock {
	text-align: left;
}
.wishlist-product thead .quantity, .wishlist-product thead .price, .wishlist-product thead .total {
	text-align: right;
}
.wishlist-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-product tbody .remove {
	vertical-align: middle;
}
.wishlist-product tbody .remove, .wishlist-product tbody .image, .wishlist-product tbody .cart {
	text-align: center;
}
.wishlist-product tbody .name, .wishlist-product tbody .model, .wishlist-product tbody .stock {
	text-align: left;
}
.wishlist-product tbody .quantity, .wishlist-product tbody .price, .wishlist-product tbody .total {
	text-align: right;
}
.wishlist-product tbody .price s {
	color: #F00;
}
.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: 33.3%;
}
.return-model {
	float: left;
	width: 33.3%;
}
.return-quantity {
	float: left;
	width: 33.3%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 33.3%;
}
.return-opened {
	float: left;
	width: 33.3%;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-remove {
	float: left;
	width: 33.3%;
	padding-top: 90px;
	text-align: center;
	vertical-align: middle;
}
.return-additional {
	overflow: auto;
	margin-bottom: 20px;
}
.return-comment {
	float: left;
	width: 49%;
}
.return-captcha {
	float: right;
}
.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: 20px;
	border-collapse: collapse;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #FFF;
	font-weight: bold;
	background-color: #000;
	border-bottom: 1px solid #333;
}
.cart-info thead .remove, .cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model {
	text-align: left;
}
.cart-info thead .quantity, .cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #333;
}
.cart-info tbody .remove {
	vertical-align: middle;
}
.cart-info tbody .remove, .cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model {
	text-align: left;
}
.cart-info tbody .quantity, .cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module .cart-heading {
	border: 1px solid #333;
	padding: 8px 8px 8px 22px;
	font-weight: bold;
	font-size: 13px;
	color: #FFF;
	margin-bottom: 15px;
	cursor: pointer;
	background: #000 url('../image/arrow-right.png') 10px 50% no-repeat;
}
.cart-module .active {
	border: 1px solid #000;
	background: #f00 url('../image/arrow-down.png') 7px 50% no-repeat;
}
.cart-module .cart-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.cart-total {
	border-top: 1px solid #333;
	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: #000;
	border: 1px solid #333333;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #f00;
	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 #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #FFF;
	font-weight: bold;
	background-color: #000000;
	border-bottom: 1px solid #333333;
}
.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 #333333;
}
.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 #333333;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 
#footer {
	clear: both;
	min-height: 100px;
	padding: 16px 0px;
	color: #FFF;
	width: 940px;
	margin: 0px auto;
	border-top: 6px solid #f00;
}
#footer .footer_inner {
	margin: 0px auto;
}
#footer h3 {
	color: #f00;
	font-weight: bold;
	border: 0px;
	text-transform: normal;
	font-size: 14px;
	margin-top: 0px;
	padding-bottom: 4px;
	margin-left: 4px;
	margin-bottom: 16px;
}
#footer .column {
	float: left;
	min-height: 140px;
	max-width: 150px;
}
#footer .column + .column {
	margin-left: 74px;
}
#footer .copyright_text {
	display: block;
	text-align: center;
	font-size: 11px;
	clear: both;
	padding: 20px;
	border-top: 1px dotted #838383;
	margin: 20px auto 0px auto;
	text-align: center;
	color: #838383;
}
#footer .copyright_text a, #footer .copyright_text a:visited {
	font-size: 11px;
	color: #838383;
	text-decoration: none;
}
#footer .copyright_text a:hover, #footer .copyright_text a:active {
	color: #f00;
}
#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: #FFF;
}
#footer .column a:hover {
	color: #f00;
}
#social_box {
	display: block;
	background-image: url(../image/footer_newsletter_bkg.png);
	background-repeat: repeat-x;
	background-position: center center;
	height: 38px;
	width: 218px;
	text-align: center;
}
.social_icons a + a {
	margin-left: 10px;
}
#social_box .social_box_inner {
	margin: 0px auto;
}
#social_box .social_box_inner .social_icons {
	display: block;
	float: right;
	padding-top: 14px;
	text-align: right;
}
#social_box .social_box_inner #newsletter {
	float: right;
	display: block;
}
#social_box .social_box_inner #newsletter #subscribe_result {
	display: block;
	width: 140px;
	text-align: left;
	float: left;
	margin-top: 6px;
	font-size: 12px;
}
#social_box .social_box_inner #newsletter #subscribe_email {
	width: 180px;
	border: 1px solid #C0C0C0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 0 3px 1px #CCC;
	-webkit-box-shadow: inset 0 0 3px 1px #CCC;
	box-shadow: inset 0 0 3px 1px #CCC;
	float: left;
	height: 18px;
	line-height: 18px;
	-webkit-transition: all 0.15s ease-in 0s;
	-moz-transition:    all 0.15s ease-in 0s;
	-o-transition:      all 0.15s ease-in 0s;
	-ms-transition:     all 0.15s ease-in 0s;
	transition:         all 0.15s ease-in 0s;
	margin-bottom: 4px;
}
#social_box .social_box_inner #newsletter #subscribe_email:focus {
	-moz-box-shadow: inset 0 0 0px 0px #FFF;
	-webkit-box-shadow: inset 0 0 0px 0px #FFF;
	box-shadow: inset 0 0 0px 0px #FFF;
	-webkit-transition: all 0.15s ease-in 0s;
	-moz-transition:    all 0.15s ease-in 0s;
	-o-transition:      all 0.15s ease-in 0s;
	-ms-transition:     all 0.15s ease-in 0s;
	transition:         all 0.15s ease-in 0s;
}
#social_box .social_box_inner #newsletter label {
	float: left;
	line-height: 26px;
	margin-right: 8px;
}
#social_box .social_box_inner #newsletter .subscribe {
	float: left;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
}
.banner div img {
	margin-bottom: 20px;
}
 ------------------- /* 
 * Hover Cart Module 
 * @credit: Karan
 */
#module_cart .content {
 background: none repeat scroll 0 0 #FFFFFF;
 border-color: #EEEEEE;
 border-radius: 0 7px 7px 7px;
 border-style: solid;
 border-width: 1px;
 box-shadow: 0 2px 2px #DDDDDD;
 clear: both;
 display: none;
 min-height: 150px;
 padding: 8px;
 position: relative;
 top: -1px;
}
#module_cart.active .heading {
	border-left: 1px solid #EEEEEE;
	border-radius: 7px 7px 0 0;
	border-right: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	margin-top: 5px;
	padding-bottom: 6px;
	padding-top: 10px;
}
#module_cart.active .content {
	display: block;
}
#module_cart .cart {
	border-collapse: collapse;
	margin-bottom: 5px;
	width: 100%;
}
#module_cart .cart td {
	border-bottom: 1px solid #EEEEEE;
	color: #000000;
	padding: 2px 3px;
	vertical-align: top;
}
#module_cart .cart .image {
	display: none;
}
#module_cart .cart .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
#module_cart .cart .name small {
	color: #666666;
	line-height: 14px;
}
#module_cart .cart td.total, #module_cart .cart td.quantity {
	text-align: right;
	vertical-align: middle;
}
#module_cart .cart .remove {
	text-align: right;
	padding: 0 2px;
	vertical-align: middle;
}
#module_cart .cart .remove img {
	cursor: pointer;
}
#module_cart table.total {
	border-collapse: collapse;
	clear: left;
	float: right;
	margin-bottom: 5px;
	padding: 5px;
	position: relative;
}
#module_cart table.total td {
	color: #000000;
}
#module_cart .checkout {
	clear: both;
	text-align: right;
}
#module_cart .empty {
	text-align: center;
}
.jqzoom {
	text-decoration:none;
	float:left;
}
ul#thumblist {
	display:block;
	margin-left:0px;
	padding:0px;
	margin-top: -22px;
}
ul#thumblist li {
	float:left;
	margin-right:9px;
	margin-bottom: 6px;
	list-style:none;
}
ul#thumblist li a {
	display:block;
	border:0px solid #CCC;
}
ul#thumblist li a.zoomThumbActive {
	border:0px solid #CCC;
}
.product-info > .left {
	width:360px;
}
/* home tabs */
.home_tabs {
	margin: 12px 0px;
	background-color: #282828;
	overflow: auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-image: url(../image/tabs_bkg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.home_tabs ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.home_tabs > ul > li {
	float: left;
	background-image: url(../image/tab_bkg.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 180px;
	padding: 30px 16px 10px 16px;
	margin-right: 18px;
	font-size: 16px;
	min-height: 114px;
}
.home_tabs > ul > li p {
	margin: 0px;
	min-height: 70px;
}
.home_tabs > ul ul > li {
	font-size: 12px;
}
.home_tabs > ul ul {
	margin-left: 14px;
	list-style: disc;
}
.home_tabs > ul > li strong {
	color: #f00;
}
.home_tabs > ul > li + li + li + li {
	background-image: none;
	width: 220px;
}
.home_tabs > ul > li + li + li + li em {
	font-family: 'Alex Brush', cursive;
	font-weight: normal;
	color: #f00;
	font-size: 22px;
	font-style: normal;
}
.home_tabs > ul > li img {
	display: block;
	float: right;
	margin-left: 170px;
	margin-top: 10px;
}
.product_title {
	color: #f00;
	font-size: 20px;
	margin-bottom: 14px;
}
.main_image {
	border: 0px solid #EEE;
}
.zoomWrapperTitle {
	background-color: #000 !important;
}
.tag_line {
	display: block;
	text-align: right;
	color: #FFF;
	font-weight: normal;
	font-size: 16px;
	background-color:#231F20;
	text-transform: uppercase;
	padding: 6px 10px;
	margin: 0px;
}
#home_bottom_box {
	color: #FFF;
	overflow: auto;
	padding: 8px 24px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 14px;
}
#home_bottom_box ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#home_bottom_box ul li {
	float: left;
	border-right: 1px solid #000;
	padding: 0px 40px 0px 0px;
	background-image: url(../image/black_arrow.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	-webkit-transition: all 0.15s ease-in 0s;
	-moz-transition:    all 0.15s ease-in 0s;
	-o-transition:      all 0.15s ease-in 0s;
	-ms-transition:     all 0.15s ease-in 0s;
	transition:         all 0.15s ease-in 0
}
#home_bottom_box ul li:hover {
	background-position: 98% center;
	-webkit-transition: all 0.15s ease-in 0s;
	-moz-transition:    all 0.15s ease-in 0s;
	-o-transition:      all 0.15s ease-in 0s;
	-ms-transition:     all 0.15s ease-in 0s;
	transition:         all 0.15s ease-in 0
}
#home_bottom_box ul li + li {
	margin-left: 10px;
}
#home_bottom_box ul li a {
	text-decoration: none;
	color: #FFF;
	font-size: 16px;
}
#home_bottom_box ul li a:hover {
	color: #f00;
}
#home_bottom_box strong {
	color: #f00;
}
#home_bottom_box .our_products_box {
	float: right;
	margin-left: 30px;
	width: 220px;
	min-height: 400px;
}
#home_bottom_box h2 {
	display: block;
	text-align: left;
	color: #f00;
	font-weight: normal;
	font-size: 16px;
	background-color:#0E0E0E;
	text-transform: uppercase;
	padding: 6px 10px;
	margin: 0px;
	width: 400px;
	margin-bottom: 20px;
}
#home_bottom_box .our_products_box h2 {
	display: block;
	text-align: left;
	color: #FFF;
	font-weight: normal;
	font-size: 16px;
	background-color:#f00;
	text-transform: uppercase;
	padding: 6px 10px;
	margin: 0px;
	width: 180px;
}
.our_products_box a {
	color: #898989;
}
.our_products_box a:hover {
	color: #f00;
}
#fancybox-content {
	color: #000 !important;
}
#fancybox-content h1, #fancybox-content h2, #fancybox-content h3 {
	color: #f00;
}
.left-box-top {
	display: block;
	padding: 14px 0px;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	background-color: #f00;
	margin-bottom: 10px;
}
.left-box-top strong {
	font-size: 22px;
}
.left-box-bottom {
	padding: 14px;
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	background-color: #242021;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.left-box-bottom a {
	text-decoration: none;
	color: #FFF;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 26px;
}
.left-box-bottom a:hover {
	text-decoration: none;
	color: #f00;
}
.product_name {
	color: #FDB514;
	font-family: 'Alex Brush', cursive;
}
.contact_info_box {
	display: block;
	float: left;
	width: 240px;
	margin-right: 40px;
	font-size: 16px;
	background-color: #2A2627;
    border: 1px solid #333333;
    margin-bottom: 20px;
    overflow: auto;
    padding: 10px;
	margin-top: 34px;
}
.contact_info_box strong {
	color: #F00;
	display: block;
}
.contact_info_box + p {
	display: none;
}

.home_padding_fix {padding: 0px !important; background: none !important;}

.home_padding_fix  .box .box-content {padding: 0px !important; background: none !important;}

.home-left-col {width: 500px; float: left;}
.home-right-col {width: 238px; float: right;}


.home_padding_fix #column-left {width: auto !important; float: none !important; padding: 0px !important; margin: 0px !important}
.home-right-col .box .box-content {border: none !important;}
.home-right-col .box .box-content form .content {margin-bottom: 0px !important; -webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;}
.home-right-col .box .box-content form + p {display: none;}

.home-right-col .box .box-content form .content a.button {font-size: 14px; font-weight: bold; text-align: center;}

.phone_number {position: absolute; font-size: 16px; color: #FFF; right: 0px; top: 10px;}
.phone_number strong {font-weight: normal; color: #f00; padding-left: 14px;}

.screen {
	float: right;
	width: 420px;
	margin: 10px 0 10px 30px;
/*	padding: 20px;
	background: transparent url('../image/screen2.png') center top no-repeat; 
	height: 234px;*/
}

.category-list li > a > img{
	display: none;
}
.category-list .red-button{
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100));
	background:-moz-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-webkit-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-o-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-ms-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100',GradientType=0);
	background-color:#fe1a00;
	display: block;
	color: #fff;
	border:1px solid #d83526;
	font-size: 0.8vw;
	font-weight:bold;
	padding:10px 25px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}

.category-list .red-button:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00));
	background:-moz-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-webkit-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-o-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-ms-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00',GradientType=0);
	background-color:#ce0100;
	color: #000;
}

.category-list .red-button:active{
	position:relative;
	top:1px;
}