html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	color:#fefefe;
	text-align:left;
	font:0.815em "Trebuchet MS", Helvetica, Garuda, sans-serif;
	line-height:1.55em;
	margin:0;
	padding:0;
	height:100%;
	background: #433834 url('../image/bg_t_8.png') top left repeat scroll;
	
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}

h1, .welcome {
	margin:0;
	border-bottom: 1px solid #DEDEDE;
    color: #191919;
    font: 24px/0.83em Ubuntu,'Trebuchet MS',Helvetica,Garuda,sans-serif;
    padding: 25px 0 29px 20px;
}



h2 {
	margin:0;
    color: #191919;
    font: 21px/0.83em Ubuntu,'Trebuchet MS',Helvetica,Garuda,sans-serif;
    padding: 15px 0 19px 20px;
}

h3 {
	color: #191919;
	font: 21px/1.85em "Trebuchet MS", Helvetica, Garuda, sans-serif;
	font-weight:normal;
	line-height:0.83em;
	padding: 25px 0 29px 20px;
	margin:0;
}

h4 {
	color:#fefefe;
	font:1.55em "Trebuchet MS", Helvetica, Garuda, sans-serif;
	font-weight:normal;
	line-height:1em;
	padding:0 0 20px;
	margin:0;
	text-shadow:1px 1px 1px #010101;
}

h5 {
	color:#fefefe;
	font:1.4em "Trebuchet MS", Helvetica, Garuda, sans-serif;
	font-weight:normal;
	line-height:1.1em;
	padding:0 0 20px;
	margin:0;
	text-shadow:1px 1px 1px #010101;
}

h6 {
	color:#fefefe;
	font:1.4em "Trebuchet MS", Helvetica, Garuda, sans-serif;
	font-weight:normal;
	line-height:1.1em;
	font-style:italic;
	padding:0 0 20px;
	margin:0;
	text-shadow:1px 1px 1px #010101;
}

p {
	margin: 20px;
	color: #191919;
	font: 13px/1.55em 'Trebuchet MS',Helvetica,Garuda,sans-serif; 
}

a, a:visited, a b {
	color:#FEFEFE;
	text-decoration:none;
	outline:none;
	cursor:pointer;
}

a:hover {text-decoration:underline;}
img {
}

a img {border:0;}

form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type="text"], textarea, input[type="password"]  {
	background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #F6F6F6;
    border-radius: 3px 3px 3px 3px;
    margin-left: 0;
    margin-right: 0;
    padding: 3px;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}
.welcome p {
	margin-left: 20px;
}
	
.p-white a {
	color: #D83F35;
	font: 13px/1.55em 'Trebuchet MS',Helvetica,Garuda,sans-serif; 
}
.b-white b {
	margin-left: 20px;
}
/* layout */
#container {
	color: #191919;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-bottom: 25px;
	padding:10px;
	margin:0 auto 20px;
	position:relative;
	z-index:5;
	background:#212121;
	background:rgba(0, 0, 0, .2);
	-pie-background:rgba(0, 0, 0, .2);
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	behavior: url(catalog/view/theme/benetton/stylesheet/PIE.php);
	list-style:none;
}
#middle {
	border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
	background: #FEFEFE;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior: url(catalog/view/theme/benetton/stylesheet/PIE.php);
	
}
#middle-area{
	margin-left: 20px;
	margin-right: 20px;
}	

#column-left {
	float: left;
	width: 243px;
	height: 100%;
}
#column-right {
	float: right;
	width: 243px;
}
#content {
	
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 243px;
}
#column-right + #content {
	margin-right: 243px;
}
/* header */
#header {
	height: 187px;
	margin: 0 auto;
    position: relative;
    width: 1000px;
    z-index: 10;
}
#header #logo {
	position: absolute;
	top: 15px;
	left: 20px;
}
#header .top_line {
	float: right;
    margin-top: 20px;
	margin-right: 20px;
	overflow: hidden;
	
}
.inp_l {
    background: url('../image/inp_l.png') no-repeat scroll left top transparent;
    display: block;
    height: 37px;
    padding: 0 0 0 10px;
}
.inp_r {
    background: url('../image/inp_r.png') no-repeat scroll right top transparent;
    display: block;
    height: 37px;
    padding: 0 10px 0 0;
}
.top_line .inp_l ul {
    list-style: none outside none;
    margin: 0;
    padding: 0 0 0 4px;
}
.top_line .inp_l ul li {
    float: left;
    margin: 0;
    padding: 10px 6px 0 0;
}


#language img {
	display: inline-block;
	margin: 0;
    padding: 10px 6px 0 0;
	color: #FFFFFF;
	text-decoration: none;
	margin: 3px 2px 2px 0;
}
#currency, #language {
    float: right;
	color: #999;
	line-height: 17px;
	background:  url('../image/inp_r.png') no-repeat scroll right top transparent;
	display: block;
    height: 37px;
    padding: 0 8px 0 4px;
	margin-top: 20px;
	margin-right: 15px;
}
#currency-left {
	background: url('../image/inp_l.png') no-repeat scroll left top transparent;
    display: block;
    height: 37px;
    padding: 0 0 0 10px;
	float: right;
	margin-top: 20px;
}	
#language-left {
	background: url('../image/inp_l.png') no-repeat scroll left top transparent;
    display: block;
    height: 37px;
    padding: 0 0 0 8px;
	float: right;
	margin-top: 20px;
}	
#currency a {
	display: inline-block;
	margin: 0;
    padding: 10px 6px 0 0;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #E6E1A8;
}
#header #cart {
	position: absolute;
	top: 83px;
	right: 20px;
	z-index: 99;
	min-width: 300px;
}
#header #cart .heading {
	float: right;
	margin-top: 12px;
	padding-left: 14px;
	position: relative;
	z-index: 99;
}
#header #cart .heading h4 {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	display: inline;
	margin-top: 0px;
	margin-right: 13px;	
}
#header #cart .heading a {
	color: #FEFEFE;
	text-decoration: none;
}

#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: -1px;
	padding: 8px;
	min-height: 80px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #000000;
	background: #FFFFFF;
	z-index: 299;
	
}

#header #cart.active .heading {
	padding-bottom: 6px;
}
#header #cart.active .content {
	display: block;
	z-index: 99;
	background: #FFFFFF;
}
#header #cart .cart {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
	z-index: 299;
}
#header #cart .cart td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
#header #cart .cart td {
	color: #000;
}	
#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: 32px;
	text-align: center;
	color: #000000;
	z-index: 99;
}
#search {
	position: absolute;
	bottom: 15px;
	right: 20px;
	z-index: 15;
}

#search .left {
    height: 37px;
    padding: 0 0 0 10px;
	background: url('../image/inp_l.png') no-repeat scroll left top transparent;
}

#search .right {
    background: url('../image/inp_r.png') no-repeat scroll right top transparent;
	display: block;
    height: 37px;
    padding: 0 10px 0 0;
}

#search .middle {
     background: url('../image/inp_r.png') no-repeat scroll right top transparent;
	display: block;
    height: 37px;
    padding: 0 10px 0 0;
}

#header .button-search {
	position: absolute;
	right: 10px;
	background: url('../image/search.png') center center no-repeat;
	width: 30px;
	height: 27px;
	cursor: pointer;
	top: 5px;
}
#header #search input {
	background: none;
	padding: 1px 33px 1px 5px;
	width: 142px;
	height: 15px;
	margin-top: 8px;
	border: none;
	color: #FEFEFE;
	font: 13px/1em 'Trebuchet MS',Helvetica,Garuda,sans-serif;
	font-style: italic;
}
#header #welcome {
	position: absolute;
	top: 65px;
	right: 20px;
	z-index: 5;
	width: 298px;
	text-align: right;
	color: #FFFFFF;
}
#header .links {
	position: absolute;
	left: 14px;
	top: 95px;
	font-size: 10px;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	font-size: 12px;
	color: #FEFEFE;
}
#header .links a + a {
	margin-left: 8px;
}
/* menu */
#menu {
	height: 37px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	position: absolute;
	bottom: 15px;
	left: 20px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	background: url('../image/nav_l.png') no-repeat scroll left 0 transparent;
    cursor: pointer;
    display: block;
    float: left;
    margin: 0 2px 0 0;
    padding: 0 0 0 10px;
    position: relative;
}
#menu > ul > li:hover {
	background: url('../image/nav_l.png') no-repeat scroll left -37px transparent;
}


#menu > ul > li > a {
	background: url('../image/nav_r.png') no-repeat scroll right 0 transparent;
    color: #FEFEFE;
    display: block;
    height: 29px;
    min-width: 55px;
    padding: 8px 17px 0 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
}
#menu > ul > li:hover a {
	color: #191919;
	 background: url('../image/nav_r.png') no-repeat scroll right -37px transparent;
}
#menu > ul > li:hover li a {
	background: none;
	color: #FEFEFE;
	display: block;
    height: auto;
    overflow: hidden;
    padding: 5px 20px;
    position: relative;
    text-align: left;
    width: 135px;
}
#menu > ul > li > li a {
	background: none;
}
#menu > ul > li > a:active {
	color: #191919;
	 background: url('../image/nav_r.png') no-repeat scroll right -37px transparent;
}
#menu > ul > li > div {
	list-style:none;
	padding:5px 0;
	margin:0;
	position:absolute;
	left:0;
	z-index:240;
	display:none;
	background:#000000;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;

}
#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;
	background-color: #000;
}
#menu > ul > li ul > li > a:hover {
	color: #e6e1a8!important;
	background: none repeat scroll 0 0 transparent;
}
#menu > ul > li > div > ul > li > a {
	background-color: #000;
}
.breadcrumb {
	color: #FEFEFE;
	margin: 8px 0 15px 21px;
}
#notification {
	width: 960px;
	margin: 0 auto;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 20px;
	margin-bottom: 15px;
	color: #555555;
}
.success {
	background:#212121;
	background:rgba(0, 0, 0, .2);
	-pie-background:rgba(0, 0, 0, .2);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(catalog/view/theme/benetton/stylesheet/PIE.php);
}
.success-order a{
	color: #D83F35;
	font: 13px/1.55em 'Trebuchet MS',Helvetica,Garuda,sans-serif;
}
.warning {
	background:#212121;
	background:rgba(0, 0, 0, .2);
	-pie-background:rgba(0, 0, 0, .2);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(catalog/view/theme/benetton/stylesheet/PIE.php);
}
.attention {
	background:#212121;
	background:rgba(0, 0, 0, .2);
	-pie-background:rgba(0, 0, 0, .2);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(catalog/view/theme/benetton/stylesheet/PIE.php);
}
.information {
	background:#212121;
	background:rgba(0, 0, 0, .2);
	-pie-background:rgba(0, 0, 0, .2);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(catalog/view/theme/benetton/stylesheet/PIE.php);
}
.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;
	margin-left: 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: 97%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 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 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;
}
table.list .asc {
	padding-right: 15px;
	background: url('../image/asc.png') right center no-repeat;
}
table.list .desc {
	padding-right: 15px;
	background: url('../image/desc.png') right center no-repeat;
}
.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
	margin-right: 20px;
}
/* button */
a.button {
	display: inline-block;
	padding-left: 10px;
	text-decoration: none;
	cursor: pointer;
	background: url("../image/but_stand_l_white.png") no-repeat scroll left top transparent;
}
a.button span {
	background: url("../image/but_stand_r_white.png") no-repeat scroll right top transparent;
	 display: inline-block;
    line-height: 31px;
    padding: 0 20px 2px 10px;
    text-align: center;
	color: #191919;
}
a.button:hover {
	background: url("../image/but_stand_l_white.png") no-repeat scroll left -33px transparent;
}
a.button:hover span {
	background: url("../image/but_stand_r_white.png") no-repeat scroll right -33px transparent;
}
.buttons {
	background: #FFFFFF;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 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 {
	border-bottom: 5px solid #F6F6F6;
    height: 30px;
    line-height: 16px;
	margin-right: 20px;
}
.htabs a {
	border-left: 1px solid #F6F6F6;
    border-right: 1px solid #F6F6F6;
    border-top: 1px solid #F6F6F6;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-right: 2px;
    padding: 7px 15px 6px;
    text-align: center;
    text-decoration: none;
	color: #191919;
}
.htabs a:hover {
	color: #D83F35;
}
.htabs a.selected {
	background: none repeat scroll 0 0 #F6F6F6;
    padding-bottom: 7px;
}
.tab-content {
	border-bottom: 1px solid #F6F6F6;
    line-height: 22px;
    margin-bottom: 20px;
    overflow: hide;
    padding-bottom: 10px;
    padding-top: 10px;
    z-index: 2;
	margin-right: 20px;
	margin-top: 10px;
}
/* box */
.box {
	margin-bottom: 20px;
}
.box .box-heading {
	 font: 24px/0.83em Ubuntu,'Trebuchet MS',Helvetica,Garuda,sans-serif;
	 color: #191919;
	 padding: 25px 0 29px 20px;
	 border-bottom: 1px solid #DEDEDE;
}
.box .box-content {
	padding: 25px 20px 0px;
}
/* box products */
.box-product {
	width: 105%;
	padding-left: 5px;
}
	
.box-product > div {
	width: 208px;
	display: inline-block;
	vertical-align: top;
	margin-right: 29px;
	margin-bottom: 15px;	
	text-align: center;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
	background: url("../image/image_shadow.png") no-repeat scroll center bottom transparent;
	padding: 0 0 5px;
}
.box-product .image img {
	padding: 3px;
	border: 1px solid #DADADA;

    border: 1px solid #DADADA;
    display: block;

}
.box-product .name a {
	font: 18px/1.1em Ubuntu,'Trebuchet MS',Helvetica,Garuda,sans-serif;
	color: #D83F35;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
	text-align: center;
}
.box-product .price {
	display: block;
	font: 18px/1.1em Ubuntu,'Trebuchet MS',Helvetica,Garuda,sans-serif;
	color: #191919;
	text-align: center;
	margin-bottom: 10px;
}
.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 for column left and right*/
.box-left {
	margin-bottom: 20px;
}
.box-left .box-heading {
    color: #191919;
    font: 24px/0.83em Ubuntu,'Trebuchet MS',Helvetica,Garuda,sans-serif;
    padding: 25px 0 29px 20px;
	border-bottom: 1px solid #DEDEDE;
}
.box-left .box-content {
	padding: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url('../image/bg-sidebar.gif') repeat-y scroll 206px 0 transparent;
    padding-bottom: 15px;
}

/* box products for column left and right */
.box-left .box-product-left {
	width: 100%;
	overflow: auto;
	padding: 25px 0px 0;
}
.box-left .box-product-left > div {
	float: left;
	margin-bottom: 5px;
	width: 120px;
	height: 160px;
	display: block;
}
.box-left .box-product-left .image {
	float: left;
    display: block;
    float: left;
    margin-left: 18px;
    margin-right: 5px;
	margin-top: 5px;
    width: 92px;
	margin-bottom: 10px;
}
.box-left .box-product-left .image:hover {

}
.box-left .box-product-left .image img {
	float: left;
	border: 1px solid #DADADA;
	padding: 4px;
}
.box-left .box-product-left .name {
	float: left;
	width: 92px;
	text-align: center;
	display: block;
}
.box-left .box-product-left .name a {
	margin-left: 18px;
	color: #D83F35;
    display: block;
    font: 13px/1.1em Ubuntu,'Trebuchet MS',Helvetica,Garuda,sans-serif;
    margin-bottom: 5px;
    text-decoration: none;
	float: left;
	width: 92px;
	display: block;
	text-align: center;
}
.box-left .box-product-left .price {
	float: left;
	font-weight: bold;
	margin-bottom: 4px;
	margin-left: 18px;
	color: #191919;
    display: block;
    font: 13px/1.1em Ubuntu,'Trebuchet MS',Helvetica,Garuda,sans-serif;
	width: 92px;
	text-align: center;
}
.box-left .box-product-left .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-left .box-product-left .price-new {
	font-weight: bold;
}
.box-left .box-product-left .rating {
	display: block;
	margin-bottom: 4px;
}


/* box category */
.box-category {
	margin-top: -5px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	padding: 8px 8px 8px 0px;
}
.box-category > ul > li + li {
	border-top: 1px solid #EEEEEE;
}
.box-category > ul > li > a {
	text-decoration: none;
	color: #191919;
}
.box-category > ul > li > a:hover {
	text-decoration: underline;
}
.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;
	color: #D83F35;
	background: url("../image/marker_widget_links_white.png") no-repeat scroll 0 14px transparent;
	display: inline;
    line-height: 2em;
    padding: 10px 0 10px 16px;
}
.box-category > ul > li ul > li > a:hover {
	text-decoration: underline;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
	
}
/* content */
#content .content {
	color: #191919;
	padding: 20px;
	overflow: auto;
	margin-bottom: 20px;
}
#content .content a {
	color: #D83F35;
}
#content .content p {
	margin: 0;
	margin-bottom: 20px;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info p{
	margin-top: 20px;
	margin-right:20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin: 25px 20px 0;
	background: url("../image/image_shadow.png") no-repeat scroll center bottom transparent;
    display: block;
    margin-bottom: 0;
    padding: 0 0 5px;
}
.category-info .image img{

    border: 1px solid #DADADA;
    display: block;
    padding: 3px;

}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}

.category-list ul {
	float: left;
	width: 18%;
	list-style: none;
}
.category-list a {
	color: #191919 !important;
}
#content .content a{
	color: #D83F35;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
.manufacturer-list a {
	color: #D83F35;

}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	padding-bottom: 8px;
	padding-top: 8px;
	overflow: auto;
	padding-right: 20px;
}
.product-filter .display {
	float: left;
	padding-top: 4px;
	color: #191919;
	padding: 3px 20px 0;
	font-weight: bold;
}

.product-filter .display a {
	font-weight: bold;
	color: #D83F35;
}

.product-filter .sort {
	float: right;
	color: #191919;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #191919;
}
.product-compare {
	padding: 25px 20px 0;
}
.product-compare a {
	font-weight: bold;
	color: #D83F35;
}
.product-list {
	overflow: auto;
    padding: 25px 20px 0;
}
.product-list > div {
	border: 1px solid #F6F6F6;
    
    overflow: auto;
    padding: 20px;
	margin-bottom: 15px;
}
.product-list .right {
    border-left: 1px solid #F6F6F6;
    float: right;
    margin-left: 15px;
    text-align: center;
    width: 120px;
}
.product-list > div + div {
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #D83F35;
    display: block;
    font: 18px/1.1em Ubuntu,'Trebuchet MS',Helvetica,Garuda,sans-serif;
    text-decoration: none;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	color: #191919;
    display: block;
    font: 18px/1.1em Ubuntu,'Trebuchet MS',Helvetica,Garuda,sans-serif;
    margin-bottom: 10px;
    text-align: center;
}
.product-list .right {
    text-align: center;
}
.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #191919;
	text-align: center;
	display: block;
	text-decoration: none;
}
.product-list .compare a {
	color: #191919;
	text-align: center;
	display: block;
	text-decoration: none;
}
.product-grid {
	width: 100%;
	overflow: auto;
	padding: 25px 20px 0;
}
.product-grid > div {
	display: inline-block;
    margin-bottom: 15px;
    margin-right: 33px;
    text-align: center;
    vertical-align: top;
    width: 208px;
}
.product-grid .image {
	 background: url("../image/image_shadow.png") no-repeat scroll center bottom transparent;
    display: block;
    margin-bottom: 0;
    padding: 0 0 5px;
}
.product-grid .image img {

    border: 1px solid #DADADA;
    display: block;
    padding: 3px;

}

.product-grid .name a {
	color: #D83F35;
    display: block;
    font: 18px/1.1em Ubuntu,'Trebuchet MS',Helvetica,Garuda,sans-serif;
    margin-bottom: 5px;
    text-align: center;
    text-decoration: none;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	color: #191919;
    display: block;
    font: 18px/1.1em Ubuntu,'Trebuchet MS',Helvetica,Garuda,sans-serif;
    margin-bottom: 10px;
    text-align: center;
}
.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: #191919;
	text-decoration: none;
	display: block;

}
.product-grid .compare a {
	color: #191919;
	text-decoration: none;
	display: block;
}
/* Product */
.tags a {
	color: #191919;
}	
.product-info {
	overflow: auto;
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	border: 1px solid #F6F6F6;
    border-radius: 5px 5px 0 0;
    margin-left: 360px;
    margin-top: 20px;
	margin-right: 20px;
	
	
}
.product-info .image {
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.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 {
	border-bottom: 1px solid #F6F6F6;
	padding: 15px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #191919;
	margin-left: 20px;
	margin-right: 20px;
}
.product-info .description span {
	color: #191919;
}
.product-info .description a {
	color: #D83F35;
}
.product-info .price {
	overflow: auto;
	border-bottom: 1px solid #F6F6F6;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #191919;
	margin-left: 20px;
	margin-right: 20px;
	font: 18px/1.1em Ubuntu,'Trebuchet MS',Helvetica,Garuda,sans-serif;
}
.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 {
	border-bottom: 1px solid #F6F6F6;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #191919;
	margin-left: 20px;
}
.product-info .cart {
	border-bottom: 1px solid #F6F6F6;
	padding: 0px 5px 10px 5px;
	color: #191919;
	overflow: auto;
	margin-left: 20px;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
	color: #191919;
}
.product-info .cart div a {
	color: #191919;
}
.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 {
	background: none repeat scroll 0 0 #F6F6F6;
    border-radius: 0 0 5px 5px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #F6F6F6;
	line-height: 20px;
}
.product-info .review > div a {
	color: #D83F35;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.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;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin: 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: 11%;
	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;
	color: #D83F35;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-product table {
	border-collapse: collapse;
	border-top: 1px solid #F6F6F6;
	border-left: 1px solid #F6F6F6;
	border-right: 1px solid #F6F6F6;
	margin: 20px;
	width: 97%;

}
.wishlist-product td {
	padding: 7px;
}
.wishlist-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F6F6F6;
}
.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 #F6F6F6;
}
.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 .name a {
	color: #D83F35;
}
.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;
	margin-left: 20px;
	margin-right: 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;
}
/* orders */
.order-list {
	margin-bottom: 10px;
	margin: 20px;
}
.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: 50%;
	margin-left: 20px;
}
#captcha {
    margin-top: 10px;
}
.return-captcha {
	float: right;
	width: 40%;
}
.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: 940px;
	border-collapse: collapse;
    border: 1px solid #F6F6F6;
	margin: 20px;

}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	background-color: #F6F6F6;
    border-bottom: 1px solid #F6F6F6;
    font-weight: bold;
}
.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: middle;
}
.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 .name a{
	color: #D83F35;
}
.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 {
	padding: 8px 8px 8px 22px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
	cursor: pointer;
	background: none repeat scroll 0 0 #F6F6F6;
	margin-left: 20px;
	margin-right: 20px;
}
.cart-module .cart-content p{
	margin: 0px;
}	
.cart-module .active {
	background: #F8F8F8 url('../image/arrow-down.png') 7px 50% no-repeat;
}
.cart-module .cart-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
	margin-left: 22px;
	margin-right: 22px;
}
.cart-total {
	border-top: 1px solid #DEDEDE;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
	margin-left: 20px;
	margin-right: 20px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout {
	margin: 20px;
}
.checkout-heading {
	background: none repeat scroll 0 0 #F6F6F6;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	color: #D83F35;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content p {
	margin: 0;
}	
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .right  a, a b{
	color: #D83F35;
}
.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 .name a {
	color: #D83F35;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info a {
	color: #191919;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 
#footer {
	padding-top: 20px;
    position: relative;
    width: 100%;
	float: left;
}
#footer .footer-area {
    margin: 0 auto;
    position: relative;
    width: 1003px;
}
#footer .footer-wrapper {
    width: 1003px;
	margin-left: 39px;
}
#footer .footer-holder {
    padding: 45px 0 0px 11.5px;
    width: 100%;
}

#footer .footer-default {
    overflow: hidden;
    padding: 25px 0 25px 39px;
    width: 100%;
    float: left;
}

#footer h4{
	font: 20px/1em Ubuntu,'Trebuchet MS',Helvetica,Garuda,sans-serif;
    letter-spacing: 0.5px;
    list-style: none outside none;
    margin-bottom: 16px;
    margin-right: 23px !important;
    padding-bottom: 7px;
    width: 220px !important;
}

.footer-area .column_3 {
  	float: left !important;
    margin-right: 15px !important;
    width: 220px !important;
	list-style: none;
	color: #FEFEFE;
	text-shadow: 1px 1px 2px #010101;
}

.footer-area .column_3 a{
  	color: #FEFEFE;
  	line-height: 18px;
  	text-decoration: none;
  	font-size: 11px;
	list-style: none;
	text-shadow: 1px 1px 2px #010101;
}
.footer-area .column_3 p{
  		float: left !important;
    margin-right: 15px !important;
    width: 220px !important;
	list-style: none;
	color: #FEFEFE;
	text-shadow: 1px 1px 2px #010101;
	padding: 0;
	margin: 0;
}
.footer-area .column_3 ul {
	list-style: none;
}
#footer-inner .column_3 li {
	list-style: none;
}

.footer-area .header_3 {
    margin-right: 15px !important;
    width: 220px !important;
	color: #FFFFFF;
    display: block;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    padding-bottom: 7px;
	list-style: none;
	font: 20px/1em Ubuntu,'Trebuchet MS',Helvetica,Garuda,sans-serif;
}


.footer-area .column_4 {
  	float: left !important;
    margin-right: 15px !important;
    width: 298px !important;
	list-style: none;
	color: #FEFEFE;
	text-shadow: 1px 1px 2px #010101;
}

.footer-area .column_4 a{
  	color: #FEFEFE;
  	line-height: 18px;
  	text-decoration: none;
  	font-size: 11px;
	list-style: none;
	text-shadow: 1px 1px 2px #010101;
}
.footer-area .column_4 p{
  		float: left !important;
    margin-right: 15px !important;
    width: 298px !important;
	list-style: none;
	color: #FEFEFE;
	text-shadow: 1px 1px 2px #010101;
	padding: 0;
	margin: 0;
}
.footer-area .column_4 ul {
	list-style: none;
}
#footer-inner .column_4 li {
	list-style: none;
}

.footer-area .header_4 {
    margin-right: 15px !important;
    width: 298px !important;
	color: #FFFFFF;
    display: block;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    padding-bottom: 7px;
	list-style: none;
	font: 20px/1em Ubuntu,'Trebuchet MS',Helvetica,Garuda,sans-serif;
}

.footer-area .column_6 {
  	float: left !important;
    margin-right: 15px !important;
    width: 455px !important;
	list-style: none;
	color: #FEFEFE;
	text-shadow: 1px 1px 2px #010101;
}

.footer-area .column_6 a{
  	color: #FEFEFE;
  	line-height: 18px;
  	text-decoration: none;
	list-style: none;
	text-shadow: 1px 1px 2px #010101;
}
.footer-area .column_6 p{
  		float: left !important;
    margin-right: 15px !important;
    width: 455px !important;
	list-style: none;
	color: #FEFEFE;
	text-shadow: 1px 1px 2px #010101;
	padding: 0;
	margin: 0;
}
.footer-area .column_6 ul {
	list-style: none;
}
#footer-inner .column_6 li {
	list-style: none;
}

.footer-area .header_6 {
    margin-right: 15px !important;
    width: 455px !important;
	color: #FFFFFF;
    display: block;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    padding-bottom: 7px;
	list-style: none;
	font: 20px/1em Ubuntu,'Trebuchet MS',Helvetica,Garuda,sans-serif;
}


.footer-area .column_12 {
  	float: left !important;
    width: 925px !important;
	list-style: none;
	color: #FEFEFE;
	text-shadow: 1px 1px 2px #010101;
}

.footer-area .column_12 a{
  	color: #FEFEFE;
  	line-height: 18px;
  	text-decoration: none;
	list-style: none;
	text-shadow: 1px 1px 2px #010101;
}
.footer-area .column_12 p{
  		float: left !important;
    margin-right: 15px !important;
    width: 925px !important;
	list-style: none;
	color: #FEFEFE;
	text-shadow: 1px 1px 2px #010101;
	padding: 0;
	margin: 0;
}
.footer-area .column_12 ul {
	list-style: none;
}
#footer-inner .column_12 li {
	list-style: none;
}

.footer-area .header_12 {
    width: 925px !important;
	color: #FFFFFF;
    display: block;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    padding-bottom: 7px;
	list-style: none;
	font: 20px/1em Ubuntu,'Trebuchet MS',Helvetica,Garuda,sans-serif;
}


#footer-inner .column_3 a:hover, #footer-inner .column_4 a:hover, #footer-inner .column_6 a:hover, #footer-inner .column_12 a:hover {
	color: #1974B3;
}
#footer .column {
	float: left !important;
    margin-right: 15px !important;
    width: 220px !important;
	list-style: none;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none !important;
}
#footer .column ul li {
	margin-bottom: 3px;
	color: #98DCE9 ;
}
#footer .column a {
	list-style: none;
	color: #E6E1A8;
	text-shadow: 1px 1px 2px #010101;
	font: 13px/1.55em 'Trebuchet MS',Helvetica,Garuda,sans-serif;
	
}
#footer .column2 {
	float: left !important;
    margin-right: 18px !important;
    width: 100%;
	list-style: none;
}

#footer .column2 ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none !important;
}
#footer .column2 ul li {
	margin-bottom: 3px;
	color: #FEFEFE;
	text-shadow: 1px 1px 2px #010101;
	font: 13px/1.55em 'Trebuchet MS',Helvetica,Garuda,sans-serif;
}
#footer .column2 a {
	color: #E6E1A8 ;
  	line-height: 18px;
  	text-decoration: none;
  	font-size: 11px;
	list-style: none;
}
#footer .column2 a:hover {
	color: #FFFFFF;
}
#powered {
	text-align: left;
	clear: both;
}

#powered {
	float: left;
}
#powered a {
	color: #E6E1A8;
}
#paymentimage {
	float: right;
}
.s_widget_holder {
margin-top: -48px;

}
#twitter a {
    color: #CCCCCC;
}
#twitter li {
    margin-bottom: 18px;
    margin-left:-38px;
    list-style: none;
}
#twitter li a {
    font-style: normal;
    font-size: 10px !important;
    white-space: nowrap;
	color: #FEFEFE;
      opacity: 0.5;
}
#twitter li span,
#twitter li span *
{
    line-height: 16px;
    font-size: 12px !important;
    font-style: italic !important;
    color: #FEFEFE;
	text-shadow: 1px 1px 2px #010101;
}
#twitter li span * {
    display: inline !important;
    margin: 0;
    padding: 0;
}
#twitter li span a {
    color: #E6E1A8;
	  opacity: 1;
}

#twitter li span a:hover {
	text-decoration: underline;
}
#twitter li span:after {
    visibility: hidden;
    content: "."
}
#twitter ul {
    margin-bottom: -20px;
}
#footer_bottom  {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 62px;
    overflow: hidden;
    float: left;
    width: 100%;
	-pie-background:rgba(0, 0, 0, .2);
	behavior: url(catalog/view/theme/benetton/stylesheet/PIE.php);
}
#footer_container {
    margin: 0 auto;
    overflow: hidden;
    padding: 15px 0 0;
    position: relative;
    text-align: center;
    width: 954px;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
}
.banner div img {
	margin-bottom: 20px;
}

/* header banner */
#banner-wrapper {
	width: 985px;
	padding-left: 24px;
	margin-bottom: 30px;
	float: left;
	
}
.banner_4 div {
	text-align: center;
	display: inline-block;
	background: url("../image/banner4_shadow.png") no-repeat scroll center bottom transparent;
    width: 300px;
	margin-right: 15.6px;
	padding: 0 0 2px 0px;
	float: left;
}
.banner_4 div img {
	display: inline-block;
	border: 1px solid #DADADA;
	background: #FEFEFE;
	padding: 3px;
}
.banner_4 div img:hover {
	opacity: 0.8;
}

.banner_6 div {
	text-align: center;
	display: inline-block;
	margin-right: 31px;
}
.banner_6 div img {
	width: 438px;
	display: inline-block;
	border: 1px solid #DADADA;
	padding: 4px;
	background: #F8F8F8;
}
.banner_6 div img:hover {
	opacity: 0.8;
}

.banner_12 div img {
	width: 920px;
	display: inline-block;
	border: 1px solid #DADADA;
	padding: 4px;
	background: #F8F8F8;
}
.banner_12 div img:hover {
	opacity: 0.8;
}

/* SIDE BAR CART */
#column-right {
	position: relative;
	height: 100%;
}
#module_cart {
	float: left;
	width: 243px;
	margin-bottom: 30px;
}
#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: 10px;
    width: 90%;
}
#module_cart .cart td {
    color: #191919;
    padding: 2px 3px;
	padding-bottom: 5px;
    vertical-align: top;
}
#module_cart .cart a {
	color: #191919;
}
#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;
	margin-right: 21px;
}
#module_cart table.total td {
    color: #000000;
}
#module_cart .checkout {
    clear: both;
    text-align: right;
	margin-right: 21px;
}
#module_cart .empty {
    text-align: left;
	margin-left: 20px;
}

#top {
    padding:10px;
	margin:0 0 15px;
	position:relative;
	z-index:4;
	background:#212121;
	background:rgba(0, 0, 0, .3);
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-pie-background:rgba(0, 0, 0, .3);
	behavior: url(catalog/view/theme/benetton/stylesheet/PIE.php);
}

/* NIVO SLIDER AREA */
#slider {
	background:url(image/loader.gif) 50% 52% no-repeat;
	list-style:none;
	width:960px;
	height:400px;
	padding:0;
	margin:0;
	position:relative;
	overflow:hidden;
}
.nivoSlider {
	position: relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display: none;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
	display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/* slider theme */
.slideshow {
	margin-bottom: 20px;
	position: relative;
	background: url('../image/loader.gif') 50% 52% no-repeat;
}
.slideshow a {
	border: 0;
	display: block;
}
.nivo-controlNav {
	position: absolute;
	right: 10px;
	text-align: center;
	z-index: 99;
}
.nivo-controlNav a {
	vertical-align: top;
	display: block;
	width: 22px;
	height: 22px;
	background: url('../image/bullets.png') no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url('../image/arrows.png') no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
.nivo-caption {
	text-shadow:none;
	font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
	color:#efe9d1;
	text-decoration:underline;
}

.controlnav-thumbs .nivoSlider {
    margin-bottom:55px; /* Tweak this to push content down */
}
.controlnav-thumbs .nivo-controlNav {
	position:absolute;
	left: 0px;
	right: 0px;
	bottom:-59px; /* Tweak this to push thumbnails down */
    margin:0;
	text-align: center;
}
.controlnav-thumbs .nivo-controlNav a {
	display:inline;
	background:none;
	text-indent:0px;
	border:0;
	margin-right:10px;
	float:none;
}
.controlnav-thumbs .nivo-controlNav a.active img {
	opacity: 1;
}
.controlnav-thumbs .nivo-controlNav img {
	display:inline;
	position:relative;
	cursor:pointer;
	border: 1px solid #010101;
	opacity: 0.5;
}
.controlnav-thumbs .nivo-controlNav img:hover {
	opacity: 1;
}

/* COIN SLIDER AREA */


.coin-slider { 
	overflow: hidden; 
	zoom: 1; 
	position: relative;
	background: url('../image/loader.gif') 50% 52% no-repeat;	
}
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons {  line-height: normal;
    padding: 10px 0 0;
    text-align: center;}
.cs-buttons a {  
	background: url("../image/slider.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 17px;
    margin-left: 5px;
    text-indent: -9999px;
    width: 17px;
}
.cs-buttons a.cs-active {
	background: url("../image/slider_sel.png") no-repeat scroll 0 0 transparent;
}
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }

.cs-title { width: 545px; padding: 10px; background-color: #000000; color: #FFFFFF; }


.cs-title {
	background-color:#010101;
	color:#fefefe;
	width:940px;
	padding:10px;
	position:relative;
	overflow:hidden;
}

.cs-prev, .cs-next {
	display:block;
	width:64px;
	height:54px;
	top:45%;
	text-indent:-9999px;
}

.cs-prev {background:url('../image/btnPrevious.png') 0 0 no-repeat;}

.cs-next {background:url('../image/btnNext.png') 0 0 no-repeat;}

.soldout {	position:absolute;}a.zero_button {	display: inline-block;	padding-left: 6px;	background: url('../image/zero-left.png') top left no-repeat;	text-decoration: none;	cursor: default;}a.zero_button span {	color: #FFFFFF;	line-height: 12px;	font-size: 12px;	font-weight: bold;	display: inline-block;	padding: 6px 12px 8px 5px;	background: url('../image/zero-right.png') top right no-repeat;}.compare-info div {	width: 90px;	margin: auto;}

.product-info .yousave {
	color: green;
}