*{
	margin:0;
	padding:0;
	
}

html{
	/*overflow: -moz-scrollbars-vertical;*/
}
body{
	font: 62.5%/1.3em Verdana, Arial, sans-serif;
	background:#FFFFFF url(../img/bg.gif) no-repeat center 0;
	color:#242424;
}
a{
	color:#009fc5;
	text-decoration:none;
}
a:hover{
}
img{
	border:0;
}
ul{
  list-style:none;
}
label{
	display:block;
	padding:14px 0 4px 0;
}
.input input, select{
	border:0;
	width:100%;
	padding:2px 2px 2px 2px;
}
textarea{
  border:0;
  width:100%;
  padding:2px 2px 2px 2px;
}
.clear{
  height:1px;
  font-size:0;
  line-height:0;
	clear:both;
}
#wrapper{
	width:860px;
	margin:0 auto;
	font-size:1.2em;
}
#logo{
  margin:55px 0 0 0;
  width:290px;
  height:110px;
  display:block;
  float:left;
}
#logo span{
  display:none;
}
#cart_info{
  float:right;
  overflow:hidden;
  width:400px;
  padding:10px 15px 10px 50px;
  background:#e0e0e0 url(../img/cart_icon.gif) no-repeat 20px 17px;
}
#cart_info .products{
  float:left;
  margin:6px 0 0 0;
}
#cart_info.yellow{
  background-color:#FFDB01;
}
#nav{
  display:block;
  float:right;
  margin:52px -5px 0 0;
}
#nav li{
  float:left;
  display:block;
  margin:0 0 0 10px;
}
#nav li a{
  float:left;
  height:72px;
  display:block;
}
#nav li a span{
  display:none;
}
#nav_all{
  width:94px;
  background:transparent url(../img/all_up.gif) no-repeat 0 0;
}
#nav_all.selected{background:transparent url(../img/all_down.gif) no-repeat 0 0;}

#nav_men{
  width:94px;
  background:transparent url(../img/men_up.gif) no-repeat 0 0;
}
#nav_men.selected{background:transparent url(../img/men_down.gif) no-repeat 0 0;}
#nav_women{
  width:95px;
  background:transparent url(../img/women_up.gif) no-repeat 0 0;
}
#nav_women.selected{background:transparent url(../img/women_down.gif) no-repeat 0 0;}
#nav_about{
  width:88px;
  background:transparent url(../img/about_up.gif) no-repeat 0 0;
}
#nav_about.selected{background:transparent url(../img/about_down.gif) no-repeat 0 0;}
#nav_contacts{
  width:120px;
  background:transparent url(../img/contacts_up.gif) no-repeat 0 0;
}
#nav_contacts.selected{background:transparent url(../img/contacts_down.gif) no-repeat 0 0;}


#footer{
  clear:both;
  padding:14px 22px 14px 22px;
  margin:20px 0 0 0;
  background:#e1e1e1 url(../img/footer.gif) no-repeat 500px 0;
  overflow:hidden;
}
#footer div{
  display:block;
}

#address{
  float:left;
}
#email{
  margin:0 0 0 40px;
  float:left;
}
#webdesignby{
  float:right;
}

#content{
  clear:both;
}

.button{
  display:block;
  background:transparent url(../img/button_left.gif) no-repeat left top;
  padding:0 0 0 2px;
}
.button span{
  display:block;
  color:#FFFFFF;
  background:transparent url(../img/button_right.gif) no-repeat right top;
  padding:5px 20px 7px 18px;
}

.button.gray{
  background-image:url(../img/button_left_grey.gif);
}
.button.gray span{
  background-image:url(../img/button_right_grey.gif);
}

.button.blue{
  background-image:url(../img/button_left_blue.gif);
}
.button.blue span{
  background-image:url(../img/button_right_blue.gif);
}
.button.pink{
  background-image:url(../img/button_left_pink.gif);
}
.button.pink span{
  background-image:url(../img/button_right_pink.gif);
}


#featured{
  margin:20px 0 0 0;
  overflow:hidden;
  width:860px;
  height:295px;
}
#featured a{
  width:140px;
  height:295px;
  display:block;
  float:left;
  margin:0 0 0 5px;
  overflow:hidden;
}

#featured a span{
  display:block;
  opacity:0;
  filter:alpha(opacity=0)
  font-family:Arial, Verdana, sans-serif;
  width:280px;
  font-size:1.6em;
  font-weight:normal;
  text-align:center;
  margin:230px 0 0 0;
  color:#ffffff;
  padding:17px 0 0 0;
  background:transparent url(../img/featured_bg.png) no-repeat 0 0;
  height:40px;
}
#featured .first{
  margin-left:0;
  width:280px;
}
#featured .first span{
  opacity:1;
  filter:alpha(opacity=100)
}

#filters{
  overflow:hidden;
  background:#000000 url() no-repeat 0 0;
  padding:20px 15px 20px 35px;
  margin:0 0 0 0;
}
#filters div{
  float:left;
  margin:0 30px 0 0;
}
#filters span{
  color:#c4b208;
  padding:0 10px 0 10px;
}
#filters ul{
  display:block;
  margin:16px 0 0 0;
}
#filters ul li{
  padding:3px 10px 3px 10px;
  font-size:1.2em;
  font-weight:bold;
}
#filters ul li.selected{
  background:#009fc5;
}
#filters ul li a{
  color:#ffffff;
}
#filters #by_type{
  width:180px;
}
#filters #by_type li{
  display:block;
  margin:3px 0 3px 0; 
  line-height:1.4em;
}
#filters #by_type li a{
  position:relative;
  padding-left:20px;
}
#filters #by_type li img{
  position:absolute;
  top:0;
  left:-3px;
}
#filters #by_size{
  width:130px;
}
#filters #by_size li{
  display:block;
  float:left;
  margin-right:10px;
}
#filters #by_size select{
  width:100px;
}
#filters #by_brand{
  width:440px;
  margin-right:0;
}
#filters #by_brand li{
  display:block;
  float:left;
  opacity:0.4;
  filter:alpha(opacity=40)
}
#filters #by_brand li img{
  
}
#filters #by_brand li span{
  display:none;
}

#filters #by_brand li.selected{
  background:transparent;
  opacity:1;
  filter:alpha(opacity=100)
}


#breadcrumbs{
  display:block;
  list-style:none;
  margin:20px 0 15px 0;
  overflow:hidden;
  font-size:1.2em;
  line-height:1.5em;
}
#breadcrumbs li{
  display:block;
  float:left;
  margin:0 10px 0 0;
}
#breadcrumbs li a, #breadcrumbs li{
  color:#009fc5;
}



.item{
  width:265px;
  height:120px;
  background:#242424;
  margin:0 32px 20px 0;
  float:left;
  position:relative;
}
.item.last{
  margin-right:0;
}
.item .image{
  display:block;
  position:absolute;
  top:0;
  left:0;
}
.item .info{
  width:132px;
  padding:10px 10px 10px 0;
  position:absolute;
  left:120px;
  
}
.item h2{
  font-size:1.1em;
  font-weight:bold;
  color:#ffffff;
}
.item span{
  display:block;
  color:#999999;
  font-size:0.9em;
}
.item .brand{
  margin:3px 0 0 0;
  color:#ffffff;
}
.item .sizes{
  margin:8px 0 0 0;
}
.item .sizes em{
  text-decoration:line-through;
  text-decoration:none;
  font-style:normal;
}
.item .price{
  color:#ffffff;
  font-size:1.2em;
  position:absolute;
  bottom:10px;
  right:36px;
}
.item .cart{
  display:block;
  width:20px;
  height:18px;
  background:transparent url(../img/cart_button_blue.gif) no-repeat 0 0;
  position:absolute;
  right:10px;
  bottom:10px;
}
.item .cart span{
  display:none;
}

.item.item_bright{background-color:#e1e1e1}
.item.item_bright h2 {color:#242424}
.item.item_bright .info .brand {color:#242424}
.item.item_bright .price{color:#242424}

.item.item_blue .view{color:#009fc5}
.item.item_blue .cart{background-image:url(../img/cart_button_blue.gif)}
.item.item_blue h2{color:#009fc5;}

.item.item_pink .view{color:#ff10ff}
.item.item_pink .cart{background-image:url(../img/cart_button_pink.gif)}
.item.item_pink h2{color:#ff10ff}


.item .opacity{
  position:absolute;
  width:265px;
  height:120px;
  background:#FFFFFF;
  opacity:0;
  filter: alpha(opacity = 0);
  left:0;
  top:0;
}
.item .opacity.soldout{
  opacity:0.5;
  filter: alpha(opacity = 50);
}
.item .view_link{
  position:absolute;
  display:block;
  width:265px;
  height:120px;
  left:0;
  top:0;
}
.item .view_link span{
  display:none;
}




.pagination{
  margin:20px 0 0 0;
  clear:both;
  overflow:hidden;
}
.page_link{
  float:left;
}


.page_button{
  display:block;
  float:left;
  padding:5px 0 0 0;
  margin:0 10px 0 0;
  width:28px;
  height:20px; 
  text-align:center;
  color:#ffffff;
  background:transparent url(../img/page_button.gif) no-repeat 0 0;
}
.page_button.selected{
  background-position:0 -25px;
}


.icon{
  position:absolute;
}
.icon span{
  display:none;
}

.icon.new{
  left:-12px;
  top:5px;
  width:30px;
  height:30px;
  background:transparent url(../img/icon_new.png) no-repeat 0 0;
}
.icon.promo{
  left:-12px;
  top:5px;
  width:30px;
  height:30px;
  background:transparent url(../img/icon_promo.png) no-repeat 0 0;
}
.icon.soldout{
  /*
  top:30px;
  left:20px;
  width:50px;
  height:50px;
  background:transparent url(../img/icon_soldout.png) no-repeat 0 0;
  */
  top:0; 
  left:0;
  width:114px;
  height:120px;
  background:transparent url(../img/icon_soldout.gif) no-repeat 0 0; 
}








#item{
  background:#e1e1e1;
  position:relative;
  height:400px;
  overflow:hidden;
}
#item #information{
  display:none;
}
#item_image{
  position:relative;
  left:0;
  top:0;
  padding:0;
  margin:0;
  width:380px;
  height:400;
}
#item_image #soldout_image{
  position:absolute;
  left:230px;
  top:250px;
}
#item_info{
  width:480px;
  overflow:hidden;
  position:absolute;
  top:0;
  left:380px;
}
#item_title{
  padding:20px 25px 10px 25px;
  overflow:hidden;
  background:#000000;
}
#item_title h1{
  font-size:1.8em;
  line-height:1.3em;
  float:left;
  width:290px;
  font-weight:normal;
  color:#009fc5;
}
#item_brand{
  display:block;
  float:right;
  margin-left:15px;
}
#item_brand span{
  display:none;
}
#item_new{
  display:block;  
  position:absolute;
  left:10px;
  top:45px;
  width:30px;
  height:30px;
  background:transparent url(../img/icon_new.png) no-repeat 0 0;
}
#item_promo{
  display:block;
  position:absolute;
  left:10px;
  top:10px;
  width:30px;
  height:30px;
  background:transparent url(../img/icon_promo.png) no-repeat 0 0;
}

#item_text{
  clear:both;
  display:block;
  margin:20px 0 30px 0;
  padding:0 25px 0 25px;
}

#item_thumbs{
  margin:6px 0 0 25px; 
  
}
#item_thumbs a{
  
}

#item_thumbs a img{
  border:1px solid #828282;
}
#item_more_thumbs{
  display:block;
  margin:0 0 3px 0;
}

#item_cart{
  position:absolute;
  height:70px;
  background:#242424;
  bottom:0;
  left:380px;
  padding:15px 25px 15px 25px;
  color:#009fc5;
  width:430px;
}

#item_cart .size_radio{
  float:left;
  height:30px;
  margin-right:40px;
  text-align:center;
}
#item_cart .size_radio label{
  font-size:1.4em;
  position:relative;
  top:-30px;
  
  
}
#item_cart .size_radio input{
  position:relative;
  top:18px;
  border:0;
  width:20px;
}
#item_direct_order{
  position:absolute;
  bottom:8px;
  left:30px;
  font-size:0.8em;
  color:#999999;
}
#item_cart #item_price{
  float:right;
  padding:6px 0 0 0 ;
  font-size:1.2em;
  color:#ffffff;
  line-height:1.5em;
}
#item_cart #item_price.price_soldout{
  opacity:0.3;
  filter:alpha(opacity=30)
}
#item_cart #item_price strong{
  font-size:1.6em;
  color:#009fc5;
  font-weight:normal;
}
#item_cart .size_table_link{
  position:absolute;
  bottom:15px;
  left:25px;
  font-size:0.8em;
}
#item_cart .add_to_cart{
  position:absolute;
  bottom:15px;
  right:25px;
}
#item_cart .add_to_cart img{
  position:relative;
  top:3px;
  margin-top:-4px;
  padding:-2px 0 0 0;
}
#soldout_text{
  color:#FFDB01;
  font-size:1.6em;
  position:relative;
  top:23px;
}
.more_items{
  margin:40px 0 20px 0 ;
  font-weight:normal;
  font-size:1.4em;
}



#home{
  clear:both;
  /*overflow:hidden;*/
  height:524px;
}
#home .column{
  width:265px;
  margin:0 32px 0 0;
  float:left;
  padding:0 0 0 0;
  background-repeat:no-repeat;
  background-color:transparent;
  background-position:0 0;
  
}
#home #men_column{

}
#home .column h1{
  width:91px;
  height:78px;
}
#home .column h1 span{
  display:none;
}
#home #men_column h1{
  background:transparent url(../img/logo_man.png) no-repeat 0 0;
}

#home #women_column{
  
}
#home #women_column h1{
  background:transparent url(../img/logo_woman.png) no-repeat 0 0;
}
#home #last_column{
  margin-right:0;
  padding:78px 0 0 0;
}
#home #last_column #about {
  background:#e1e1e1;
  padding:23px 23px 23px 23px;
  height:280px;
  position:relative;
}
#home #last_column #about p{
  padding:20px 0 0 0;
}
#home #last_column #contact_us{
  position:absolute;
  bottom:10px;
  right:23px;
  font-size:0.9em;
}
#home #last_column #banner{
  width:265px;
  height:100px;
  margin:20px 0 0 0;
  display:block;
}





#popular{
  clear:both;
  margin:40px 0 0 0;
  height:313px;
}
#popular h1{
  margin: 0 0 5px 0;
  font-weight:normal;
  font-size:1.6em;
  color:#242424;
  line-height:1.4em;
}




#all_brands{
  background:#000000;
  padding:20px 0 20px 30px;
  overflow:hidden;
 
}
#all_brands h3{
  display:block;
  float:left;
  font-size:1.4em;
  color:#c4b208;
  line-height:1.3em;
}
#all_brands ul{
  display:block;
  float:left;
  margin:0 0 0 100px;
}
#all_brands ul li{
  display:block;
  float:left;
  margin:0 20px 0 0;
}
#all_brands ul li span{
  display:none;
}
#all_brands ul li a{
  zoom:1;
}
#all_brands .unselected{
  opacity:0.4;
  filter:alpha(opacity=40)
}

button{
  border:0;
}

#cart{
  
}
#cart_calculate{
  float:right;
}
#cart_price{
  clear:both;
  font-size:1.3em;
  color:#242424;
  margin:30px 0 0 0;
  text-align:center;
}
#cart_shopping{
 
}
#cart_order{
 
}
.cart_item{
  background:#000000;
  position:relative;
  height:106px;
  color:#e1e1e1;
  margin:0 0 20px 0;
}
.cart_item input{
  
}
.cart_item label{
  display:inline;
}
.cart_item .cart_item_img{
  position:absolute;
  top:20px;
  left:20px;
}
.cart_item .cart_item_title{
  position:absolute;
  top:20px;
  left:105px;
  width:240px;
  display:block;
  font-size:1.4em;
}
.cart_item .cart_item_brand{
  position:absolute;
  bottom:20px;
  left:105px;
}

.cart_item .cart_item_size{
  position:absolute;
  bottom:20px;
  right:280px;
}
.cart_item .cart_item_size select{
  width:50px;
}
.cart_item .cart_item_quantity{
  position:absolute;
  bottom:20px;
  right:20px;
}
.cart_item .cart_item_quantity input{
  width:50px;
}
.cart_item .cart_item_delete{
  position:absolute;
  top:20px;
  right:20px;
  color:#5F5F5F;
}



.order_items{
  background:#e1e1e1;
  padding:20px 20px 20px 20px;
  color:#242424;
}
.order_items h2{
  font-size:1.6em;
  font-weight:normal;
  line-height:1.3em;
  
}
.order_items ul{
  margin:14px 0 0 0;
}
.order_items ul li{
  
}



.order_form{
  background:#242424;
  padding:20px 20px 20px 20px;
  margin:20px 0 0 0;
  color:#e1e1e1;
}
.order_form h2{
  font-size:1.6em;
  font-weight:normal;
  line-height:1.3em;
  
}
.order_form label{
  
}
.order_form input{
  width:500px;
}
.order_form textarea{
  width:500px;
}
.order_form span{
  margin:10px 0 0 0;
  display:block;
  font-size:0.8em;
}
.order_form .error_message{
  color:#FFDB01;
  margin:20px 0 0 0;
}
.order_form .error-message{
  color:#FFDB01;
  
  width:500px;
  font-size:0.8em;
  padding:1px 0 1px 2px;
}

.order_info{
  background:#e1e1e1;
  padding:20px 20px 20px 20px;
  margin:20px 0 0 0;
  color:#242424;
  line-height:1.3em;
}
.order_info h2{
  font-size:1.6em;
  font-weight:normal;
  line-height:1.3em;
  
}
.order_info .delivery_info{
  margin:14px 0 20px 0;
}

.order_info select{
  width:100px;
}

.order_info .order_prices{
  margin:20px 0 0 0;
}
.order_info .order_prices span{
  font-weight:bold;
}

.bottom_buttons{
  margin:10px auto 20px auto;
  width:490px;
  clear:both;
  overflow:hidden;
}
.bottom_buttons .button1{
   float:left;
}
.bottom_buttons .button1 span{
  width:200px;
  text-align:center;
}
.bottom_buttons .button2{
   float:right;
}
.bottom_buttons .button2 span{
   width:200px;
   text-align:center;
}

.ordered_items{
  
}


#about_title, #contacts_title{
  margin:36px 0 14px 0;
  font-size:1.8em;
  font-weight:normal;
  color:#242424;
}
#about_text, #contacts_text{
  line-height:1.3em;
  background:#e1e1e1;
  padding:20px 20px 20px 20px;
  color:#242424;
  overflow:hidden;
}
#address_info{
  float:left;
  width:320px;
}
#feedback_form{
  float:left;
  width:360px;
}
#feedback_status{
  margin:20px 0 10px 0;
  color:#000000;
  font-weight:bold;
}