
/* START size_guide */

.tableborder {
	border-right: 1px solid #000;
}
.tableborder .tablehead{
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #E8E8E8;
	padding:2px;
}
.tableborder .tableoff{
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	padding:2px;
}

#size_guide_buttons th {
	height: 22px;
}
#size_guide_buttons td {
	height: 17px;
}

#men_shirts_button, #men_shirts_button a  {
	text-indent: -9999px;
	height: 11px;
	background: url('/assets/size_guide/buttons/shirts.gif') no-repeat 0 0;
	position: relative;
	display: block;	
}
#men_jackets_button, #men_jackets_button a  {
	text-indent: -9999px;
	height: 11px;
	background: url('/assets/size_guide/buttons/jackets.gif') no-repeat 0 0;
	position: relative;
	display: block;
}
#men_trousers_button, #men_trousers_button a  {
	text-indent: -9999px;
	height: 11px;
	background: url('/assets/size_guide/buttons/trousers.gif') no-repeat 0 0;
	position: relative;
	display: block;
}
#men_jeans_button, #men_jeans_button a  {
	text-indent: -9999px;
	height: 11px;
	background: url('/assets/size_guide/buttons/jeans.gif') no-repeat 0 0;
	position: relative;
	display: block;
}
#men_shoes_button, #men_shoes_button a  {
	text-indent: -9999px;
	height: 11px;
	background: url('/assets/size_guide/buttons/shoes.gif') no-repeat 0 0;
	position: relative;
	display: block;
}
#men_belts_button, #men_belts_button a  {
	text-indent: -9999px;
	height: 11px;
	background: url('/assets/size_guide/buttons/belts.gif') no-repeat 0 0;
	position: relative;
	display: block;
}
#women_sizes_button, #women_sizes_button a  {
	text-indent: -9999px;
	height: 11px;
	background: url('/assets/size_guide/buttons/sizes.gif') no-repeat 0 0;
	position: relative;
	display: block;
}
#women_jeans_button, #women_jeans_button a  {
	text-indent: -9999px;
	height: 11px;
	background: url('/assets/size_guide/buttons/jeans.gif') no-repeat 0 0;
	position: relative;
	display: block;
}
#women_shoes_button, #women_shoes_button a  {
	text-indent: -9999px;
	height: 11px;
	background: url('/assets/size_guide/buttons/shoes.gif') no-repeat 0 0;
	position: relative;
	display: block;
}
#women_belts_button, #women_belts_button a  {
	text-indent: -9999px;
	height: 11px;
	background: url('/assets/size_guide/buttons/belts.gif') no-repeat 0 0;
	position: relative;
	display: block;
}
#children_sizes_button, #children_sizes_button a  {
	text-indent: -9999px;
	height: 11px;
	background: url('/assets/size_guide/buttons/sizes.gif') no-repeat 0 0;
	position: relative;
	display: block;
}
#children_shoes_button, #children_shoes_button a  {
	text-indent: -9999px;
	height: 11px;
	background: url('/assets/size_guide/buttons/shoes.gif') no-repeat 0 0;
	position: relative;
	display: block;
}

#men_shirts_button a:hover,
#men_jackets_button a:hover,
#men_trousers_button a:hover,
#men_jeans_button a:hover,
#men_shoes_button a:hover,
#men_belts_button a:hover,
#women_sizes_button a:hover,
#women_jeans_button a:hover,
#women_shoes_button a:hover,
#women_belts_button a:hover,
#children_sizes_button a:hover,
#children_shoes_button a:hover {
	cursor:hand;	
	cursor: pointer;	
	background-position: 0 -11px;
}

#men_shirts_info,
#men_jackets_info,
#men_trousers_info,
#men_jeans_info,
#men_shoes_info,
#men_belts_info,
#women_sizes_info,
#women_jeans_info,
#women_shoes_info,
#women_belts_info,
#children_sizes_info,
#children_shoes_info {
	display: none;
}


/* END size_guide */
