html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}

@font-face { font-family: 'trajan'; src: url("fonts/trajan_pro_regular-webfont.eot"); src: url("fonts/trajan_pro_regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/trajan_pro_regular-webfont.woff") format("woff"), url("fonts/trajan_pro_regular-webfont.ttf") format("truetype"), url("fonts/trajan_pro_regular-webfont.svg#TrajanProRegular") format("svg"); font-weight: normal; font-style: normal; }
body {
	background: #E6E6E6;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	margin:0 !important; 
	padding:0 !important;
	padding-top: 20px;
}
body, td, th, input, textarea, select, a {
	font-size: 14px;
}
.welcome {
	padding: 0px;
}
.welcome p{
	padding: 10px;
}

h1 {
	color: #636E75;
	font-family: 'Open Sans', sans-serif;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #666;
	text-decoration: underline;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out; 
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out; 
	transition: all 0.4s ease-in-out;
}
a:hover {
	color: #111;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out; 
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out; 
	transition: all 0.4s ease-in-out;
}
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 */
.padding20 {
	padding: 20px;
}
.buyTheme a:hover {
	background: #F61176 !important;
}
#bodyClass {
	background: url('../image/body_bg5.gif');
}
#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-top: 10px;
	background: #fff;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.2);
}
#headercontainer {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url('../image/body_bg5.gif');
}
#column-left {
	margin-top: -10px;
	float: left;
	width: 180px;
}
#column-right {
	margin-top: -10px;
	float: right;
	width: 180px;
}
#content {
	margin-top: -10px;
	min-height: 400px;
	margin-bottom: 30px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 180px;
}
#column-right + #content {
	margin-right: 180px;
}
/* header */
#header {
	width: 960px;
	height: 110px;
	margin: 0 auto;
	padding-bottom: 10px;
	position: relative;
	z-index: 99;
}
#header #logo {
	position: absolute;
	left: 0px;
}
#header #logo img {
	/*
	margin-top:10px;
	*/
}
#header #topcart {
	margin-top:10px;
}
#language {
	float: right;
	min-width: 75px;
	padding: 10px 0px 5px 0px;
	z-index: 1;
	/* background: #111; */
	height: 25px;
	padding-left: 15px;
}
#language div {
	float:left;
	color:#000;
	margin-top:2px;
	text-transform:uppercase;
	cursor: hand; cursor: pointer;
}
#language img {
	cursor: pointer;
	margin: 2px;
	padding:1px;
}
div.top_right {
	float: right;
	min-width: 30px;
	padding: 10px 2px 5px 1px;
	z-index: 1;
	height: 25px;
}
.top_right div {
	float:left;
	color:#000;
	padding-right:2px;
	margin-top:2px;
	text-transform:uppercase;
	cursor: hand; cursor: pointer;
}
.top_right div a, .top_right div a:hover {
	color:#000;
	text-decoration:none;
}
#currency {
	float: right;
	padding: 10px 10px 5px 10px;
	z-index: 1;
	background: #111;
	height: 25px;
}
#currency a {
	display: inline-block;
	padding: 2px 4px;
	color: #fff;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #fff;
	text-decoration: none;
}
#header #cart {
	float:right;
	z-index: 9;
}
#header #cart .heading {
	font-family: Tahoma;
	float: right;
	padding: 12px 10px 0px 10px;
	position: relative;
	z-index: 1;
	height: 25px;
	padding-left: 10px;
}
#header #cart .heading a img.cart {
	margin-right:10px;
}
#header #cart .heading h4 {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
	display: none;
}
#header #cart .heading a {
	color: #000;
	text-decoration: none;

}
#header #cart .heading a span {

}
#header #cart .content {
	clear: both;
	display: none;
	position: absolute;
	right: 0px;
	padding: 8px;
	min-height: 90px;
	min-width: 200px;
	background: #D1D1D1;
	z-index: 9;
	border-top: 3px solid #B0B0B0;
	color: #000;
}
#header #cart.active .heading {
	
}
#header #cart.active .content {
	display: block;
	margin-top: 35px;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
	
}
.mini-cart-info td {
	color: #000;
	font-weight:bold;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #666;
}
.mini-cart-info .image {
	/*
	width: 1px;
	*/
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
.mini-cart-info .name a {
	color: #000;
	font-weight:bold;
	text-decoration: none;
}
.mini-cart-info .name small {
	color: #000;
	font-weight:bold;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #000;
	font-weight:bold;
	padding: 4px;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #search {
	position: absolute;
	top: 44px;
	right: 5px;
	width: 206px;
	z-index: 8;
}
#header .button-search {
	position: absolute;
	left: 175px;
	background: url('../image/search-icon.png') center center no-repeat;
	width: 40px;
	height: 23px;
	cursor: pointer;
}
#header #search input {
	background: #FFF;
	padding: 2px 26px 1px 10px;
	width: 170px;
	height: 19px;
	color: #000;
	
	box-shadow:0px 0px -3px 7px rgba(209,209,209,.5);
	-webkit-box-shadow:0px 0px -3px 7px rgba(209,209,209,.5);
	-moz-box-shadow:0px 0px -3px 7px rgba(209,209,209,.5);

}
#dropdrownmenu {
	z-index: 5;
	margin:0 auto;
}
#header #welcome {
	position: absolute;
	top: 47px;
	right: 0px;
	z-index: 5;
	/*
	width: 298px;
	*/
	text-align: right;
	color: #999999;
}
#header .links {
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 10px;
	padding-left: 20px;
	height: 32px;
}
#header .links a {
	float: left;
	display: block;
	padding: 7px 0px 0px 7px;
	color: #333;
	text-decoration: none;
	font-size: 12px;
}
#header .links a + a {
	margin-left: 8px;
}
/* menu */
#menu {
	width: 960px;
	margin:0 auto;
	background: #D9D9D9;
	height: 60px;
	box-shadow:2px 5px 8px rgba(0,0,0,0.3);
	-webkit-box-shadow:2px 5px 8px rgba(0,0,0,0.3);
	-moz-box-shadow:2px 5px 8px rgba(0,0,0,0.3);
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li::before {
	background-image: url("../image/bullet.png");
	background-repeat: no-repeat;
	
	height: 11px;
	width: 10px;
	text-indent: -9999px;
	content: "";
	float: left;
	margin: 28px -18px 0;
}
#menu > ul > li:first-child::before {
content: none;
display: none;
}
#menu > ul > li {
	
	position: relative;
	float: left;
	display:block;
	padding-left:40px;
	z-index: 20;
}
#menu > ul > li:hover {
}
#menu > ul > li > a span {
	font-size:18px;
}

#menu > ul > li > a {
	font: 15px/37px trajan, serif;
	/* font-family: 'Open Sans', sans-serif; */
	
	text-transform:uppercase;
	color: #5F5E5C;
	line-height: 50px;
	text-decoration: none;
	display: block;
	padding: 7px 10px 6px 10px;
	z-index: 6;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out; 
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out; 
	transition: all 0.4s ease-in-out;
	
}
#menu > ul > li:hover > a {
	background: #C0C0C0;
	-webkit-transition: all 0.4s ease-in-out; 
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out; 
	transition: all 0.4s ease-in-out;
}
#menu > ul > li > div {
	display: none;
	position: absolute;
	z-index: 5;
	padding:20px;
	background:#D9D9D9;
	border-top:3px solid #C0C0C0; 
	border-left:1px solid #C0C0C0; 
	border-right:1px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;

}
#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: #333333;
	display: block;
	white-space: nowrap; 
	min-width:200px; 
	line-height: 25px;
	-webkit-transition: all 0.4s ease-in-out; 
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out; 
	transition: all 0.4s ease-in-out;
}
#menu > ul > li ul > li > a:hover {
	background: #D9D9D9;
	-webkit-transition: all 0.4s ease-in-out; 
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out; 
	transition: all 0.4s ease-in-out;
}
#menu > ul > li > div > ul > li > a {
	color: #333333;
}
.success, .warning, .attention, .information {
	position:fixed; z-index:2000;
	right:0;
	top:25px;
	width: 200px;
	padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.success {
		color: #468847;
	  background-color: #dff0d8;
	  border-color: #d6e9c6;
}
.warning {
	color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.attention {
	color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.success .close, .warning .close, .attention .close, .information .close {
	position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
	vertical-align: middle;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
table.radio label {
	width: 100%;
	height: 15px;
	display: inline-block;
}
.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
	margin-left: 10px;
}
.pagination .links a:first-child {
	border-left: 1px solid #ddd;
}
.pagination .links a {
	float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.pagination .links b {
	float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  background: #ddd;
  color: #999999;
  cursor: default;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
.buttons {
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.tab-content {
	padding: 10px;
}
#container .content-heading {
	padding: 8px 10px 7px 10px;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	text-align: left;
	background: url(../image/heading-ruler.png) 0px 13px repeat-x; 
}
#container .content-heading span{
	background:#fff; padding:0px 5px;
}
/* box */
.box {
	
}
.box .box-heading {
	padding: 8px 10px 7px 10px;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	text-align: center;
	background: url(../image/heading-ruler.png) 0px 13px repeat-x; 
}
.box .box-heading span { background:#fff; padding:0px 10px; }

.box .box-content {
	padding: 0px 10px;
	text-align: center; 
}

#column-left + #column-right + #content, #column-left + #content {
	margin-left: 180px;
}
#column-left .box .box-heading span { background:#fff; padding:0px 5px; }
#column-right .box .box-heading span { background:#fff; padding:0px 5px; }
#column-left .box-heading{
	padding: 8px 5px 7px 5px;
	font-size: 13px;
	text-align: left !important;
	margin-right: 10px;
}
#column-right .box-heading{
	padding: 8px 5px 7px 5px;
	font-size: 13px;
	text-align: left !important;
	margin-left: 10px;
}
#column-right .box .box-content, #column-left .box .box-content{
	background: #fff;
}

.box .box-content ul {
	text-align: left !important; 
}
.box .box-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left !important;
}
.box .box-content > ul > li {
	padding: 5px 5px 5px 0px;
}
.box .box-content > ul > li + li {
	border-top: 1px solid #EEEEEE;
}
.box .box-content > ul > li > a {
	text-decoration: none;
	color: #777 !important;
	padding-left: 10px;
}
.box .box-content > ul > li {
	text-decoration: none;
	color: #777 !important;
	padding-left: 5px;
}
.box .box-content > ul > li > a:hover {
	color: #333 !important;
}
.box .box-content > ul > li a.active {
	font-weight: bold;
}

/* box products */
.box-product {
	width: 100%;
	overflow: hidden;
	padding-top: 10px;
	text-align: center !important;
}
.box-product > div {
	display: inline-block;
	vertical-align: top;
	position:relative;
	margin: 8px 10px 15px 8px; 
	padding:10px;
	border:1px solid #ddd;
	background:#f1f1f1;
	padding:4px;
	padding-bottom: 20px;
}

.box-product > div div.name {
	width:200px;
}

#column-left + #column-right + #content .box-product > div {
	
}
#column-left .box-product, #column-right .box-product{
	margin: 0;
}
#column-left .box-product > div, #column-right .box-product > div {
	float: left;
	vertical-align: top;
	margin: 0 15px 0px 0;
	border: 1px solid #e2e2e2;
	position: relative;
	background: none;
	border: none;
	text-align: left;
	width: 100%;
}
#column-left .box-product .image, #column-right .box-product .image{
	float: left;
	margin-right: 5px;
}
#column-left .box-product .image img, #column-right .box-product .image img{
	background:#fff;
	border: 1px solid #e2e2e2;
}
#column-left .box-product .cart, #column-right .box-product .cart  {
	display: none;
}
#column-left .box-product .name a, #column-right .box-product .name a {
	font-size: 11px;
	font-weight: normal;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	background:#fff;
}

.shadow-size2{
	position: absolute; 
	left: 0;
	bottom:-13px; 
	width:200px;
	height:14px;
	background:url('../image/shadow_size2.png') 0 0 no-repeat;
	}
.shadow-size3{
	position: absolute; 
	left: 0;
	bottom:-13px; 
	width:160px;
	height:14px;
	background:url('../image/shadow_size3.png') 0 0 no-repeat;
	}
.box-product .name a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.box-product .price {
	display: block;
	color: #333333;
	margin-bottom: 4px;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
.box-category {
	margin-top: -5px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	padding: 8px 8px 8px 0px;
}
.box-category > ul > li + li {
	border-top: 1px solid #EEEEEE;
}
.box-category > ul > li > a {
	text-decoration: none;
	color: #333;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	font-weight: bold;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0px 10px;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
	color: #333;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
}
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	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;
	background: url(../image/category_bg.png) bottom left repeat-x;
	background: url(../image/category_bg.png) bottom left repeat-x;
	background-color: #E7E7E7;
	padding-bottom: 20px;
	*/
}
.category-info .top {
	/*
	background: url(../image/category_bg.png) top left repeat-x;
	padding: 20px;
	*/
}
.category-info p {
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	text-align: justify;
}
.category-info .image {
	float: left;
	padding: 4px 4px 2px 4px;
	margin-right: 2px;
	background: #f1f1f1;
}
.category-list {
	display:block;
	overflow: auto;
	margin-bottom: 20px;
	padding-left: 0px;
}
.category-list ul {
	float: left;
	width:370px;
	list-style: none;
}
.category-list ul li {
	float: left;
	width: 165px;
	
	
	padding-bottom: 5px;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 5px;
	overflow: auto;
}
.product-filter .displayText{
	display: none;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .gridList {
	display: inline-block;
	height: 24px;
	width: 33px;
	background:url('../image/viewType.png') left 0px;
}
.product-filter .gridListActive {
	display: inline-block;
	height: 24px;
	width: 33px;
	background:url('../image/viewType.png') left 26px;
}
.product-filter .listView {
	display: inline-block;
	height: 24px;
	width: 33px;
	background:url('../image/viewType.png') right 0px;
}
.product-filter .listViewActive {
	display: inline-block;
	height: 24px;
	width: 33px;
	background:url('../image/viewType.png') right 26px;
}
.product-filter .sort {
	float: right;
	color: #333;
}
div.sort b {
	float: left;
	margin-top: 4px;
	margin-right:4px;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
div.limit b {
	float: left;
	margin-top: 4px;
	margin-right:4px;
}
.product-compare {
	float: left;
	margin-top: 10px; 
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list  {
	padding: 18px 19px 15px 8px;
	text-align: left !important;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
	vertical-align: top;
	padding:10px;
	border:1px solid #ddd;
	background:#f1f1f1;
	padding:4px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	color: #333333;
	font-size: 12px;
	display: block;
}
.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: #333333;
	text-decoration: none;
	display: block;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	display: block;
}
.product-grid {
	width: 100%;
	overflow: hidden;
	padding-top: 10px;
	text-align: left !important;
	
}
.product-list-container {
	text-align: center !important;
}
.product-grid > div {
	display: inline-block;
	vertical-align: top;
	position:relative;
	margin: 8px 10px 15px 8px; 
	padding:10px;
	border:1px solid #ddd;
	background:#f1f1f1;
	padding:4px;
	padding-bottom: 20px;
	width: 160px;
	text-align: center !important;
}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	background:#fff;
}
.product-grid .name a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	color: #333333;
	margin-bottom: 4px;
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	display: block;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	display: block;
}
/* Product */
.product-info {
	overflow: hidden;
	margin-bottom: 20px;
}
.product-info  h1{
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 310px;
}
.product-info .image {
	float: left;
	margin-bottom: 20px;
	text-align: center;
}
.product-info .image-additional {
	width: 300px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	padding: 1px;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 11px;
	margin-bottom: 11px;
}
.product-info .description {
	border-bottom: 1px solid #E7E7E7;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
}
.product-info .description span {

}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
.product-info .price {
	overflow: auto;
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
.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 #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #000000;
	font-size: 12px;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 20px;
	color: #4D4D4D;
	overflow: auto;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart div span {
	float: left;
	display: block;
	margin-top: 4px;
	margin-right: 4px;
}
/*
.product-info .cart div > span {
	padding-top: 7px;
	
	color: #999;
}
*/
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.product-info .review {
	color: #4D4D4D;
	border: 1px solid #E7E7E7;
	margin-bottom: 10px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}
.product-info .review > div > span {

}
.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;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}

.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}

.cart-module > div {
	display: none;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 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;
}

.contact-info {
	overflow: auto;
}
.contact-info div.content {
	margin-bottom:1px !important;
}
.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%;
}


/* COLORCHANGER
*/
.colorchanger { position:fixed; z-index:2000; }
.colorchanger .left {float: left;}
.colorchanger .right {float: right;}
.side-colorchanger { width:250px; }
.left-colorchanger {
	left:-252px;
	top:190px;
}


.side-colorchanger-title {
	position:absolute;
	top:10px;
	width:45px;
	min-height:40px;
	cursor:pointer; 
}
.left-colorchanger .side-colorchanger-title { right:-45px; }

.colorchanger-content { min-height:30px; -moz-box-shadow:1px 1px 5px rgba(0,0,0, 0.2);
	-webkit-box-shadow:1px 1px 5px rgba(0,0,0, 0.2);
	box-shadow:1px 1px 5px rgba(0,0,0, 0.2);}
.colorchanger-content .custom-content {
	padding:15px;
	background-color:#fff;
}
.colorchanger-content .custom-content .heading { margin:10px 0; }


/* footer */ 
#footercontainer {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #E6E6E6;
	z-index: -1;
	color: #333;
}
#footer {
	clear: both;
	overflow: hidden;
	width: 920px;
	margin: 0 auto;
	min-height: 100px;
	padding: 20px;
	background: #E6E6E6;
}
#footer h3 {
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase; 
	color: #666;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#footer h3 span {
	font-size:16px;
}
#footer .column {
	float: left;
	width: 25%;
	min-height: 100px;
}
#footer .separator {
	float: left;
	width: 100%;
	padding-top:10px;
}
#footer .sucursales {
	float: left;
	width: 100%;
	min-height: 200px;
}
#footer .sucursales h3 {
	margin:0 auto;
	text-align:center;
}

.sucursales .box-heading {
	padding: 8px 10px 7px 10px;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	text-align: center;
	background: url(../image/heading-ruler2.png) 0px 13px repeat-x; 
}
.sucursales .box-heading span { background:#E6E6E6; padding:0px 10px; }

.sucursales .box-content {
	padding: 0px 10px;
	text-align: center; 
}


#footer .sucursales ul {
	list-style:none;
	margin:0;
	padding:0;
}
#footer .sucursales ul li.places {
	background:url(../image/location-icon.png) no-repeat;
	background-position: 10px 18px;
}
#footer .sucursales ul > li {
	float:left;
	width:33%;
	text-align:center;
}
#footer .sucursales ul > li h4 {
	font-size:18px;
	margin-bottom:10px;
}
#footer .sucursales ul li.places img {
	
}
#footer .column-last {
	float: left;
	width: 20%;
	min-height: 100px;
}
#footer .column-last ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer .column-last img {
	margin-right: 7px;
}
#footer .column-last > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	margin-bottom: 10px;
	width: 275px;
}

#footer .column-last > ul > li.fphone {
	margin-left:25px;
}

#footer .column ul, .footerAccCnt ul{
	list-style: none;
	margin: 0;
	padding: 0;
	
}
#footer .column > ul > li, .footerAccCnt > ul > li {
	position: relative;
	float: left;
	z-index: 20;
}

#footer .column > ul > li:hover, .footerAccCnt > ul > li:hover{
}
#footer .column > ul > li > a, .footerAccCnt > ul > li > a{
	text-decoration: none;
	padding: 4px;
	color: #333333;
	display: block;
	white-space: nowrap;
	min-width:150px; 
}

#footer .column a, .footerAccCnt a {
	text-decoration: none;
	color: #000;
}
#footer .column a:hover, .footerAccCnt a:hover {
	text-decoration: underline;
}

#footer .column-last a {
	text-decoration: none;
	color: #000;
}
#footer .column-last a:hover {
	text-decoration: underline;
}
.headerAccCnt {
	background: #fff;
	z-index: 5;
	margin-bottom: -10px;
	text-align: left !important;
}
.headerAccCnt ul{
	list-style: none;
}
.footerAccBtn, .headerAccBtn, .headerAccCnt {
  display: inline-block;
  *display: inline;
  padding: 4px 0px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.footerAccBtn:hover,
.footerAccBtn:active,
.footerAccBtn.active,
.footerAccBtn.disabled,
.footerAccBtn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.footerAccBtn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.footerAccBtn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.footerAccBtn.active,
.footerAccBtn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.footerAccBtn.disabled,
.footerAccBtn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
#powered {
	padding-top: 15px;
	text-align: right;
	clear: both;
	font-size: 12px;
}
#powered a , #powered a:hover{
	color: #333;
	font-size: 12px;
}

/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}
.slideshow {
	background: url(../image/banner_bg.png.png) bottom left repeat-x;
	background: url(../image/banner_bg.png) bottom left repeat-x, url(../image/banner-textures.png) center no-repeat;
	background-color: #ccc;
	margin-bottom: 20px;
}
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


#footerManufacturers {
	width: 960px;
	background: #222222;
	margin: 0 auto;
	height: 55px;
	padding-top: 5px;
}
#footerManufacturers img{
	width: 80px;
	height: 50px;
}
#payment-new .control-label { text-align: left !important;}
#gshipping .control-label { text-align: left !important;}

/* Landscape phones and down */
  @media (max-width: 480px) { 
	body {margin:0 !important; padding:0 !important; }
	#bodyClass {padding-left: 10px; padding-right: 10px;}
	#footer { width: 100% !important; padding: 0 !important; margin: 0 !important;}
	#footerPhone { width: 100% !important; padding: 0 !important; margin: 0 !important;}
	#footercontainer { margin: 0 auto; padding-left: 10px; padding-right: 10px; }
	#footerManufacturers { display: none; }
	#footer .column { width: 100%; padding: 20px;}
	#footer .footerAccCnt li{ width: 100%;}
	#footer .column-last { width: 100%; padding: 20px;}
	#footer .column-last li{ width: 100%;}
	#header { width: 100% !important; height: 200px !important;}
	#headercontainer {margin: 0 auto; padding-left: 10px; padding-right: 10px;}
	#container { width: 100% !important;}
	#menu { width: 100% !important; margin-top: 20px;}
	#dropdrownmenu { margin:0 !important; width: 100% !important; padding: 0 !important;}
	#slideshow{ width: 100% !important; height: 100% !important; }
	#column-left, #column-right { display: none;} 
	#column-left + #column-right + #content, #column-left + #content {margin-left: 0px;}
	#column-right + #content {margin-right: 0px;}
	#topcart { width: 100% !important; background: #E7E7E7; display: block; height: 40px; text-align: center !important;}
	#header #logo { width: 100% !important; margin-top: 65px !important; text-align: center !important;}
	#header #search {left:0; width: 90% !important; margin-top: 125px !important;}
	#header .button-search { width:30px; left:0; }
	#header #search input { width: 100% !important; margin: 0 !important; padding: 1px 1px 1px 30px;}
	#header #language { display: none;}
	#header #currency { display: none;}
	#header #welcome { width: 100% !important; text-align: center !important; }
	#header .links { display: none;}
	.category-info {display: none;}
	#content {text-align: center !important; }
	.footerAccBtn  { width: 100%  !important;}
	.headerAccBtn { width: 100%  !important; line-height: 54px; }
	.headerAccCnt { width: 100%  !important; }
	.product-info { text-align: center;}
	.product-info .cart { text-align: center; }
	.product-info > .left { float: none; }
	.product-info > .left + .right { margin-left: 0px;}
	.textOr {display: none;}
	.product-info .image-additional { width: 200px;}
	.product-info textarea {width: 172px;}
	.product-grid > div { width: 190px !important;}
	.product-filter .display { display: none;}
	.product-compare { margin-bottom: 20px;}
	.product-info {text-align: center !important;}
	.product-info .image-additional img { width: 50px;}
	.product-info .image img { width: 155px;}
	.checkout-content {overflow: hidden;}
	.checkout-content .right { float: none; width: 100%;}
	.checkout-content .left { float: none; width: 100%;}
	.login-content .right { float: none; width: 100%;}
	.login-content .left { float: none; width: 100%;}
	#return-formu .right { float: none !important; width: 100% !important;}
	#return-formu .left { float: none !important; width: 100% !important;}
	input.large-field, select.large-field { width: 170px;}
	.checkout-content textarea { width: 90% !important;}
	.content {text-align: left !important;}	
	.sitemap-info {font-size: 10px; text-align: left !important; overflow: hidden;}
	.sitemap-info a {font-size: 10px; }
	label { display: initial !important;}
	span.shadow-size2 { width: 200px; background:url('../image/shadow_size2.png') 0 0 no-repeat;}
	span.shadow-size3 { width: 200px; background:url('../image/shadow_size2.png') 0 0 no-repeat;}
	.product-list { text-align: center !important;}
	.product-grid { text-align: center !important;}
	.content { text-align: center !important;}
	.footerAccCnt > ul > li.phone-social > a { display:inline; }
  }
 
  /* Landscape phone to portrait tablet */
  @media (min-width: 479px) and (max-width: 767px) { 
	body {margin:0 !important; padding:0 !important;}
	#footer { width: 480px; margin: 0 auto;}
	#footerManufacturers { width: 480px !important; margin: 0 auto;}
	#footer .colum { width: 100%;}
	#footer .footerAccCnt li{ width: 480px;}
	#header { width: 480px; height: 150px;}
	#container { width: 480px;}
	#dropdrownmenu { width: 480px !important;}
	#slideshow{ width: 480px !important; height: 210px !important; }
	#slideshow img{ width: 480px !important; height: 210px !important; }
	#column-left, #column-right { display: none;} 
	#column-left + #column-right + #content, #column-left + #content {margin-left: 0px;}
	#column-right + #content {margin-right: 0px;}
	#topcart { width: 480px; background: #E7E7E7; display: block; height: 40px; text-align: center !important; margin-top:0 !important;}
	#header #logo { width: 480px; top: 36px !important; margin-left:70px;}
	#header #logo img { width:350px; }
	#header #search {left:0; width: 445px; top: 120px !important;}
	#header .button-search { width:30px; left:0; }
	#header #search input { width: 100%; padding: 1px 1px 1px 30px;}
	#content h2 {padding: 10px;}
	.footerAccBtn  { width: 480px !important;}
	.headerAccBtn { width: 480px !important; line-height: 54px; }
	.headerAccCnt { width: 480px !important; }
	.headerAccCnt ul li a{ font-size: 18px; display: block; }
	.headerAccCnt ul li { padding: 5px 0px 5px 0px; }
	.product-grid img { width: 190px !important;}
	.product-grid > div { width: 190px !important;}
	.product-list-container { padding-left: 20px;}
	.product-info > .left { float: none; }
	.product-info > .left + .right { margin-left: 0px;}
	.product-info textarea {width: 250px;}
	.checkout-content input.large-field, select.large-field { width: 250px !important;}
	.checkout-content .right { float: none; width: 100%;}
	.checkout-content .left { float: none; width: 100%;}
	#return-formu .right { float: none !important; width: 100% !important;}
	#return-formu .left { float: none !important; width: 100% !important;}
	.checkout-content textarea { width: 90% !important;} 
	.product-filter { margin-left: 10px;}
	.product-compare { margin-top: 10px; margin-bottom: 20px;}
	.category-list {padding: 10px;}
	.return-name { float: none;	width: 100%;	margin-right: 15px; }
	.return-model { float: none;	width: 100%;	margin-right: 15px; }
	.return-quantity { float: none;	width: 100%;	margin-right: 15px; }
	.return-reason  { width: 48%;}
	.return-opened  { width: 40%;}
	span.shadow-size2 { width: 200px; background:url('../image/shadow_size2.png') 0 0 no-repeat;}
	span.shadow-size3 { width: 200px; background:url('../image/shadow_size2.png') 0 0 no-repeat;}
	#tab-related span.shadow-size3 { width: 160px !important; background:url('../image/shadow_size3.png') 0 0 no-repeat !important;}
	.footerAccCnt > ul > li.phone-social > a { display:inline; }
  }
 
  /* Portrait tablet to landscape and desktop */
  @media (min-width: 768px) and (max-width: 979px) { 
	body {margin:0 !important; padding:0 !important;}
	#footer { width: 768px; margin: 0 auto; font-size: 12px;}
	#footerManufacturers { width: 768px !important; margin: 0 auto;}
	#footer a { font-size: 12px; min-width:120px !important; line-height: 20px !important;}
	#footer h3 { font-size: 12px;}
	#header { width: 768px;}
	#container { width: 768px;}
	#menu { width: 768px; margin-bottom:20px; height:56px;}
	#menu > ul > li > a { font: 15px/37px trajan, serif; padding: 13px 1px 6px 1px; }
	#slideshow { width: 768px !important; height:336px !important;}
	#slideshow img{ width: 768px !important; height:336px !important;}
	#content .box-product img { width: 150px;}
	span.shadow-size2 { width: 160px; background:url('../image/shadow_size3.png') 0 0 no-repeat;}
	span.shadow-size3 { width: 160px; background:url('../image/shadow_size3.png') 0 0 no-repeat;}
	.product-info textarea {width: 220px;}
	#return-formu input.large-field, select.large-field  {width: 220px !important;}
	

  }
 
  /* Large desktop */
  @media (min-width: 1200px) { 
	body {margin:0 !important; padding:0 !important;}
	#footer { width: 960px; margin: 0 auto; margin-top:5px;}
	#footerManufacturers { width: 960px !important; margin: 0 auto;}
	#header { width: 960px;}
	#container { width: 960px;}
	#menu { width: 960px; margin-bottom:25px;}
	#slideshow { width: 960px !important;}
	.product-info textarea {width: 300px;}
  }

li.phone-social img {
	float:left;
	padding:10px;
}