@import url('reset.css');
/* layout */
* {
	margin: 0;
}
html, body {
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background:url(../image/wrapperBg.png) repeat-x bottom;
	min-width:1100px;
}

#headerContainer {
	width:100%;
	background:#fff;
	min-width:1100px;
	
}
#menu {
	width:100%;
	height:auto;
	background:#404040;
	border-top:#404040 solid 1px;
	
}
.menu { 
	width:1100px;
	height:auto;
	margin:0 auto;
}
#contentContainer {
	width:100%;
	height:auto;
	margin:0 auto;
	min-width:1100px;
}
#footerContainer {
	width:100%;
	border-top:#ccc solid 2px;
	margin-top:8px;
	background:#ededed;
	min-width:1100px
}
#push {
	width:100%;
}
.clearfloat {
	clear:both;
}
#sh {
	width:1100px;
	height:10px;
	margin:0 auto;
	background:url('../image/sh.png');
}
strong {
	font-weight:bold;
}
/* header */
#header {
	margin:0 auto;
	width:1100px;
	height:auto;
}
#logo {
	float: left;
	color:#fff;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	height:auto;
	min-height:80px;
	margin:10px 5px 10px 0;
}
#links {
	float: right;
	text-align:right;
	width:330px;
	color:#fff;
}
.topLinks a {
	line-height:30px;
	height:30px;
	margin-left:10px;
	color:#fff;
	text-decoration:none;
	font-size:11px;
	text-transform:uppercase;
}
.topMenu {
	width:500px;
}
.topMenu a {
	float: left;
	min-width: 100px;
	padding:0 5px;
	height: 32px;
	line-height:32px;
	background:#404040;	
	text-align: center;
	color:#fff;
	text-decoration: none;
	font-size: 12px;
	position: relative;
	border-right:#000 solid 1px;
	border-left:#6e6e6e solid 1px;
	text-transform:uppercase;
	font-weight:bold;
}
.topMenu a.selected {
	background:#ededed url('../image/tab_1.png');
	background-repeat:repeat-x;
	color:#fff;
}
.topMenu a.selected:hover {
	background:#ededed url('../image/tab_1.png');
	background-repeat:repeat-x;
	color:#fff}
.topMenu a:hover {
	background:#000;
	color:#fff;
}

#search{
	background:url(../image/searchBg.png) repeat-x;
	width:300px;
	height:32px;
	float:right;
}

#leftSearch {
	width:16px;
	height:32px;
	background:url(../image/leftSearch.png) no-repeat left center;
	float:left;
}
#rightSearch {
	background:url(../image/rightSearch.png) no-repeat right center;
	width:28px;
	height:32px;
	float:right;
	border:none;
}
.searchInput {
	border:none;
	margin-top:8px;
	float:left;
	width:250px;
}
.topBreadcrumb {
	width:100%;
	height:auto;
	margin:0 auto;
	background:#ededed;
	border-bottom:#ccc solid 1px;
	border-top:#fff solid 1px;
}

#breadcrumb {
	width:1100px;
	margin:0 auto;
	height:32px;
}
.breadcrumb {
	width:650px;
	height:32px;
	float:left;
}
.breadcrumb a {
	color: #333;
	line-height:32px;
	padding:0 20px 0 0;
	background:url(../image/arrow_down_red.png) right center no-repeat;
}
.breadcrumb a:hover {
	color:#fff}


#currencies {
	float:right;
	width:290px;
}
.switcher {
	float: right;	
	margin-top: 10px;
	margin-left:5px;
	text-align:left;
}
.switcher a {
	text-decoration: none;
	display: block;
}

.switcher .selected a {
	border:#6e6e6e solid 1px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	background:#404040 url('../image/arrow_down.png') 100px center no-repeat;	
	color:#fff;
	padding: 3px 5px;
	width: 100px;
	cursor:default;
}
.switcher .selected a:hover {
	background:#fff;
	background: url('../image/arrow_down.png') 100px center no-repeat;
	
}
.switcher .option {	
	position: absolute;
	z-index: 3;
	background-color:#ededed;
	display: none;
	width: 111px;
}
.switcher .option a {
	color:#fff;
	padding: 3px 5px 3px 5px;
	border-bottom:#ccc solid 1px;
	cursor:default;
}
.switcher .option a:hover {
	background:#ccc;
}
.switcher img {
	position: relative;
	top: 1px;
}

/* page */
#container {
	width: 1100px;
	margin:0 auto;
	text-align: left;
}
#column_left {
	float: left;
	width: 180px;
	margin-right: 10px;
	clear: left;
}
#column_right {
	float: right;
	width: 180px;
	margin-left: 10px;
	clear: right;
}
#content {
	width:718px;
	float:left;
	border:#ddd solid 1px;
	background:#fff;
}


.box {
border: 1px solid #ddd;
margin-bottom:5px;
background-color:#fff;
}
.top {
	padding: 0 0 0 7px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background:#ddd url('../image/tab.png');
	background-repeat:repeat-x;
	color:#000;
	height:32px;
	line-height:32px;
    border-bottom:#ededed solid 1px;
}


.success {
	padding: 5px 0px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
.button  {
	padding:4px 10px;
    background:#ddd url(../image/hi.png) repeat-x top;
	color:#000;
	border:#aaa solid 1px ;
	border-top:#ddd solid 1px;
    border-left:#ddd solid 1px;
    display:inline-block;
}
.button:hover{
	background:#ffb400 url(../image/hi.png) repeat-x top;
	color:#000;
	border:#e48900 solid 1px;
    border-top:#fc0 solid 1px;
    border-left:#fc0 solid 1px;
}
.buttons {
	background:#ededed;
	padding: 5px;
	text-align:right;
	margin-bottom:5px;
	
}

.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.content {
	background:#ededed;
	border-bottom:#ccc solid 1px;
	padding: 10px;
}
.list {
	width: 100%;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
.sort {
	background:#ededed;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	background:#ededed;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #ccc;
	padding: 4px 7px;
	text-decoration: none;
	color: #000;
}
.pagination .links b {
	border: 1px solid #ccc;
	padding: 4px 7px;
	text-decoration: none;
	color: #000;
	background: #fff;
}
.pagination .results {
	float: right;
}
.tabs {
	width: 100%;
	height: 31px;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #fff url('../image/tab_3.png') repeat-x;
	color: #000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #fff url('../image/tab_3.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.tab_page {
	border: 1px solid #ccc;
	background: #fff;
	padding: 10px;
	display: block;
	z-index: 2;
}
/* footer */
#footer {
	width:1100px;
	height:auto;
	margin:0 auto;
	padding:10px 0;
	color:#000;
}
#footer a {
	color:#000;
	text-decoration:none;
}
#footer_menu {
	width:100%;
    height:auto;
    line-height:25px;
    border-bottom:#ccc solid 1px;
    text-align:center;
    margin-bottom:10px;
    padding-bottom:10px;
    }
.footer_menu {
    padding:0 20px;
    font-weight: bold;
	text-transform: uppercase;
    }
/*cart*/
.cart {
	width: 100%;
}

.tags, .tags a {
	font-style: italic;
	font-size: x-small;
}
.middle {
	padding: 5px;
}
.cart_module_total {
	padding: 0 3px 0 3px;
	font-size: 11px; 
	color:#000;
	line-height:18px;
}
.cart_remove {
	margin-top: 3px;
	background: url('../image/list_remove_btn.gif') no-repeat left center transparent;
	padding-right:10px;
	cursor:pointer;
}
.cart_remove_loading {
	margin-top: 3px;
	background: url('../image/ajax_load.gif') no-repeat transparent;
	padding-right:10px;
}

/*menu category*/
#category ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style:none;
	padding:0px;
	margin:0px;
}
#category a:hover {
	background-color:#404040;
	color:#ededed;
	background-image: url(../image/arrow_down_white.png);
	background-position:right center;
	background-repeat:no-repeat;
}
.first {
	  background:#f6f6f6;
	  color:#000;
	  line-height:30px;
	  display:block;
	  padding:0 0 0 10px;
	  text-decoration:none;
	  border-top:#ddd solid 1px;
	  border-bottom:#fff solid 1px;
  }
  .second {
	  background:#f3f3f3;
	  color:#000;
	  line-height:30px;
	  border-bottom:#fff dotted 1px;
	  display:block;
	  padding:0 0 0 15px;
	  text-decoration:none;
  }
  .third {
	  background:#f0f0f0;
	  color:#000;
	  line-height:30px;
	  border-bottom:#fff solid 1px;
	  display:block;
	  padding:0 0 0 20px;
	  text-decoration:none;
  }
.active {background:#fff;
color:#ededed;
}
/*end menu*/

/*latest prod list*/
.prodList {
	float:left;
	width:332px;
	background: #fff url(../image/boxBg.png) repeat-x bottom;
	padding:5px;
	margin:5px 0 5px 10px;
	border: #ededed solid 1px;
	border-bottom:#ccc solid 1px;
	border-right:#ccc solid 1px;
}
.prodImg {
	float:left;
	border:none;
}
.prodDesc {
	float:left;
	margin-left:10px;
	width:202px;
	height:130px;
	max-height:130px;
	position:relative;
}
a.titleLink {
	color:#404040;
	text-transform:uppercase;
	text-decoration:none;
    font-weight: bold;
}
/*end latest prod list*/
.listProd {
	line-height:25px;
	height:25px;
	border-bottom:#ddd solid 1px;
}
/*carousel*/
.list_carousel {
	width: 708px;
	padding:10px 0 10px 10px;
	height:132px;
	position:relative
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	width: 332px;
	height: 120px;
	max-height:120px;
	padding: 0;
	margin-right:10px;
	display: block;
	float: left;
	background:#fff;
	background:url(../image/boxBg.png) repeat-x bottom;
	padding:5px;
	border:#ededed solid 1px;
	border-bottom:#ccc solid 1px;
	border-right:#ccc solid 1px;
}
.clearfix {
	float: none;
	clear: both;
}
#prev1 {
	position:absolute;
	width:30px;
	height:120px;
	left:5px;
	top:10px;
	background:url(../image/prevblack.png) left center no-repeat;
	visibility: hidden;
}
#next1{
	position:absolute;
	right:5px;
	top:10px;
	width:25px;
	height:120px;
	background:url(../image/nextblack.png) right center no-repeat;
	visibility:hidden
}
.specialImgDiv {
	float:left;
	width:120px;
	height:120px;
	background:#fff;
	text-align:center;
	vertical-align: middle;
}
.specialImg {
	width:110px;
	height:auto;
	max-height:110px;
	overflow:hidden;
}

.specialText {
	float:left;
	margin-left:10px;
	width:202px;
	height:120px;
	position:relative;
}
.specialName a{
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
.specialPrice {
	position:absolute;
	top:30px;
	right:4px;
	text-align:right;
}
.specialOldPrice {
	color:#ccc;
	text-decoration:line-through;
}
.specialNewPrice {
	color:#fff;
	font-size:18px;
	letter-spacing:-1px;
	font-weight:bold;
}
.specialTitle {
	text-align:right;
	color:#404040;
	text-transform:uppercase;
	font-weight:bold
}
.divBtn {
	position:absolute;
	right:3px;
	bottom:5px;
	width:auto;
	height:auto;
}

.cartIco {
	padding:8px;
    background:url(../image/cart.png) no-repeat right center;
    }	
 a.go { 
	padding:4px 10px;
	background:#d00 url(../image/hi.png) repeat-x top;
	color:#fff;
	border:#900 solid 1px;
    border-top:#f00000 solid 1px;
    border-left:#f00000 solid 1px;
    display:inline-block;
}
 a.go:hover { 
	background:#ddd url(../image/hi.png) repeat-x top;
	color:#000;
	border:#aaa solid 1px;
    border-top:#ddd solid 1px;
    border-left:#ddd solid 1px;
    display:inline-block;
}
/*left right*/
.list_carousel_lr {
	width: 180px;
	padding:0px;
	height:240px;
	text-align:center;
}
.list_carousel_lr ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel_lr li {
	width: 168px;
	height: 228px;
	max-height:228px;
	display: block;
	float: left;
	background:#fff;
	background:url(../image/boxBg.png) repeat-x bottom;
	padding:5px;
	position:relative;
	margin:0px;
}
.divBtn_lr {
	position:absolute;
	bottom:10px;
	width:167px;
	height:auto;
	text-align:center;
	left:0;
	bottom:10px;
}
/*manufacturer*/
#manufact {
	height:96px;
}
.manufact:hover{
	width:168px;
	height:25px;
	background:url(../image/nextvh.png) bottom center no-repeat;
}
.OldPrice {
	color:#ccc;
	text-decoration:line-through;
}
.NewPrice {
	color:#000;
	font-weight:bold;
}
